﻿fieldset {
	font-family: Tahoma;
	margin-right: 10px;
	float: left;
}

.disabled {
	background-color: Gray;
}

div#Form-Content1 {
	width: 480px;
	margin-bottom: 10px;
	margin-left: 15px;
	clear: both;
}

div#Form-Content2 {
	width: 480px;
	margin-bottom: 15px;
	margin-left: 15px;
	clear: both;
}

div#Form-Content3 {
	width: 480px;
	margin-bottom: 15px;
	margin-left: 15px;
	clear: both;
}

div#Form-Content4 {
	width: 480px;
	margin-bottom: 15px;
	margin-left: 15px;
	clear: both;
}

fieldset.address {
}

fieldset.phone {
}

legend {
	font-size: 10pt;
}

label {
	font-size: 7pt;
}

label.left {
	font-size: 10pt;
	width: 14em;
	display: block;
	text-align: right;
	float: left;
	margin-right: 1em;
}

p.question-helper {
	margin: 0px 0px 0px 15em;
	padding: 0px 0px 0px 0px;
	width: 202px;
}

input[type="text"] {
	width: 200px;
	margin-bottom: 5px;
}

input.Phone-Number {
	width: 146px;
	margin-right: 4px;
}

input.Phone-Extension {
	width: 46px;
}

input.Address-Line {
	
}

input.Address-City {
	width: 110px;
}

input.Address-State {
	width: 23px;
}

input.Address-Zip {
	width: 45px;
}

input.Contact-FirstName {
	width: 70px;
}

input.Contact-LastName {
	width: 120px;
}

.ValErr
{ 
	background-color: lemonchiffon;
	z-index: 999;
	position: inherit;
}