﻿#content{

}

.form{

}

.formSectionHeader
{
	margin:14px 0;
	clear:both;
}

.formSectionHeader h2
{
	font-size:14px;
	color:#007CC2;
	font-weight:bold;
}

.formField
{
	
	clear:both;

}

.formLabel 
{
	font-weight:bold;
	line-height:20px;
	margin-top:14px;
}

.formValue{

}

/* .checkBox_cont{
	float:left;
} */

input, textarea
{
     width:390px; 
	 border:solid 1px #666666;
	 overflow:auto;
}

.checkBox input, .checkBoxList input{
	border:none;
	width: 30px;
}

.checkFeild{
	margin:20px 0;
}

.checkFeild .formValue, .checkFeild .formLabel{
	float:left;
}

.checkFeild .formValue{
	margin:14px 0 0 0;
}

.formFieldInstructions

{
	margin-bottom:10px;
	margin-top:40px;
}

.formFieldInstructions2
{
	margin-bottom:10px;
}

.gapUnder
{
	margin-bottom:20px;
}

.checkBox input
{

	width:30px;
	margin-left:-8px;
}

.radioBtn input
{
	float:right;
	margin-right:114px;
}

.radio label
{
/* 	width:160px; */

	display:block;
	white-space: nowrap;
}

label
{
	font-weight:bold;
}

.submitBtn{
	cursor:pointer;
	width:90px;
	margin:20px 0 20px 300px;
}

.submitBtn:hover{
	color:#ffffff;
}

.errorMessage
{
	color:#ff0000;
	margin-top:40px;
	display:block;
	font-size:16px;
}
.red {
	color:Red;
}
