@charset "UTF-8";
#formsection {
	float:left; /* enclose the form control and label */
	width:100%; /* makes the floated element full width */
	border-bottom:1px solid #AAA;
	padding-bottom:.4em;
	}

fieldset  {
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	border: solid 1px #669966;
	padding: 5px;
	}


legend  {
	background-color: #FFF2E6;
	margin-left: 5px;
	padding: 3px;
	color: #669966;
	}

label   {
	font-weight: bold;
	line-height: normal;
	text-align: right;
	display: block;
	position: relative;
	width:100px;
	float: left;
	padding: 4px;
	margin-right: 2px;
	}

.label2   {
	font-weight: bold;
	line-height: normal;
	position: relative;
	display: inline;
	width:60px;
	padding-right: 4px;
	padding-top: 5px;
	padding-left: 5px;
	}

.label4   {
	font-weight: bold;
	line-height: normal;
	margin-right: 6px;
	margin-left: 0px;
	position: relative;
	display: inline;
	margin-top: 1px;
	}
	
.label5   {
	font-weight: bold;
	line-height: normal;
	margin-left: 10px;
	float: left;
	display: block;
	width:200px;
	margin-top: 10px;
	}	
	
.label3   {
	font-weight: bold;
	line-height: normal;
	margin-left: 10px;
	position: relative;
	display: inline;
	width:25px;
	margin-top: 3px;
	}

label.fieldLabel	{
	display: inline;
	float: none;
	}
	
input.formInputField   {
	border: 1px solid #669966;
	background-color: #F6FEF0;
	color: #333;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
	height: 15px;
	width: 150px;
	}
	
input.formInputField:hover {
	background-color: #E4F6E6;
	border: 1px solid #669966;
	color: #003300;
	}

input.formInputField2   {
	border: 1px solid #669966;
	background-color: #F6FEF0;
	color: #333;
	margin-right: 5px;
	padding: 2px;
	height: 15px;
	width: 20px;
	}
	
input.formInputField2:hover {
	background-color: #E4F6E6;
	border: 1px solid #669966;
	color: #003300;
	}
	
input.formInputField3   {
	background-color: #F6FEF0;
	color: #333333;
	margin-right: 5px;
	padding: 0px 0px 4px;
	vertical-align: text-top;
	}
	
input.formInputField3:hover {
	background-color: #E4F6E6;
	border: 1px solid #669966;
	color: #003300;
	}
	
textarea.formtextArea   {
	border: 1px solid #669966;
	background-color: #F6FEF0;
	color: #333;
	margin: 2px 5px 5px 10px;
	padding: 2px;
	float:left;
	width: 248px;
	}
	
textarea.formtextArea:hover {
	background-color: #E4F6E6;
	border: 1px solid #669966;
	color: #003300;
	}


select.formSelect  {
	border: 1px solid #669966;
	background-color: #F6FEF0;
	color: #333;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
	}

select.formSelect:hover  {
	background-color: #E4F6E6;
	color: #000;
	cursor: pointer;
	}

input.formInputButton   {
	border: solid 1px #669966;
	color: #000000;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	font-weight: bolder;
	text-align: left;
	padding: 3px 4px;
	margin-right: 5px;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	float: left;
	background-color: #CCCCFF;
	}
	
input.formInputButton:hover   {
	background-color: #E4F6E6;
	}
        
