form{
	margin: 0;
	padding: 0;
	color: #fff;
}
table#rfp{
	width: 560px;
	border: 3px solid red;
	xborder-bottom: none;
	margin: 16px 10px 20px 0;
}
table#rfp table{
	margin: 10px 0 0 0;
}
table#rfp tr th{
	padding: 5px 20px;
	font-family: arial, helvetica, verdana, sans-serif;
	color: white;
	font-size: 16px;
	background: #705F51;
	border-right: 1px solid #000;
}
table#rfp tr th.last{
	border-right: none;
}
table#rfp tr td{
	color: white;
	xborder-right: 1px solid #705F51;
	padding: 5px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
}
table#rfp tr td table tr td#requiredKey, .required{
	color: #FF5151;
}
span.required{
	font-size: 14px;
}
p.rfpTitleHeading{
	font-size: 14px;
	color: #AFA7A1;
}
