
label {
	display:block; 
	padding-bottom:5px; 
	margin-top:15px;
}

#mrova-feedback{
	display: hidden;
	width: 220px;
	position: fixed;
	right: -262px;
	border: 1px solid #b20000;
	padding: 8px 20px;
	background-color: #fff;
	z-index: 9999;
}


#mrova-contactform ul {
	margin: 0;
	padding: 0;
	
}

#mrova-contactform input, #mrova-contactform textarea{
width: 200px;
padding: 6px;
border: 1px solid #ccc;
}

#mrova-contactform ul li {
	list-style:none; 
	padding-bottom:0px;
}


#mrova-img-control{
	cursor: pointer;
	
position: absolute;
left: -52px;
width: 52px;
background: transparent url('../images/feedback.jpg');
height: 168px;
}
#mrova-contactform #mrova-sendbutton {
	background: #333;
border: none;
color: #fff;
width: 100%;
font-size: 21px;
font-weight: bolder;
padding: 7px 0 7px 0;
border-radius: 3px;
cursor: pointer;
margin-top: 25px;
}