body{
	background-color: #d3d3d3;
	font-family: Arial,times,serif;
	background-image:url('../_img/form-gradient.jpg');
	background-repeat: repeat-x;
	background-position: top-left;
}

/* ========== FORMS ========== */

li {list-style-type: none;}

form span {
	margin-left: 175px;
}

fieldset {}

fieldset li { 
 float: left; 
 clear: left; 
 width: 100%; 
 padding-bottom: 1em;
 font-size: 16px; 
}

legend {
	color: #990000 !important;
	font-size: 20px;
	margin:15px 0 15px 8px !important;
	font-weight: bold;
}

label { 
 float: left; 
 width: 10em; 
 margin-right: 1em;
 display: block;
 color: #000;
 font-style: italic;
} 

.right{
	margin-left: 133px !important;
/*	border: 1px solid red !important;*/
}

#service{
/*	border: 1px solid red !important;*/
}

#quote-radios{
	/*border: 1px solid red;*/
}

#times{
	border: 1px solid red !important;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {}

input[type="checkbox"]
{
/*	border: 1px solid red !important;*/
}

input[type="radio"] {}

input[type="text"],
input[type="password"],
input[type="file"],
textarea {}

textarea {}

button {}

input {}

select {}

optgroup {}

option {}

