/* CSS Document */

/*--------------------- Request Quote Start ---------------------*/
#frmRequest {
	width: 500px;
	margin:0 auto;
}
#frmRequest fieldset {
	border: #999999 2px solid;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 10px 0px 0px 0px;
}
#frmRequest fieldset legend {
	color:#000000;
	font-size:12px;
	font-weight:bold;
}
#frmRequest label {
	display: block;
	float: left;
	width: 120px;
	padding: 0; 
	margin: 5px 5px 0 0;
	text-align: right;
	color:#333333;
}
#frmRequest input, #frmCheckout select {
	margin:3px 2px 0 0;
	color: #000000;
}
#frmRequest div {
	clear: left;
	display: block;
	width: 380px;
	margin: 5px 0px 0px 0px;
	padding: 1px 3px;
}
#frmRequest div#submitForm {
	width: 490px;
	text-align:right;
}
/*--------------------- Request Quote End ---------------------*/