/* Feedback */
#fb_divform {
	color:black;
	background:#faf9ec;
	padding:20px 30px;
	margin:30px 0px;
	border:1px solid #e0d3af;
	width:310px;
}

input.fb_main, select.fb_main, textarea.fb_main {
	width:300px;
	border:1px solid #a8977c;
	margin:2px 0px 7px 0px;
	padding:3px;
	font: normal 12px "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
	color:#444;
}
#fb_form input[type="image"] {width:94px;height:33px;background:url(img/button_form.gif) no-repeat top left;}
#fb_form input[type="image"]:hover {background-position:0 -33px;}
textarea {overflow:auto; height:150px;}
#fb_file, #fb_beforesend, #fb_thanks, #fb_errmsg, div.err_legend {display:none;}
#fb_errmsg {color:red;}
#fb_subm{margin-top:20px;}

.err_legend {color:red; font: normal 12px "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif; margin-bottom:20px;}

