
label {
	display:block; 
	padding-bottom:5px; 
	margin-top:20px;
}
#mrova-feedback{
	display: hidden;
	width: 320px;
	position: fixed;
	right: -320px;
	border: 1px solid #9bddfe;
	padding: 8px 20px;
	z-index:1000;
	background-color: #fff;
	height:auto !important
}
#mrova-img-control{
cursor: pointer;
position: absolute;
left: -41px;
width: 40px;
background: transparent url('../../images/feedback.png');
height: 122px;
z-index:1000;
margin-top: 2em !important;
}
#mrova-feedback h5{
	font-weight: 900;
	font-size: 22px;
	color: #1D6AB2;
	padding-left: 10px;
}

.offer{
    position: fixed;
    right: 0px;
    top: 50%;
    z-index: 100;
	}
#nl-img-control{
cursor: pointer;
position: absolute;
left: -45px;
width: 44px;
background: transparent url('../../images/newsletter.png');
height: 96px;
z-index:1000;
margin-top: -78px !important;
}
#nl-feedback{
	display: hidden;
	width: 320px;
	position: fixed;
	right: -320px;
	border: 1px solid #FFD900;
	padding: 8px 20px;
	z-index:1000;
	background-color: #fff;
	height:auto !important
}