@charset "utf-8";
/* CSS Document */

form#Form {
	padding: 0;
	margin: 0;
	display: block;
	text-align: left;
}
form#Form p.Error, form#Form p.PostButton {
	width: 365px !important;
}
form#Form fieldset {
	border: none;
	margin: 0 0 15px 0!important;
	padding: 10px;
	_padding: 40px 10px 10px 10px;
	width: 685px;
	position: relative;
	border: 1px solid #0067B1;
}
form#Form dl {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	clear: both;
	position: relative;
}
form#Form dt {
	margin: 5px 0 2px 0;
	padding: 0;
	color: #0067B1;
	float: left;
	width: 260px;
	font-size: 95%;
}
form#Form dl.CheckBox dt {
	width: 300px !important;
}
form#Form input.CheckBoxInput  {
	padding: 0;
	margin: 0;
}
form#Form dd {
	margin:0 0 0 5px;
	float: left;
	width: 200px;
	text-align: left;
	padding: 0;
	color: #011340;
}
input.InputText {
	padding: 5px 3px 4px 3px;
	border: 1px solid #016D89;
	background: url(../_images_gen/input_text_bg.gif) no-repeat top left !important;
	font-size: 100%;
	color: #011340;
}
form#Form textarea {
	padding: 3px;
	border: 1px solid #016D89;
	background: url(../_images_gen/input_text_bg.gif) no-repeat top left !important;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #011340;
	font-size: 100%;
}
	
form#Form legend {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Verdana, sans-serif;
	padding: 0 5px !important;
	margin: 0 0 0 0 !important;
	font-size: 140%;
	color: #0067B1;
	font-weight: bold;
	background: #fff;
	position: absolute;
	top: -3px;
	left: 0;
	z-index: 100;
}
dd.ErrorBox {
	float: right !important;
	padding: 4px 3px 5px 3px !important;
	margin: 0 !important;
	background: #fff;
	border: 1px solid #D53634;
	width: 170px !important;
	color: #D53634 !important;
	background: #E9F8FB;
}
dd.ErrorBox p {
	padding: 0 !important;
	margin: 0 !important;
}
form#Form dd input {
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #011340;
}
form#Form dd textarea {
	color: #011340;
}

dl.Error input {
	border: 1px solid #D53634 !important;
}
dl.Error dt, p.Error {
	color: #D53634 !important;
}
form#Form select {
	margin: 0;
	width: 207px;
	padding: 1px 1px 2px 1px;
	border: 1px solid #016D89;
	background: url(../_images_gen/input_text_bg.gif) no-repeat top left !important;
}
form#Form select option {
	border: none;
	background: #fff;
}
.DOBSelect select {
	float: left;
	margin: 0 5px 0 0 !important;
}
.DOBSelect select#dob_d {
	width: 45px !important;
}
.DOBSelect select#dob_m {
	width: 90px !important;
}
.DOBSelect select#dob_y {
	width: 55px !important;
	margin: 0 !important;
}
form#Form select option {
	border-top: 1px solid #01AAD3;
	border-left: 1px solid #01AAD3;
	border-right: 1px solid #01AAD3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #009DE0;
	margin: 0 0 0 0;
}

form#Form p.PostButton {
	width: 313px !important;
}
form#Form p.PostButton input {
	background: #0067B1;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	border: 1px solid #016D89;
	padding: 5px;
}


.Radio input {
	width: 14px !important;
	border: none !important;
	background: #fff !important;
}
.RadioButtons p{
	margin: 0 !important;
}
dd.RadioButtons {
	float: none;
}


.InputCaptcha img {
	padding: 0px;
	margin-bottom: 8px;
}

dl.CFTextSpecial {
      display: none;
}

