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

#feedback{
	display: hidden;
	width: 240px;
	position: fixed;
	right: -240px;
	border: 1px solid #0193DC;
	padding: 8px 20px;
	background-color: #fff;
	z-index:100;
}


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

#contactform input, #contactform textarea{
width: 100%;
padding: 5px;
border: 1px solid #ccc;
}

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


#img-control{
	cursor: pointer;	
position: absolute;
left: -37px;
width: 37px;
background: transparent url('feedback_buttons/feedback.jpg');
height: 120px;
}
#contactform #sendbutton {
	width:60px;
	background:#0193DC; color:#fff; 
	cursor:pointer;
	padding:5px 10px; 
	border: none;
}