
label {
	display:block; 
	padding-bottom:0px; 
	margin-top:2px;
}

#mrova-feedback{
    display: hidden;
    width: 220px;
    position: fixed;
    right: -242px;
    border: 1px solid #db4f4a;
    padding: 8px 10px;
    background-color: #fff;
    z-index: 9999999;
}


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

#mrova-contactform input, #mrova-contactform textarea{
width: 250px;
padding: 0px;
border: 1px solid #ccc;
}
#mrova-contactform input{
    line-height: 26px;
    height: 25px;
}

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


#mrova-img-control{
    cursor: pointer;
    position: absolute;
    left: -52px;
    width: 30px;
    background: transparent url('../images/other/enquiry.jpg');
    height: 148px;
}
#mrova-contactform #mrova-sendbutton {
	width:100px;
	background:#db4f4a; color:#fff; 
	cursor:pointer;
	padding:10px 20px; 
        height: 50px;
	border: none;
}