label {
	display:inline-block; 
	padding-bottom:5px; 
	margin-top:10px;
	width: 175px;
	font-weight: 400;
}

#mrova-feedback{
	display: hidden;
	width: 420px;
	position: fixed;
	right: -420px;
	padding: 8px 20px;
	background-color: #fff;
	z-index: 100;
	height: 190px !important;
}

#mrova-feedback p {
	margin-bottom: 0em;
}

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

#mrova-contactform input, #mrova-contactform textarea{
/*width: 400px;*/
padding: 5px;
border: 1px solid #ccc;
}

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


#mrova-img-control{
	cursor: pointer;
	
position: absolute;
left: -42px;
width: 42px;
background: transparent url('../image/2.png');
height: 190px;
z-index: 100;
top: 50px;
}
#mrova-contactform #mrova-sendbutton {
	background:#F26F21; color:#fff; 
	cursor:pointer;
	border: none;
	padding: 5px 10px;
	margin-left: 10px;
	font-size: 15px;
}