﻿form * {margin:0;padding:0;} /* Standard margin and padding reset, normally done on the body */

.fieldsetStart
{
	position:relative;
	width:auto;
	height:6px;
}

legend {
	color:#E97B25; /* IE styles legends with blue text by default */
	font-size: 12px;	
	line-height: 24px;
	margin-left: 10px;
	padding: 0px 2px 0px 2px;
	display:none;
}


fieldset 
{
	position:relative;
	width: 650px;
	margin: 0px;
	padding: 0px 0px 7px 0px;
	border: none;
}

fieldset div.row
{
	position:relative;
	width:auto;
	clear:both;
}

fieldset div.element 
{
	position:relative;
	width:270px;
	overflow:hidden; /* Contain the floating elements */
	display:inline-block; /* Give layout in ie to contain float */
	margin: 0px 10px 1px 10px;
	padding: 0px;
	line-height: 25px;
	border: 0px;
	float:left;
}

fieldset div.row.fullrow div.element
{
	position:relative;
	width:570px;
	overflow:hidden; /* Contain the floating elements */
	display:inline-block; /* Give layout in ie to contain float */
	margin: 0px 10px 1px 10px;
	padding: 0px;
	line-height: 25px;
	border: 0px;
	float:left;
}

fieldset div.element {display:block;} /* Reset element back to block leaving layout in ie */

fieldset div.element label 
{
	position:relative;
	margin: 0px 0px 0px 2px;
	padding: 0px;
	float:left; /* Take out of flow so the input starts at the same height */
	width:90px; /* Set a width so the inputs line up */
	font-size: 11px;
	color: black;
}

fieldset div.element.noreq label
{
	position:relative;
	margin: 0px 0px 0px 4px;
	padding: 0px;
	float:left; /* Take out of flow so the input starts at the same height */
	width:90px; /* Set a width so the inputs line up */
	font-size: 11px;
	color: black;
}

html>/**/body fieldset div.element.noreq label
{
	position:relative;
	margin: 0px 0px 0px 4px;
	padding: 0px;
	float:left; /* Take out of flow so the input starts at the same height */
	width:96px; /* Set a width so the inputs line up */
	font-size: 11px;
	color: black;
}

fieldset div.element.passConf label
{
	position:relative;
	margin: 0px 0px 0px 4px;
	padding: 0px;
	float:left; /* Take out of flow so the input starts at the same height */
	width:110px; /* Set a width so the inputs line up */
	font-size: 11px;
	color: black;
}

fieldset div.element input 
{
	margin: 7px 0px auto 0px; 
	border:1px solid #E97B25;
	font-size:11px;
	width:150px;
}

fieldset div.element.phone input
{
	width:30px;
}

fieldset div.element.noborder input
{
	border:0px;
}

fieldset div.element.textarea label
{
	position:relative;
	margin: 0px 0px 0px 2px;
	padding: 0px;
	float:left;
	width:550px;
	font-size:11px;
	color:Black;
	font-weight:bold;
	display:block;
}

fieldset div.element.radio label
{
	position:relative;
	margin: 0px 10px 0px 2px;
	padding: 0px;
	float:left;
	width:auto;
	font-size:11px;
	color:Black;
	display:block;
}

fieldset div.element.radio table tr td label
{
	float:right;
	margin:4px 15px 0px 4px;
	position:relative;
	bottom:0px;
}

fieldset div.element.radio table tr td input
{
	float:left;
	border:0px;
	width:auto;
	position:relative;
	top:-5px;
}

.elementnote
{
	font-weight:bold;	
	margin-bottom:-4px;
}

fieldset div.element sup
{
	float:left;
	color:#E97B25;
	line-height: 12px;
	top: 8px;
	position:relative;
	width: 12px;
	font-size:12px;
}

fieldset div.element textarea 
{
	margin: 0px 0px 10px 10px; 
	border:1px solid #E97B25;
	width:550px;
	height:100px;
	font-size:11px;
}

fieldset div.element.state input
{
	margin: 7px 10px auto 4px; 
	border:1px solid #E97B25;
	font-size:11px;
	float:left;
	position:relative;
	width:35px;
	display:inline-block;
}

html>/**/body fieldset div.element.state input
{
	margin: 7px 10px auto 6px; 
	border:1px solid #E97B25;
	font-size:11px;
	float:left;
	position:relative;
	width:35px;
	display:inline-block;
}

fieldset div.element.state label
{
	position:relative;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float:left; /* Take out of flow so the input starts at the same height */
	width:80px; /* Set a width so the inputs line up */
	font-size: 11px;
	color: black;
}

fieldset div.element.statezip label
{
	width:auto;
}

fieldset div.toRight
{
	text-align:right;
	line-height:12px;
	padding-right:20px;
}

fieldset div.toRight span.supReq
{
	color:#E97B25;
	line-height: 12px;
	top: 8px;
	position:relative;
	width:auto;
	font-size:20px;
}

.assistance
{
	color:white;
	position:relative;
	top:300px;
	text-align:center;
	font-size:14px;
	width:240px;
	display:inline-block;
}

fieldset div.element.fieldZip input
{
	/* margin: 7px 10px auto 6px; */
	border:1px solid #E97B25;
	font-size:11px;


	width:60px;

}

html>/**/body .stateZip /*ff positioning fix*/
{
	left:84px;
	position:absolute;
	width:auto;
}

.frmHeaderBlock
{
	width:auto;position:relative;display:inline-block;
}

.frmHeaderLeft
{
	width:440px;float:left;top:15px;position:relative;display:inline-block;
}

.frmHeaderRight
{
	top:5px;margin-left:20px;width:225px;position:relative;float:left;display:inline-block;
}

.frmHeaderClear
{
	clear:both;height:1px;line-height:1px;font-size:1px;position:relative;width:auto;
}

.btnSubmitWrap
{
	left:10px;
	/* position:relative; */
	width:200px;
	top:32px;
}


