/*  ---- Форма обратной связи ---- */

.feedback {
	padding:0;
	margin:0;
	width:430px;
	border:0;
}

.feedback td{
	vertical-align:top;
	text-align:left;
	padding:2px;
}

#from_name, #from_email, #message {
	width:280px;
}

#to {
	width:284px !important;
	width:286px;
}

optgroup {
	color:#000;
	background-color:#FFF;
	font-weight:bold;
	font-style: normal;
}
option {
	font-weight:normal;
}
