@charset "utf-8";
/* validForms CSS Document */
form {
	margin:15px auto 10px 64px;
}
label {
	display:block;
	font-weight:bold;
	width: 400px;
}
.smallLabel {
	display:block;
	font-weight:normal;
}
.textInput {
	width:60px;
}
.textInputLong {
	width:260px;
}
textarea {
	width:626px;
	height:104px;
}
select {
	margin-top: -12px;
	#margin-top: -34px;
}
fieldset {
	border:1px solid #FFFFFF;
	padding:4px 1em;
	margin:0.5em 4px;
	color:#665577;
	width: 280px;
}
.fieldsetbc:hover
{
	background-color: #FFFFFF;
}
.chkbxRadio {
	float: left;
	margin-bottom: 16px;
	margin-left: 40px;
	#margin-top: -20px;
}
.chkbxRadioRight {
	float: right;
}
.chkbxRadio label {
	display:inline;
}
.clearEm {
	clear:both;
}
.sectionTitle {
	font-weight: bold;	
}
.trDarkColor {
	background: #D5DAC3;
	background-color: #D5DAC3;
}
.trLightColor {
	background: #F5F9EA;
	background-color: #F5F9EA;
}

.dropDownBox {
	margin-left: 40px;
	margin-bottom: 4px;
}
.emailWarning {
	font-weight: bold;
	color: #FF3300;
	text-align: left;
}
.emailSuccess {
	font-style: italic;
	font-weight: bold;
	color: #00552C;
	text-decoration: none;
}
form em {
  /*font-weight: bold;*/
  font-style: normal;
  color: #811801;
}