
#feedback_form{
	width:100%;
}

#feedback_form input, #feedback_form textarea{
	width:200px;
}

#feedback_form .error{
	color:red;
	display:none;
}

#feedback_form #submit{
	margin:10px auto;
	width:110px;
}

#agreement_field input, #agreement_field label{
	width:auto;
	font-size:10px;
}