label {
	display:block;
	padding-bottom:5px;
	margin-top:20px;
}
#mrova-feedback {
	z-index:2000;
	display: hidden;
	/*width: 420px;*/
	position: fixed;
	right:-34%;
	border: 1px solid #3cb58c;
	padding: 8px 20px;
	background-color: #fff;
}

#mrova-notice {
	z-index:2000;
	display: hidden;
    /*width: 420px;*/
	position: fixed;
	right:-34%;
	border: 1px solid #3cb58c;
	padding: 8px 20px;
	background-color: #fff;
}

#mrova-contactform ul {
	margin: 0;
	padding: 0;
}
#mrova-contactform input, #mrova-contactform textarea {
	width:100%;
	padding: 10px;
	border: 1px solid #ccc;
}
#mrova-contactform ul li {
	list-style:none;
	padding-bottom:0px;
}

#mrova-img-control {
	cursor: pointer;
	z-index:200000;
	position:fixed;
	left:96.5%;
	width:52px;
	top:140px;
    background-image:url(../images/feedback.jpg);
	background-repeat:no-repeat;
	height:208px;
}

#mrova-img-notice {
	cursor: pointer;
	z-index:200000;
	position:fixed;
	left:96.5%;
	top:230px;
	width:52px;
    background-image:url(../images/notice.jpg);
	background-repeat:no-repeat;
	height:168px;
}


#mrova-sendbutton {
	width:60px;
	background:#db4f4a;
	color:#fff;
	cursor:pointer;
	padding:5px 10px;
	border: none;
}
