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

#mrova-feedback{
	display: hidden;
	width: 80px;
	position: fixed;
	right: -80px;
	border: 1px solid #ddd;
	/*padding: 8px 20px;*/        
	background-color: #fff;
        -webkit-box-shadow: -6px 1px 34px -9px rgba(0,0,0,0.67);
        -moz-box-shadow: -6px 1px 34px -9px rgba(0,0,0,0.67);
        box-shadow: -6px 1px 34px -9px rgba(0,0,0,0.67);
}


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

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

#mrova-contactform ul li {
	list-style:none; 
	padding-bottom:20px;
}
#mrova-form ul li a {
	margin: 15px 25px 5px;
        height: 80px;
   
}

#mrova-form ul li a img {
	    width: 35%;
}
#mrova-form ul li a span {
	font-size: 12px;
        clear: both;
        text-transform: capitalize;
        line-height: 1.1;
        color: #4d4d4f;
        text-align: center;
        padding-left: 5px;
       
}



.mrova-img-control{
	cursor: pointer;
	
position: absolute;
left: -30px;
width: 30px;
background: transparent url('../img/left-arrow.png');
height: 34px;
background-color: #FDCE00;
background-position: top;
  background-repeat: no-repeat;
   ;
    background-position: 30% 20%; 
}

.mrova-img-control-open{
		cursor: pointer;
	
position: absolute;
left: -30px;
width: 30px;
background: transparent url('../img/right-arrow.png');
height: 34px;
background-color: #FDCE00;
background-position: top;
  background-repeat: no-repeat;
   ;
    background-position: 30% 20%;
}
#mrova-contactform #mrova-sendbutton {
	width:60px;
	background:#db4f4a; color:#fff; 
	cursor:pointer;
	padding:5px 10px; 
	border: none;
}
.borderli {
    border-bottom: 1px solid #cccccc;
    padding: 12px 0px 0px 7px;
}

#mrova-form ul li a div {
    text-align: center;
    font-size: 12px;
}