
/*QUOTE FORM*/

#Form1 {
	width:333px;
	text-align:left;
	font-size:11px;
	font-weight: bold;
}
#Form1 label.TextField
{
	display: block;
	width: 120px;
	margin-bottom: 10px;
	text-align: right;
	margin-right: 10px;
	float: left;
	font-size:11px;
	font-weight:bold;
}
#Form1 input.TextField
{
	display: block;
	width: 150px;
	margin-bottom: 10px;
	color: #333333;
	background: #fff;
	margin-left: 140px;
	border: 1px solid #CCCCCC;
}

#Form1 label.TextArea
{
	display: block;
	width: 120px;
	margin-bottom: 5px;
	text-align: right;
	margin-right: 10px;
	float: left;
	font-size:11px;
	font-weight:bold;
}
#Form1 select.SelectField
{
	display: block;
	width: 182px;
	margin-bottom: 10px;
	color: #333333;
	background: #fff;
	margin-left: 130px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
}
#Form1 .details
{
	margin: 15px 0 10px 25px;
	 }
#Form1 .details .red
{
	color:#FF0000;
	font-weight:bold;
	font-size:13px;
	}
#Form1 .bookingdates label.TextField
{
	width: 70px;
	margin-right: 10px;
}
#Form1 .bookingdates select
{
	display: block;
	float:left;
	margin-bottom: 10px;
	color: #333333;
	background: #fff;
	margin-left:0;
	font-size: 12px;
}
#Form1 select.SelectDate
{
	width: 40px;
	margin-left:0;
}
#Form1 select.SelectMonth
{
	width: 80px;
	margin-left: 2px;
}
#Form1 select.SelectYear
{
	width: 52px;
	margin-left: 2px;
}
#Form1 select.SelectTime
{
	width: 54px;
	margin-left: 2px;
}

#Form1 .driverdetails select
{
	display: block;
	float:left;
	margin-bottom: 10px;
	color: #333333;
	background: #fff;
	margin-left:0;
	font-size: 12px;
	width: 85px;
}
#Form1 .driverdetails label.TextField
{
	width: 105px;
	margin-right: 10px;
}
#Form1 input.submit 
{	
	clear:left;
	margin:10px auto;
	color: #FFF;
	background: #373753;
	border: 1px solid #CCCCCC;
	font-weight:bold;
	display:block;
	font-size: 11px;
	padding: 4px;
	font-family:Arial, Helvetica, sans-serif;
} 
#Form1 input.submit:hover 
{	
	color: #333;
	background: #CCCCCC;
} 


/*#Form1 input.inputRadio
{
	display: block;
	width: 30px;
	height: 15px;
	line-height:15px;
	margin-bottom: 10px;
	text-align: right;
	margin-left: 30px;
	float: left;
	font-weight:bold;
}
#Form1 label.labelRadio
{
	display: block;
	width: 150px;
	height: 15px;
	line-height:15px;
	margin-bottom: 10px;
	color: #000;
	margin-left: 60px;
}
*/
#Form1 input.inputCheckbox
{
	display: block;
	width: 20px;
	height: 15px;
	line-height:15px;
	margin: 0 2px 0 0;
	text-align: right;
	float: left;
	font-size:10px;
	font-weight:bold;
}
#Form1 label.labelCheckbox
{
	display: block;
	width: 70px;
	float:left;
	height: 15px;
	line-height:15px;
	color: #000;
	margin:0 0 5px 0;
	font-size:10px;
}
#Form1 input.inputRadio
{
	display: block;
	width: 20px;
	height: 15px;
	line-height:15px;
	margin: 0 2px 0 0;
	text-align: right;
	float: left;
	font-size:10px;
	font-weight:bold;
}
#Form1 label.labelRadio
{
	display: block;
	width: 45px;
	float:left;
	height: 15px;
	line-height:15px;
	color: #000;
	margin:0 0 5px 0;
	font-size:10px;
}
/*die_type_wrapper
*/
#Form1 .die_type_wrapper
{
	padding: 10px 0 10px 0;
}
#Form1 .die_type_wrapper input.inputRadio
{
	width: 20px;
}
#Form1 .die_type_wrapper label.labelRadio
{
	width:45px;
}

/*end die_type_wrapper
*/

/*die_amt_wrapper
*/#Form1 .die_amt_wrapper
{
	padding: 10px 0 20px 0;
}
#Form1 .die_amt_wrapper input.inputRadio
{
	width: 20px;
}
#Form1 .die_amt_wrapper label.labelRadio
{
	width:40px;
}

/*end die_amt_wrapper
*/

/*colour_wrapper
*/#Form1 .colour_wrapper
{
	padding:0;
}
#Form1 .colour_wrapper input.inputRadio
{
	width: 20px;
}
#Form1 .colour_wrapper label.labelRadio
{
	width:40px;
}

/*end colour_wrapper
*/
#Form1 fieldset
{
	border:none;
}
.mail_error {
	font-weight: bold;
	color: #FF0000;
	text-align: left;
	list-style-type: none;
	margin-bottom: 10px;
	font-size: 80%;
}
#Form1 p{
	margin:10px 0 10px 150px;
	font-size:11px;
}