/* form elements not used in the header file, see styles in base.css for those */

form{
	margin: 0px; padding: 0px; 
	color: #333;
	font-family: “Lucida Sans Unicode”, sans-serif;
	font-size: 12px;
}

/* used to denote required text */
.required{color: red; margin: 5px 3px 5px 0px;}

.resultsHdr{
	background:#ffb600 url('../images/yellowbg.jpg') repeat-x;
	padding:6px 10px 0px 10px;
	height:20px;
	width: 450px;
	color:#003333;
	font:14px arial bold;
	font-weight:bold;	
}

/* form formatting rules */
form fieldset {
	margin: 10px 0px;
	/* IE 6 doesn't like without a border */
	border: 1px solid #fff;
}
form legend {
	padding: 0 2px;
	color: #333;
	font-weight: bold;
}
form label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}

form label span{color: red; margin-right: 3px;}
form input{
	background-color: #fff;
	border: 1px solid #999;
	color: #333;
	font-family: “Lucida Sans Unicode”, sans-serif;
	font-size: 12px;
	margin: 2px 2px 2px 0px;
	width: 200px;
}

#serviceForm label, #serviceTypeForm label, #contractorForm label
{
	width: 200px;
	/* line-height: normal; */
}

#contractorForm label.short
{
	width: 100px;
}

#serviceForm label.long, #contractorForm label.long
{
	width: 280px;
}

#serviceForm label.error, #contractorForm label.error
{
	width: 125px;
}

#serviceForm span.hidden, #contractorForm span.hidden
{
	visibility: hidden;
}

form span.radioGroup input
{
	width: auto;
	padding-right: 5px;
}

input.chkbox{background: none; width: 15px; border: none; padding: 0px; margin: 2px;}

form fieldset ol {
	margin: 0;
	padding: 0;
}
form fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}
form fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}
form fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form fieldset fieldset label {
	display: block;
	width: auto;
}

#serviceForm fieldset fieldset label, #serviceTypeForm fieldset fieldset label,
#contractorForm fieldset fieldset label
{
	display: inline-block;
	margin-left: 10px;
	width: 100px;
	/* line-height: normal; */
}

#serviceForm fieldset fieldset label.error,
#contractorForm fieldset fieldset label.error
{
	width: 200px;
}

form em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}
form label {
	width: 120px; /* Width of labels */
}
form label.long {
	width: 230px; /* Width of labels */
}

form fieldset fieldset label {
	margin-left: 123px; /* Width plus 3 (html space) */
}

label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}

#serviceForm select.required, #contractorForm select.required
{
	color: #333;
}

#serviceForm textarea.required, #contractorForm textarea.required
{
	color: #333;
}

.footnotes {
	width: 80%;
	padding: 0px 10px;
}

/* used for search/login buttons */
.smallButton{
	background-color:#339933;
	border: 1px solid #333;
	color: #fff;
	font-family: “Lucida Sans Unicode”, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	height:18px;width:63px;
}

.smallButton:hover {
	background-color:#339933;
	border: 1px solid #333;
	color: #000;
	font-family: “Lucida Sans Unicode”, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	height:18px;width:63px;
}

.inputButton {
	background-color:#339933;
	border: 1px solid #333;
	color: #fff;
	font-family: “Lucida Sans Unicode”, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 2px 2px 2px 0px;
	padding: 5px 0px;
	text-transform: uppercase;
}

.inputButton:hover {
	background-color:#339933;
	border: 1px solid #333;
	color: #000;
	font-family: “Lucida Sans Unicode”, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 2px 2px 2px 0px;
	padding: 5px 0px;	
	text-transform: uppercase;
}

.inputtextnumunits{
	background-color: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-family: “Lucida Sans Unicode”, sans-serif;
	font-size: 12px;
	margin: 2px 2px 2px 8px;
	width: 30px;
}

.inputtext{
	background-color: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-family: “Lucida Sans Unicode”, sans-serif;
	font-size: 12px;
	margin: 2px 2px 2px 0px;
	width: 200px;
}

.inputtextnosize{
	background-color: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-family: “Lucida Sans Unicode”, sans-serif;
	font-size: 12px;
	margin: 2px 2px 2px 0px;	
}

.inputtextreq{
	background-color: #fff;
	border: 1px solid red;
/*	color: #333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 2px 2px 2px 0px;
	width: 160px; */
}

select{
	background-color: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-family: “Lucida Sans Unicode”, sans-serif;
	font-size: 12px;
	margin: 2px 2px 2px 0px;
	width: 200px;
}

select.large{
	background-color: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-family: “Lucida Sans Unicode”, sans-serif;
	font-size: 12px;
	margin: 2px 2px 2px 0px;
	width: 250px;
}

select.smallselect{
	background-color: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-family: “Lucida Sans Unicode”, sans-serif;
	font-size: 12px;
	margin: 2px 2px 2px 0px;
	width: 60px;
}

textarea{
	background-color: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-family: “Lucida Sans Unicode”, sans-serif;
	font-size: 12px;
	margin: 2px 2px 2px 0px;
	width: 200px;
	height: 75px;
}

textarea.textarealarge{
	background-color: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-family: “Lucida Sans Unicode”, sans-serif;
	font-size: 12px;
	margin: 2px 2px 2px 0px;
	width: 400px;
	height: 75px;
}

.small{font-size: 9px;}

/* used on the enrollment form */
#enrollmentForm{padding: 1px; background-color: #b0afa2; width: 100%;}
#enrollmentForm table{background-color: #b0afa2;}
#enrollmentForm tr{padding: 0px; background-color: #99999;}
#enrollmentForm th{background-color: #999; padding: 5px; text-align: left;}
#enrollmentForm td{padding: 5px; text-align: left;}
#enrollmentForm .bold{font-weight: bold;}
#enrollmentForm .row1{background-color: #AEEFFF;}
#enrollmentForm .row2{background-color: #D6F7FF;}
#enrollmentForm label.payments{width: 80px; line-height: 14px; margin-left: 3px;}
#enrollmentForm .qmark {background-image: "/images/icon-question.gif";}
/* background-image: url('../images/icon-question.gif'); padding-left: 1px; width: 100px; border: 1px solid #000; color: red; } */

