/* CSS Document */

/* Colors 
bodywork (red): #E90715
diagnostics (green): #A6B546
motservice (purple): #5F428F
home (blue): #147C95
*/

#main_heading p {
    color: #999;
	font-size: 16px;
	padding: 0px 0px 15px 0px;
}

#form_container {
    width: 620px;
	height: 200px;
	margin: 10px 0px 10px 0px;	
}

#contact_form {
    padding: 0;
	margin: 0;
}

#contact_form p {
    margin: 0;
	padding: 0px 0px 0px 10px;
	color: #333;
	line-height: 150%;	
}

#contact_form label {
    font-weight: bold;
	color: #717365;
	line-height: 150%;
}

#contact_details {
	float: left;
    width: 310px;
}

#contact_message {
	float: left;
    width: 310px;
}

.form_row {
    width: 310px;
	padding: 0px 0px 10px 0px;
}

.form_push {
    clear: both;
	width: 300px;
	height: 0px;
	overflow: hidden;
}


.form_label {
    text-align: right;
    width: 90px;
	padding: 3px 0px 0px 0px;
    float: left;
}

.form_field {
    text-align: left;
    width: 215px;
	padding: 0px;
    float: right;
}

#your_name {
    width: 180px;
	height: 15px;
}

#telephone {
    width: 180px;
	height: 15px;		
}

#email {
    width: 180px;
	height: 15px;		
}

#your_message {
    width: 280px;
	height: 110px;
}

.high_text {
    color: #C00;
	font-size: 16px;
	padding: 0px 0px 15px 0px;	
}



