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

#mrova-feedback{
	display: hidden;
	width: 420px;
	position: fixed;
	right: -462px;
	border: 1px solid #00A2E8;
	padding: 8px 20px;
	background-color: #fff;
	z-index: 1999;
}


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

.testScroll{
	width:40px;
    height:140px;
    opacity:1;
    position:fixed;
    bottom:64px;
    right:20px;
    display:block;
    text-indent:-9999px;
    background: transparent url('../images/contactUs.jpg');

}


#mrova-contactform input, #mrova-contactform textarea{
width: 400px;
padding: 10px;
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/contactUs.jpg');
    height: 30%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#mrova-contactform #mrova-sendbutton {
	width:60px;
	background:#ff8100; color:#fff; 
	cursor:pointer;
	padding:5px 10px; 
	border: none;
}