form.feedback {	
	margin-bottom: 30px;
	text-align: center;
}

form.feedback input,
form.feedback textarea {
	width: 400px;
	padding: 2px 5px 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #4C2323;
	background: #FFDFDF url(../img/siteimage/top_search_back.gif) top repeat-x;
	border: 1px solid #FF5929;
}

form.feedback input {
	height: 18px;
}
form.feedback input.submit {
	height: 24px;
	color: #A41A18;
	font-weight: bold;
}

form.feedback textarea {
	height: 200px;
}

form.feedback table th {
	height: 18px;
	vertical-align: middle;
/*	color: #FEE352; */
}

div.feedback_msg {	
	color: #FEE352;
	font-size: 110%;
	text-align: center;
}