body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	background-color: #63809F;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.wrapper {
	background-color: #FFFFFF;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.banner {
	background-image: url(../images/RegistrationBanner.jpg);
	width: 750px;
	height: 87px;
}
.navBar {
	font-size: 80%;
	font-weight: bold;
	background-color: #0E2C4B;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000033;
	border-bottom-color: #000033;
	width: 750px;
	height: 21px;
}
html>body .navBar {
	height: 23px;
}
.instructions {
	font-style: normal;
	font-size:95%;
	color: #333333;
}
.navStepDone {
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000066;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	background-color: #006633;
}
.navStepOff {
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000066;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#666666;
}
.navStepOn {
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000066;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 8px;
	color: #FFFFFF;
	background-color: #CC6600;
}
html>body .navStepOn {
	padding-bottom: 5px;
}
.mainBody {
	background-color: #ffffff;
	box-shadow: 0 0 35px black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000033;
	width: 730px;
	clear: both;
	text-align: left;
	padding: 10px;
}
.questionText {
	font-weight: bold;
	color: #000066;
}
.questionbox {
	font-size:90%;
	background-color: #D2D7E6;
	padding: 10px;
	width: 728px;
	margin: 12px -9px;
}
.IntroText {
	font-size:90%;
	width: 670px;
	padding:5px 25px;
	line-height:1.5em;
}
.buttonbox {
	clear:both;
}
.formlabel {
	font-weight: bold;
	font-size:90%;
	color: #000033;
	padding: 2px;
	text-align:right;
	vertical-align:top;
	width:150px;
}
.forminput {
	font-weight: bold;
	color: #000033;
	padding: 2px;
	width: 500px;
}
.displaylabel {
	font-weight: bold;
	font-size:90%;
	color: #000033;
	padding: 2px;
	text-align:right;
	vertical-align:top;
	width:150px;
}
.displaytext {
	font-weight: normal;
	font-size:100%;
	color: #000033;
	padding: 2px;
	width: 500px;
}
.displaylabel2 {
	font-weight: bold;
	font-size:100%;
	color: #000033;
	padding: 2px;
	text-align:right;
	vertical-align:top;
	width:150px;
}
.displaytext2 {
	font-weight: normal;
	font-size:100%;
	color: #000033;
	padding: 2px;
	width: 500px;
}
.datadisplay {
	font-weight: normal;
	color: #000000;
	margin: 5px;
	padding: 2px;
	clear: none;
	width: 500px;
	height: 15px;
	float: left;
}
.optionlabel {
	font-weight: bold;
	color: #000033;
	padding: 2px;
	width: 20px;
	text-align:right;
	font-size:100%;
}
.optioninput {
	font-weight: normal;
	color: #000033;
	padding: 2px;
	font-size:90%;
}
.questionboxError {
	font-size:90%;
	background-color: #FFE8B7;
	border: 3px solid #FF3300;
	padding:10px;
/* 	width: 721px; */
	margin: 20px -9px;
}
#statement {
	font-size:85%;
	padding: 15px;
	margin:55px -10px -10px -10px;
	width: 720px;
	background-color:#CCC;
	border-top:solid 3px #666;
	color:#333;
}
.DCon {
	background-color: #FFCC99;
	padding:5px;
	font-weight:bold;
	border:dashed 1px #FF6600;
	width:300px;
	display:block;
	height:28px;
}
.DCon p {
	margin-top:-2px;
	margin-bottom:-5px;
}

.DCon.success {
	background-color: #adf7c1;
}
.DCon.fail {
	background-color: #eb7f7f;
}
.DCoff {
	background-color: #FFCC99;
	padding:5px;
	font-weight:bold;
	border:dashed 1px #FF6600;
	width:300px;
	display:none;
	height:20px;
}
.alert {
	background-color:#CC6600;
	font-weight:bold;
	color:#FFFFFF;
	padding:10px;
	margin-bottom:10px;
	font-size:90%;
}

.greenbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) );
	background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
	background-color:#89c403;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #74b807;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528009;
}
.greenbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403) );
	background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
	background-color:#77a809;
}
.greenbutton:active {
	position:relative;
	top:1px;
}
.greybutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.greybutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.greybutton:active {
	position:relative;
	top:1px;
}
input:disabled{
	opacity:.2;
	color:red;
	background:none;
	text-shadow:none;
	border:1px solid red;
	box-shadow:none;
}
.hidden{ display:none !important;}


#RegForm label {
	width: 100%;
}
#RegForm label.error, #RegForm label.success  {
	display: block;
}

/**********************************

Name: cmxform Styles

***********************************/
form.cmxform {

}

form.cmxform legend {
	padding-left: 0;
}

form.cmxform legend, form.cmxform label {

}

form.cmxform fieldset {

}

form.cmxform fieldset fieldset {

}

form.cmxform fieldset p, form.cmxform fieldset fieldset {

}

form.cmxform label.error, form.cmxform label.success {
	color: red;
	font-style: italic;
	display: block;
	column-span: all;
}
form.cmxform label.success {
	color: #0a7f55;
}

form.cmxform fieldset {
	border: none;
}
div.error { display: none; }
input {	 }
input.checkbox {  }
input:focus {  }
input.error { border: 1px dotted red; }

