/* CSS Document */

form {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

fieldset{
	padding:10px;
	margin:2px;
}

#formtype{
	width:728px;
}
#formCar{
	width:350px;;
	float:left;
	height:180px;
}
#formCustomer{
	width:350px;
	float:left;
	height:180px;
}

label, span.flabel{
	display:block;
	width:40%;
	float:left;
	clear:both;
	text-align:right;
	padding-right:3px;
}

#formCustomer input,#formCar input{
	width:50%;
}

.default label, .default input{
	display:inline !important;
	width:auto !important;
	float:none !important;
	clear:none !important;
	padding:0px !important;
}

#enqform{
	overflow:auto;
	min-width:770px;
}
#submitform{
	clear:both;
	width:728px;
}

#submitform input{
	width:100%;
}

#formerrors li{
	color:#FF0000;
	font-weight:bold;
}