/* -- Quote Request Form -- */

#quote_request_form {
	width:475px; margin:0 auto;
	font-family: Helvetica, Arial, Verdana, Sans-serif;
	font-size: 12px;
	}

.banner_quote_header {
	margin: 0 0 0 135px;
	font-size: 14px;
	font-weight: bold;
	color: #2C4981;
	}

legend {
	font-family: Helvetica, Arial, Verdana, Sans-serif;
	font-weight: bold;
	margin-left:10px;
	}

.form_header {
	margin: 12px 0 0 135px;
	font-size: 14px;
	font-weight: bold;
	color: #2C4981;
}

#quote_request_form fieldset {
	border: 1px solid black;
	background-color:#ececec;
	margin-left:120px;
	width:300px;
	}

* html fieldset {
    position: relative;
    margin-top:1em;
    padding-top:.75em;
    }

* html legend {
    position:absolute;
    top: -.5em;
    left: .5em;
    }

.customer_info {
	margin: 10px 15px 5px 15px;
	}

.customer_info_col {
	float:left;
	line-height:1.2em;
	width:170px;
	margin-bottom:10px;
	}

.edit {
	clear:both;
	background-color:#959595;
	color: white;
	font-size:.85em;
	text-align:right;
	padding:2px 5px 2px 0;
}

.edit a:link {color:white; text-decoration:none;}
.edit a:visited {color:white; text-decoration:none;}
.edit a:focus {color:yellow; text-decoration:none;}
.edit a:hover {color:yellow; text-decoration:none;}
.edit a:active {color:white; text-decoration:none;}

.commentstyle {
	color:#555;
	margin-left:135px;
	}

.form_item {
	margin: 7px 0;
	}

label {
	float:left;
	text-align: right;
	clear:left;
	width: 120px;
	margin:3px 5px;
	}
	
input {
	margin-left: 5px;
	}

select {
	margin-left: 5px;
	}

textarea {margin-left:5px;}

.form_instruc {margin-left:135px;}

.form_submit {margin:10px 0 0 130px;}

.submit_buttons {
	margin: 10px 0 0 125px;
	}

.materials {
	margin: 0 0 0 135px;
	}

.materials a {
	color: #555; text-decoration:none;}