#mv-feedback{
	/*display: hidden;*/
	width:320px;
	position: fixed;
	right:-321px;
	border: 1px solid #cfcfcf;
	/*padding:16px 16px;*/
	background-color: #fff;
	/*box-shadow:0 1px 6px -2px rgba(0, 0, 0, 0.5);*/
	z-index:99;
	/*overflow-x: auto;*/
}
#mv-form{
	height: 100%;
	padding:16px 16px;
	overflow-y: auto;
}
#mv-contactform ul {
	margin: 0;
	padding: 0;
}
#mv-contactform h4{margin:0 0 6px;}

#mv-contactform label{font-size:12px; margin:0 0 1px;}

#mv-contactform input, #mv-contactform textarea, #mv-contactform select{
	width:100%;
	padding:3px 8px;
	border: 1px solid #ccc;
}
#mv-contactform input, #mv-contactform select{height:34px;}

#mv-contactform ul li {
	list-style:none; 
	padding-bottom:8px;
}

#mv-img-control{
	cursor: pointer;
	position: absolute;
	left:-78px;
	top:52%!important;
	background:#e84158;
	text-align:center;
	border-radius:4px 4px 0 0;
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#mv-img-control h5{
	color:#fff;
	font-size:16px;
	margin:0;
	padding:9px 15px;
    box-shadow: -3px 0px 8px -1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: -3px 0px 8px -1px rgba(0, 0, 0, 0.4);
}

/*#mv-contactform input[type=submit]{}*/