form
{
	position: relative;
	left: 60px;
	width: 386px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
}

form div
{
	clear: both;
}

form div label
{
	font-size: 0.69em;
	display: block;
	float: left;
	color: #999999;
	margin-bottom: 0.38em;
	margin-right: 0.38em;
}

form fieldset.lowMargin
{
	margin-top: 20px;
}

form div label.lowMargin
{
	margin-bottom: -10px;
}

form div label em
{
	font-style: normal;
	font-weight: bold;
	color: #AB2A42;
}

form div label input
{
	display: block;
	margin: 0.06em 0.5em 0 0;
	border: 0.08em solid #66A3EE;
}

form div label select
{
	display: block;
	margin: 0.06em 0.5em 0 0;
	border: 0.08em solid #66A3EE;
}

form label em
{
	font-style: normal;
	font-weight: bold;
	color: #AB2A42;
}

form input[type=checkbox] /* ! work in IE6 */
{
	border: none;
}

form div label span
{
	display: block;
	margin: 6px 1em 0 0;
}

form div label span.alignRight
{
	display: block;
	position: relative;
	top: -22px;
	left: 130px;
	text-align: left;
	font-size: 11px;
	color: #AB2A42;
	width: 210px;
}


form div label span input, form div label span select
{
	display: inline;
	margin: 0;
}

form div label samp
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 0.91em;
	font-weight: normal;
	color: #999999;
}

.lblDOB
{
	width: 175px;
}

.lblDON
{
	width: 360px;
}

.lblSSN
{
	width: 186px;
}

.formtitle { 
	font-size: 0.69em;
	display: block;
	float: left;
	color: #999999;
	margin-bottom: 0.38em;
}
		   
.formtitleerror { 
	font-size: 0.69em;
	display: block;
	float: left;
    color: #FF0000;
	margin-bottom: 0.38em;
  }
.palebg { font-family: Arial, Helvetica, sans-serif; 
			font-size: 12px; 
			font-weight: normal; 
			color: #000000; 
			background-color: #f2d5c2;
		 }
.palebgerror { font-family: Arial, Helvetica, sans-serif; 
			font-size: 12px; 
			font-weight: normal; 
			color: #FF0000; 
			background-color: #f2d5c2;
		 }

fieldset
{
	display: block;
	border: none;
	margin-bottom: 1em;
}

form p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	font-weight: bold;
	color: #AB2A42;
}
form p samp
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 0.91em;
	font-weight: normal;
	color: #999999;
}
#boxNotice
{
	border: 1px solid #AB2A42;
	background-color: #F4E3E7;
	color: #AB2A42;
	padding: 6px;
	margin: 0 0 1em 0;
}

#boxNotice b
{
	font-size: 0.69em;
}

#boxNotice span
{
	font-size: 0.63em;
}

#btnSubmit
{
	position: relative;
	top: .5em;
	left: 160px;
	border: none;
}

span#txtReqFields
{
	position: relative;
	font-size: 0.69em;
	color: #AB2A42;
	width: 25.63em;
}

/** Font sizes **/

.verdana11 { 
	font-size: 0.69em;
	display: block;
	float: left;
	color: #999999;
	margin-bottom: 0.38em;
	text-align: justify;
}
.mandatoryText {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.81em;
	font-style: italic;
	color: #000000;
}
.boxBorderRed {
	background-color: #FF0000;
}

.scrollBox
{
	height:300px;
	overflow:scroll;
	font-size: 0.69em;
	color: #999999;
	text-align: justify;
	padding: 5px;
}

.tcTitle
{
	font-size: 18px;
	font-weight: bold;
}