/* Стили для раздела герои */
#addanswer {
		margin:25px 0 35px;
		}
	#addanswer p i{
		font-size: 12px;
	}
	
	#dropbox{
	background:#FFF;
	border:5px dashed #0061bc;
	position: relative;
	margin:20px 0;
	min-height: 100px;
	overflow: hidden;
	padding-bottom: 40px;
}

#dropbox span{
	font-size: 22px;
	text-align: center;
	display: block;
	margin-top: 60px;
	color: #0061bc;
}

#addanswer textarea{
	resize: none;
	line-height: 18px;
	font-size: 12px;
	color: #000;
	font-family: Arial;
	height: 36px;
	width: 432px;
	padding:5px 1%;
	background: #f0f0f0;
	border:1px solid #CCC;
	display: block;
	height: 100px;
}
	#addanswer>.showico textarea {
		padding:50px 8px 5px 8px;
		}
		
#forn-name{
	position:absolute;
	left:5px;
	top:1px;
	right: 10px;
	padding-top:9px;
	background: #f0f0f0;
	font-size:12px;
	color:#626262;
	}
	#addanswer>.showico #forn-name {
		display:block;
		font-weight:bold;
		border-bottom:1px solid #e1e1e1;
		}
		#addanswer>.showico #forn-name>input {
			width:185px;
			border:none;
			background:transparent;
			padding:2px 5px;
			margin-right:20px;
			}
			#addanswer>.showico #forn-name>input:hover, #addanswer>.showico #forn-name>input:focus {
				background:#f7f7f7;
				}
#showPhotoBlock {
	position:absolute;
	top:1px;
	bottom:1px;
	left:1px;
	width:60px;
	background:url(../images/photo_ico.png) no-repeat center center #e1e1e1;
	cursor:pointer;
	opacity: 0.6;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	}
	#addanswer>.showico #showPhotoBlock {
		display:block;
		}
	#showPhotoBlock.active {
		opacity: 1;
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		}

#morecells {
	text-align:center;
	margin:20px 0;
	}

#dropbox .message{
	font-size: 11px;
    text-align: center;
    padding-top:160px;
    display: block;
}

#dropbox .message i{
	color:#ccc;
	font-size:10px;
}

#dropbox:before{
	border-radius:3px 3px 0 0;
}


#dropbox .preview{
	width:170px;
	height: 125px;
	float:left;
	margin: 20px 0 0 24px;
	position: relative;
	text-align: center;
}

#dropbox .preview img{
	max-width: 170px;
	max-height:100px;
	border:3px solid #fff;
	display: block;
	box-shadow:0 0 2px #000;
}

#dropbox .imageHolder{
	display: inline-block;
	position:relative;
	margin-top: 0px;
}

#dropbox .uploaded{
	position: absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background: url('../img/done.png') no-repeat center center rgba(255,255,255,0.5);
	display: none;
	margin-top: 0px;
}

#dropbox .preview.done .uploaded{
	display: block;
}


#dropbox .progressHolder{
	position: absolute;
	background-color:#252f38;
	height:12px;
	width:100%;
	left:0;
	bottom: 0;
	
	box-shadow:0 0 2px #000;
}

#dropbox .progress{
	background-color:#2586d0;
	position: absolute;
	height:100%;
	left:0;
	width:0;
	
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.4) inset;
	
	-moz-transition:0.25s;
	-webkit-transition:0.25s;
	-o-transition:0.25s;
	transition:0.25s;
}

#dropbox .preview.done .progress{
	width:100% !important;
}

#send-answer{
	background: #98c7e0;
	border: 0;
	cursor: pointer;
	padding: 5px 0;
	width: 100px;
	font-size: 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* Стили для раздела герои */