/* UO Herald Feedback Styles */
#feedbackForm {
	position:relative;
	width:100%;
	height:auto;
	min-width:100%;
	/*background-image:url(http://mythicmktg.fileburst.com/uo/uoherald/images/news/background.jpg);
	background-repeat:repeat-y;*/
}
.formLabel {
	position:relative;
	float:left;
	width:215px;
	font-family:Tahoma,Arial;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-align:right;
	/*margin-left:12px;*/
}
.formField {
	position:relative;
	float:left;
	width:395px;
	/*margin-right:12px;*/
	margin-left:10px;
}
.commentLabel {
	position:relative;
	width:626px;
	font-family:Tahoma,Arial;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-align:center;
	margin-left:12px;
	margin-right:12px;
}
.commentField {
	position:relative;
	width:626px;
	text-align:center;
	margin-left:12px;
	margin-right:12px;
}
