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

#mrova-feedback{
	display: hidden;
	width: 250px;
	position: fixed;
	right: -252px;
	border: 1px solid #3cb58c;
	padding: 8px 20px;
	background-color: #fff;
	z-index:9999999;
}


#mrova-contactform ul {
	margin: 0;
	padding: 0;
	
}
.text-box{ width:100px;}

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

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


#mrova-img-control{
	cursor: pointer;
	
position: absolute;
left: -70px;
width: 70px;
background:url(../images/enquiry-now.png);
height: 150px;
}
#mrova-contactform #mrova-sendbutton {
	width:60px;
	background:#db4f4a; color:#fff; 
	cursor:pointer;
	padding:5px 10px; 
	border: none;
}