body{
	font-family: Arial;
	padding-top: 10px;
	margin: 0;
	text-align: center;
	background-color: #fff;
}

/*	Links */
a:link {
	color: #000080;
}
a:visited {
	color: #5291cd;
}
a:active{}
a:hover{}
 

#pageFormWrapper{
	margin: 0 auto;
	width: 550px;
	text-align: left;
}

#topText{
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: normal;
	width: 500px;
}
.schoolName{
	font-weight: bold;
}

div.ErrorMsg
{
	font-family: Arial;
	color: #FF0000;
	font-weight: Bold;
	font-size: 12px;
}
table.leadgenForm{
	margin: 0 0 0 -5px;
	padding: 0;
}
td.FieldHint
{
	font-size: 10px;
	line-height: 11px;
}

/* ----------------------------------------------- */

td.FieldLabel
{
	font-family: Arial;
	font-size: 11px;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
font.FieldLabel, div.FieldLabel
{
	font-family: Arial;
	font-size: 11px;
	text-align: left;
}
.boldElevenRed{
	font-family: Arial;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	color: #970000;
}
td.FieldValueStandard
{
	font-family: Arial;
	font-size: 12px;
}		
td.schoolExtraFields
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
}
table.form
{	
	padding: 3px;
}
font.FieldHint
{
	font-family: Arial;
	font-size: 10px;
	line-height: 11px;
}
font.Standard
{
	font-family: Arial;
	font-size: 12px;
}
font.RequiredField
{
	color: #FF0000;
}
input {
	font-size: 11px;
}
select {
	font-size: 11px;
	height: 19px;
}
hr.styled {
	padding: 0 0 0 0;
	margin: 0 0 5px 0;
	_margin-top: -7px;
	color: black;
	width: 480px;
	border-bottom: 1px solid Black;
	border-left: 1px solid White;
	border-right: 1px solid White;
	border-top: 1px solid White;
	text-align: left;
}
fieldset{
/*  border-top: 1px solid black;  */
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	margin-right: 0;
	padding: 10px 0 10px 10px;
}

.popupQuestion{
	display: none;
}

.submitButton{
	margin-left: 230px;
}

.wholeLine{
	overflow: hidden;
	float: left;
	margin-bottom: 10px;
}

#action_btn{
	clear: both;
	width: 500px;
	text-align: center;
}
.testIsValidOutput{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}

.RequiredNot4All{
	font-size: 12px;
	visibility: hidden;
	color: #f00;
}
.underSubmitText
{
	font-size: 10px;
	font-style: italic;
}
