/**
 * Styles for quotation form
 */

label{
	font-weight: bold;
 	color: #FFFFFF;
	cursor: pointer;
	font-size: 12px;
}

fieldset{
	margin: 0px 0px 15px 0px;
	padding: 5px;
	width: 360px;
	border: 1px solid #FFFFFF;
}

legend{
	font-weight: bold;
	color: #FFFFFF;	
}

td.label{
	font-weight: bold;
 	color: #FFFFFF;
	width: 130px;
	font-size: 12px;
}

td.input{
	text-align: right;
	width: 200px;
}


table#vehicleDetails{
	width: 350px;
	margin: 0px;
	padding: 0px;
}

table#repairInformation{
	width: 350px;
	margin: 0px 0px 0px 6px;
	padding: 0px;
}

table#personalDetails{
	width: 350px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}


.textInput{
	width: 200px;
	border-top: 2px solid #222222;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	border-left: 2px solid #555555;
	padding: 1px;
}

input:focus{
	background-color: #F69A15
}

textarea:focus{
	background-color: #F69A15
}

#txtRepairs{
	width: 340px;
	height: 100px;
}