#pageFormWrapperWithLogin{
  margin: 0 auto;
	width: 500px;
	text-align: left;
}

.loginField input, .passwordField input{
  width:140px;
}

.loginButton{
  clear:both;
}

#login-message{
  color: #00B9E4;
  font-weight: bold;
  font-size:11px;
  padding: 10px 0 0 0;
}

.rightFormWrapper{
  float:right;
  width: 500px;
}

#logoutLink{
  text-align:right;
  font-size: 12px;
}

#loginTopText{
  font-size: 11pt;
  font-weight: bold;
  text-align: left;
}


.loginContainer{
  width: 700px;
  margin: 0 auto;
  height: auto;
  padding-top: 20px;
}

.leftLoginWrapper{
  float: left;
  width: 150px;
  text-align:left;
}

#loginDivider{
  float:left;
  width: 50px;
}


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-top: 20px;
	margin-bottom: 20px;
	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 #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;
}

.leadgenForm
{
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.leadgenFieldSet
{
	overflow: hidden;
	clear: both;
	height: 50px;
}

.leadgenField
{
	float: left;
	padding-right: 5px;
}

.leadgenFieldGroupOfCheckboxes
{
	float: left;
	padding: 0px 5px 15px 0px;
	width: 600px;
}

.leadgenFieldGroupOfCheckboxes .questionHeader
{
	font-size: 11px;	
}

.smFieldLabel
{
	font-size: 10px;
	letter-spacing: 0;
	color: black;
}

.RequiredField
{
	color: #b61b00;
	font-size: 10px;
}

#toptext{
	margin-bottom: 20px;
}

/* New validation CSS */
div.ErrorMsg{
	color: #00B9E4;
}

#val_msgs{
	margin-bottom: 15px;
}

#val_msgs ul#validationList{
	list-style-image: url(/LEADGENTemplate/include/images/bullet.gif);
	list-style-position: outside;
	font-weight: normal;
	margin: 0 0 0 30px;
	padding: 0;
}

#err_req_fields li{
	padding: 0;
	margin: 0;
}
/* New validation CSS End */
