.requiredInput
{
	color: #009900;
}
.requiredFieldWarning
{
	color: #0000FF;
	background-color: #FFFF00;
	font-family: Georgia;
	font-size: 11pt;
}
.headerRedBig /* class */
{
	font-family:Arial;
	font-size:11pt;
	font-weight:bold;
	color: #990000;	
}
.headerRedSmall
{
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	color:#990000;
}
/* Styles for the instructions (top) part of the page */
/* For use on rmaform.aspx and rmasubmitsuccess.aspx */
.instructions
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
.instructions ol
{
	padding-left: 25px;
}
.instructionsTitle
{
	font-size: medium;
	font-weight: bold;
}
#requiredFieldMessage
{
	clear: both;
	font-weight: bold;
	text-align: center;
}
#requiredFieldMessageColor
{
	color: #009900;
	font-size: medium;
}
#wrapper
{
	margin: 0 auto;
	width: 860px;
}
#rmaForm
{
	width: 860px;
}
#rmaSumbitSuccess
{
	width: 860px;
}
#rmaContent
{
	background-color: #F0F0F0;
	border-top: solid 2px #C9C9C9;
	float: left;
	font-family:Arial;
	font-size:9pt;
	height: 860px;
	padding: 0 15px;
	text-align: left;
	width: 613px;
}

/* rmasubmitsuccess.aspx */
#thankYou
{
	font-size: medium;
	font-weight: bold;
}
#printableFormat
{
	font-size: medium;
}
#rmaBoxMessage
{
	color: #008000;
	font-weight: bold;
}
#rmaCleanMessage
{
	color: #008000;
	font-weight: bold;
}