label {
	display:block;
	padding-bottom:5px;
	margin-top:20px;
	font-size: 14px;
	font-weight: normal;
	color: #ae0001;
}
#mrova-feedback{
	display: hidden;
	width: 308px;
	position: fixed;
	right: -354px;
	padding: 8px 20px;
	background-color: #fff;
	z-index:999;
	top:58%!important;
	border-radius:6px 0px 0px 6px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ae0000;
	border-bottom-color: #ae0000;
	border-left-color: #ae0000;
}
#mrova-contactform ul {
	margin: 0;
	padding: 0;
	
}
#mrova-contactform input, #mrova-contactform textarea{
width: 280px;
padding: 5px;
border: 1px solid #ccc;
}

#mrova-contactform ul li {
	list-style:none; 

}


#mrova-img-control{
	cursor: pointer;
	position: absolute;
	left: -47px;
	width: 44px;
	height: 168px;
	background-color: transparent;
	background-image: url(../images/quick.png);
}
#mrova-contactform #mrova-sendbutton {
	width:60px;
	background:#db4f4a; color:#fff; 
	cursor:pointer;
	padding:5px 10px; 
	border: none;
}

#mrova-feedback #mrova-form #contacts #author {
	padding: 5px;
	height: auto;
	width: 280px;
	border: 1px solid #ae0001;
}
#mrova-feedback #mrova-form #contacts #author:focus {
border-color: #ae0001;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(174, 0, 1, 0.9);
    outline: 0 none;
}
#mrova-feedback #mrova-form #contacts #email {
	padding: 5px;
	float: left;
	height: auto;
	width: 280px;
	border: 1px solid #ae0001;
}
#mrova-feedback #mrova-form #contacts #email:focus {
border-color: #ae0001;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(174, 0, 1, 0.9);
    outline: 0 none;
}
#mrova-feedback #mrova-form #contacts #text {
	float: left;
	height: 50px;
	width: 280px;
	padding: 5px;
	margin-bottom: 9px;
	border: 1px solid #ae0001;
}
#mrova-feedback #mrova-form #contacts #text:focus {
border-color: #ae0001;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(174, 0, 1, 0.9);
    outline: 0 none;
}
#mrova-feedback #mrova-form #contacts #submit {
	float: left;
	height: auto;
	width: auto;
	padding-top: 5px;
	padding-right: 11px;
	padding-bottom: 5px;
	padding-left: 11px;
	border: 1px solid #900;
	background-color: #ae0001;
	color: #FFF;
	border-radius:5px;
}
