div#content div.input {
	float:left;
	margin:0 0 2px 0;
	position:relative;
	width:100%;
}
div#content div.input label {
	display:block;
	float:left;
	margin:0 9px 0 0;
	position:relative;
	text-align:right;
	width:120px;
	color:#0b2286;
	font-weight:bold;
}
div#content div.required label {
}
div#content div.checkbox input {
	float:left;
	margin-left:90px;
	position:relative;	
}
div#content div.checkbox label {
	margin-left:10px;
	text-align:left;
	width:270px;
}
div#content div.error-message {
}

div#content label.long {
	width:auto !important;
}
div#content label span.sublabel {
	display: block;
	font-weight: normal;
	color: #000;
}

div.checkbox input {
	float:left;
	margin-left:82px;
	position:relative;	
}
div.checkbox label {
	margin-left:9px;
	text-align:left;
	width:200px;
}

div.radio input {
	display:inline;
	float:none;
}

div#content div.input input.textInput,
div#content div.input textarea.textArea
{
	width:190px;
}



div#content div.input textarea.textArea { height:100px; }

div#formleftcol {
	float:left;
	width:380px;
	padding: 25px 0 10px 10px;
	}

div#formrightcol {
	float:left;
	width:200px;
	padding: 25px 0 10px 10px;
	}

div#formrightcol label {
	text-align:left !important;
	}

span.required {
	color:#c61822;
	font-weight:normal !important;
	font-size:11pt;
	font-family:"Courier New", Courier, monospace;
	}

div.bottomsubmit {
	border-top:2px solid #bcd5fb;
	position:absolute;
	width:671px;
	margin-left:-33px;
	margin-top:20px;
	padding:10px;
	text-align:center;
	}

div#btmsubmitfade {
	background-image:url(../img/submit-btn-bg.gif);
	background-repeat:repeat-x;
	height:60px;
	width:200px;
	padding:15px;
	margin:0px auto 0 auto;
	}

input#submitbtn {
	height:25px;
	background-image:url(../img/submit-bg.gif);
	background-position:top;
	color:white;
	font-weight:bold;
	border:0;
	cursor: pointer;
	}

input#submitbtn:hover {
	height:25px;
	background-image:url(../img/submit-bg.gif);
	background-position:bottom;
	color:white;
	font-weight:bold;
	border:0;
	cursor: pointer;
	}

div#btmsubmitfade label
{
	display: none;
}

div.submit input{
	height:25px;
	background-image:url(../img/submit-bg.gif);
	background-position:top;
	color:white;
	font-weight:bold;
	border:0;
	cursor: pointer;
	}

div.submit input:hover {
	height:25px;
	background-image:url(../img/submit-bg.gif);
	background-position:bottom;
	color:white;
	font-weight:bold;
	border:0;
	cursor: pointer;
	}

div.error-message {
	color:#dd0000;
	border:1px solid #dd0000;
	background-color:white;
	font-size:7pt;
	font-style:italic;
	margin: 4px 0 4px 103px;
	line-height:10px;
	padding:2px;
	width:175px;
	}

div#formrightcol div.error-message {
	color:#dd0000;
	border:1px solid #dd0000;
	background-color:white;
	font-size:7pt;
	font-style:italic;
	margin: 4px 0 4px 124px;
	line-height:10px;
	padding:2px;
	width:120px;
	}

div#formrightcol div.checkbox div.error-message {
	color:#dd0000;
	border:1px solid #dd0000;
	background-color:white;
	font-size:7pt;
	font-style:italic;
	margin: 22px 0 4px 18px;
	line-height:10px;
	padding:2px;
	width:240px;
	}

div.info {
	font-size:8pt;
	font-style:italic;
	padding: 0 0 4px 130px;
	}


div.subhead {
	border-bottom:1px solid #88b5f8;
	padding:10px 0 10px 0;
	}

div.subhead h5, div.subhead h6 {
	float:left;
	text-align:center;
	width:300px;
	font-size: 11pt;
	color:white;
	padding:0px;
	margin:0px;
	}

div#passwordreset {
	border-top:2px solid #ddeafd;
	border-bottom:2px solid #ddeafd;
	padding: 15px 0 15px 0;
	margin: 2px auto 2px auto;
	height:20px;
	width:400px;
	}

div#passwordreset label {
	padding: 4px 0 0 0;
	}

