@charset "utf-8";
/* CSS Document */

#quotemain{
	height:485px;
	width:840px;
	margin:10px 0 0 0;
	padding:0 5px;
	background-image: url(/images/quote/fleetmanaged_quote_bg.jpg);
	background-repeat: no-repeat;
}


#quotetext{
	float:right;
	height:420px;
	width:550px;
}
#quotetext p{
	color: #333333;
	font-weight: normal;
}
#formholder{
	height:400px;
	width:840px;
}
#form_leftcolumn{
	float:left;
	width:390px;
	height:400px;
}
#form_rightcolumn{
	float:right;
	width:390px;
	height:400px;
}


label{
	float:left;
}
select{
	float:right;
	border:solid 1px #333333;
	margin:0 0 5px 0;
	padding:0 5px 0 0;
}

.textbox{
	float:right;
	border:solid 1px #333333;
	margin:0 0 5px 0;
	width:210px;
}
.textarea{
	float:right;
	border:solid 1px #333333;
	width:210px;
	height:70px;
	margin:0 0 5px 0;	
}
.button{
	float:right;
	height:1.5em;
	width:8em;
	background-color: #CCCCCC;
	border:solid #000000 1px;

}
