

#feeback_form {
	float:left;
	width:240px;
	margin:0;
	padding:0;
}

#feeback_form label{
	float:left;
	font-weight:bold;
	width:110px; padding-left:0px; 	font-family:Arial, Helvetica, sans-serif;
	font-size:11px; color:#666666;
	margin:10px 20px 0 0; 
}

#feeback_form fieldset {
	width:240px;
	border:0;
	padding:0;
}

#feeback_form .textfield, .textareafr {
	float:left;
	background:#ffffff;
	padding:4px;
	margin:5px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px; color:#0117B7; font-style:italic;
	width:180px; border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior: url(js/PIE.htc);
	position:relative; border:#747373 1px solid;
}

#feeback_form .textareafr {
	height:60px; border:#747373 1px solid
}

#feeback_form .button {
	float:left;
	margin:5px 20px 0 0; padding:4px 0px 4px 0px;
	background:URL(../images/send.gif); font-family:Arial, Helvetica, sans-serif;
	font-size:11px; color:#fff;
	width:50px; border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior: url(js/PIE.htc);
	position:relative; border:#747373 1px solid;
}

#feeback_form .error {
	color:#FF0000;
	margin:0 0 20px 0;
	font-weight:bold;
	}
#feeback_form .accept {
	color:#339966;
	margin:0 0 10px 0;
	font-weight:bold;
	}

#feeback_form .captcha{
	height:40px;
	width:120px;
	margin:5px 0 0 0;
}

#feeback_form .captcha, .textfield, .textarea{
	border:1px solid #ccc;
	float:left;
}

