/* Customer Survey - 2 Column Survey */
#customerSurvey_twoCol fieldset.contactInfo
{
	display: block;
	width: 200px;
	margin: 0em 0 1em 0;
	padding: 0em 1em 1em 1em;
	background-color: #FBF094;
	bordeR: 1px solid #C66A17;
}
#customerSurvey_twoCol fieldset.questionnaire{
	padding: 0em 1em 1em 1em;
	width: 300px;
	margin: 0 0 1em 0;
	background-color: #FBF094;
	bordeR: 1px solid #C66A17;
}

#customerSurvey_twoCol fieldset.radio
{
	margin: 1em 0 2em 0;
	background-color: #FBF094;
	bordeR: 1px solid #C66A17;
}
#customerSurvey_twoCol fieldset.radio legend{
	font-weight: normal;
}
#customerSurvey_twoCol fieldset.radio label
{
	font-weight: normal;
}

#customerSurvey_twoCol fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
	margin-right: 5px;
}

#customerSurvey_twoCol input
{
	display: block;
	width: 15em;
}

#customerSurvey_twoCol label
{
	display: block;
	margin-bottom: 0.5em;
	font-weight: normal;
}

#customerSurvey_twoCol select
{
	display: block;
	margin-top: 0.5em;
}
#customerSurvey_twoCol #FormRightColumn{
	float: right;
}
#customerSurvey_twoCol #FormLeftColumn{
	float: left;
	margin: 0;
	padding: 0;
}
#customerSurvey_twoCol legend{
	font-weight: bold;
	padding: 2px;
	color: black;
}
#customerSurvey_twoCol ol{
	margin-left: 0;
	padding-left: 1.5em;
}
#customerSurvey_twoCol ol ol{
	padding-left: 3em;
	padding-bottom: 1em;
}
#submitButtons{
	clear:left;
}
#submitButtons input{
	float: left;
	width: 75px;
	margin-right: 5px;
}

#employmentForm fieldset
{
	display: block;
	margin: 0 0 1em 0;
	border: 1px solid #C66A17;
	padding: 0 1em 1em 1em;
	background-color: #FBF094;
}

#employmentForm fieldset.radio
{
	margin: 0 0 0 -1em;
	border: 0 solid #C66A17;
}

#employmentForm fieldset.radio input
{
	position: static;
	clear: both;
	float: left;
}

#employmentForm fieldset.radio label
{
	position: relative;
	top: -1.25em;
	display: inline;
	width: auto;
	margin: 0 0 0 11em;
	font-weight: bold;
	font-weight: normal;
}

#employmentForm fieldset.radio legend
{
	float: left;
	font-weight: bold;
}

#employmentForm input
{
	position: relative;
	top: -1.4em;
	left: 11em;
	display: block;
}

#employmentForm input.submit
{
	clear: both;
	top: 0;
}

#employmentForm label
{
	clear: both;
	float: left;
	display: block;
	width: 12em;
	margin-top: -1em;
	font-weight: normal;
	text-align: right;
}
#employmentForm label.commentbox{
	width: 40em;
	text-align: center;
	margin-top: 0.5em;
}
#employmentForm label.first
{
	margin-top: 1em;
}

#employmentForm select
{
	position: relative;
	top: -1.4em;
	left: 11em;
	display: block;
}
#employmentForm input.resetButton, #employmentForm input.submitButton{
	float: left;
	top: 5px;
}
#employmentForm input.submitButton{
	clear:left;
}



#partsRequestForm fieldset
{
	display: block;
	margin: 0 0 1em 0;
	background-color:#FBF094;
	border: 1 solid #C66A17;
	padding: 0em 1em 1em 1em;
}
#partsRequestForm legend{
	font-weight: bold;
}
#partsRequestForm input
{
	position: relative;
	top: -1.4em;
	left: 8em;
	display: block;
}

#partsRequestForm input.resetButton, #partsRequestForm input.submitButton{
	float: left;
	top: 5px;
}
#partsRequestForm input.submitButton{
	clear:left;
}
#partsRequestForm label
{
	clear: both;
	float: left;
	display: block;
	width: 8em;
	margin-top: 0em;
	font-weight: bold;
}

#partsRequestForm label.first
{
	margin-top: 1em;
}

#partsRequestForm select
{
	position: relative;
	top: -1.4em;
	left: 8em;
	display: block;
}
#partsRequestForm #contact_left{
	float: left;
	width: 50%;
}
#partsRequestForm #contact_right{
	float: left;
	width: 50%;
}
#partsRequestForm #contact_right label{
	padding-left: 10px
}
.parts_row0{
		background-color: #2C437E;
}
.parts_row0 label, .parts_row1 label{
	margin-top: 0em;
}
#partsRequestForm .part{
	width: 50%;
	float: left;
	
}
#partsRequestForm .quantity{
	float: left;
	padding-left: 10px;
}


#serviceRequestForm fieldset
{
	display: block;
	margin: 0 0 1em 0;
	background-color: #FBF094;
	border: 1 solid #C66A17;
	padding: 0em 1em 1em 1em;
}
#serviceRequestForm legend{
	font-weight: bold;
}
#serviceRequestForm input
{
	position: relative;
	top: -1.4em;
	left: 8em;
	display: block;
}

#serviceRequestForm input.resetButton, #serviceRequestForm input.submitButton{
	float: left;
	top: 5px;
}
#serviceRequestForm input.submitButton{
	clear:left;

}
#serviceRequestForm label
{
	clear: both;
	float: left;
	display: block;
	width: 8em;
	margin-top: 0em;
	font-weight: bold;
}
#serviceRequestForm label.commentbox{
	width: 40em;
	text-align: center;
	margin-top: 0.5em;
}
#serviceRequestForm label.first
{
	margin-top: 1em;
}

#serviceRequestForm select
{
	position: relative;
	top: -1.4em;
	left: 8em;
	display: block;
}
#serviceRequestForm #contact_left{
	float: left;
	width: 50%;
}
#serviceRequestForm #contact_right{
	float: left;
	width: 50%;
}
#serviceRequestForm #contact_right label{
	padding-left: 10px
}
.services_row0{
		background-color: #2C437E;
}
.services_row0 label, .services_row1 label{
	margin-top: 0em;
}
#serviceRequestForm .service{
	width: 50%;
	float: left;
	
}
#serviceRequestForm .quantity{
	float: left;
	padding-left: 10px;
}
