/* CSS Document */

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

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

#formtype{
	width:800px;
    text-align:right;
	background-color: #FFFFFF;
	border-color: #0000FF;
	border-width: thin;
	
}
#formCar{
	width:370px;;
	float:left;
	height:385px;
	background-color: #FFFFFF;
	border-color: #0000FF;
	border-width: thin;
}
#formCustomer{
	width:400px;
	float:left;
	height:385px;
	background-color: #FFFFFF;
	border-color: #0000FF;
	border-width: thin;
}

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

#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:800px;
}

#submitform input{
	width:100%;
}

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

.submit input
{
margin-left: 4.5em;
} 

.submit input
{
color: #CC0000;
background: #ffa20f;
border: 2px outset #d7b9c9
}
fieldset
{
border: 1px solid #781351;
width: 20em
}

legend
{
color: #fff;
background: #CC0000;
border: 1px solid #781351;
padding: 2px 6px
} 
