﻿/* OnScreen Text for all individual fields */
.label {
	text-align: right;
	display: block;
	margin-bottom: 0px;
	margin-top: 2px;
	margin-right: 5px;
	float : left;
}
.checklabel {
	text-align: left;
	display: block;
	margin-bottom: 0px;
	margin-right: 5px;
	float: left;
	border:0px fuchsia solid;
	width:450px
}
.radio, .date, .check {
	float: left;
	width: 20px;
	margin-left:20px;
	border:0px red solid;
}
/*Spreads DIVS for form wide virtical spacing*/
.spreadiv {
	border: 0px green solid;
	margin-bottom: 5px;
	clear: both;
	display: block;
}
.spreadivCheck {
	border: 0px green solid;
	margin-bottom: 5px;
	clear: both;
	display: inline-block;
	
	
}










/* TEXT WIDTH for radios*/
.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 input, .check input {
	float: left;
	clear: left;
	border:1px fuchsia solid;
}
.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;
}

