﻿/* OnScreen Text for all individual fields */
.label {
	text-align: right;
	display: block;
	margin-bottom: 0px;
	margin-top: 2px;
	margin-right: 5px;
	float : left;
}
/* TEXT WIDTH for radios*/
.input {
}
.select {
}
input:hover, input:focus {
}

.legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #43634B;
}
/* group fields WIDTH alignment - should be 5px wider than above*/
.fieldset {
	margin-bottom: 15px;
}
.radio, .date, .check {
	position: relative;
	margin-left:25px;
	margin-top:7px
	
}

.checklabel{
	width: 400px;
	float: left;
	margin-left: 50px;
	margin-top: -20px;
	}

.radio input, .check input {
	float: left;
	clear: left;
}
.radio label, .check label {
	text-align: left;
	margin-bottom: 3px;
	margin-left: 5px;
	width: 90%;
	font-family: Verdana;
	font-size: 12px;
	color: #003366;
}
/*Spreads radio horitontally in group, comment out to display virtically
.radio div {
	float: left;
	white-space: nowrap;
	clear: none;*/
}
/*Spreads checks horitontally in group, comment out to display virtically
.check div {
	float: left;
	white-space: nowrap;
	clear: none;*/
}
.date fieldset label {
	float: none;
	display: block;
	text-align: left;
	width: auto;
}
/*Spreads Dropdwons groups comment FLOAT LEFT out to display virtically*/
.date fieldset div {
	float: left;
	clear: none;
	margin-right: 0.8em;
	margin-top: 0.0em;
	margin-left: 0.4em;
}
/*Spreads DIVS for form wide virtical spacing*/
.spreadiv {
	margin-top : 10px;
	clear: both;
}
.spreadivCheck {
	margin-top : 0px;
	padding-bottom : 0px;
	clear: both;
}
