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

#contactmain{
	height:485px;
	width:840px;
	margin:10px 0 0 0;
	padding:0 5px;
	background-image: url(/images/contact/fleet_management_contactbg.jpg);
	background-repeat: no-repeat;
}
#contactleftcolumn{
	height:400px;
	width:250px;
	float:left;
	margin:10px 0 0 180px;
}
#contactrightcolumn{
	height:400px;
	width:400px;
	float:right;
	margin:10px 0 0 0px;
}
#phone{
	margin:0 0 15px 0;
}
#phone p{
	color: #333333;
	font-weight: normal;
}
#address p{
	color: #333333;
	font-weight: normal;
}




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

.textbox1{
	float:right;
	border:solid 1px #333333;
	margin:0 0 5px 0;
	width:210px;
}
.textarea1{
	float:right;
	border:solid 1px #333333;
	width:210px;
	height:90px;
	margin:0 0 5px 0;	
}
.button1{
	float:right;
	height:1.5em;
	width:8em;
	background-color: #CCCCCC;
	border:solid #000000 1px;

}
