@charset "utf-8";
/* CSS Document */

h4 {
	font-size:17px;
	color:#333;
	padding:0;
	margin:0
}
.formsection_title {
	font-size:14px;
	color:#333	
}
.content_text, a.caldendar:active,a.caldendar:link, a.caldendar:hover, a.caldendar:visited {
	font-size:12px;
	color:#333	
}
/* Div ID'S */

#formwrapper, #form_content {
	width:500px	
}
#form_content_left, #form_float_left {
	width:200px; 
	float:left
}
#form_content_right, #form_float_right {
	width:300px; 
	float:right
}
#form_content_top {
	width:500px; 
	height:480px;
}
#form_content_top_left {
	width:200px; 
	height:480px; 
	float:left
}
#form_content_top_right {
	width:300px; 
	height:480px; 
	float:right
}
#form_content_middle {
	width:500px; 
	height:390px;
}
#form_content_middle_left {
	width:200px; 
	height:330px; 
	float:left
}
#form_content_middle_right {
	width:300px; 
	height:330px; 
	float:right
}
#form_content_bottom {
	width:500px; 
	height:150px
}
#form_content_bottom_left {
	width:200px; 
	height:150px; 
	float:left
}
#form_content_bottom_right {
	width:300px; 
	height:150px; 
	float:right
}
#form_employ, #form_parts, #form_service, #form_quote {
	width:500px; 
	
}





form.form {
	padding:20px 0 0 20px;
	margin:0;
	text-align:left
}
form.form h1 {
	padding:0;
	margin:0 0 5px 0;
	font-size:22px;
	font-weight:bold
}
form.form h3 {
	padding:0;
	margin:0 0 5px 0;
	font-size:16px;
	font-weight:bold
}
form.form p {
	font-size:10px
}
form.form p span {
	color:#F00
}
form.form dl {
	padding:0;
	margin:0
}
form.form dl.l {
	float:left;
	width:260px
}
form.form dl.r {
	float:left
}
form.form dl dt {
	padding:0;
	margin:0 0 2px 0;
	font-size:10px
}

form.form dl dd {
	padding:0;
	margin:0 0 6px 0
}

form.form dl dt span {
	color:#F00
}

form.form dl dd input, form.form dl dd textarea {
	padding:4px 4px 4px 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold
}

form.form dl dd ul {
	list-style:none;
	margin:0 0 0 5px;
	padding:0
}
form.form dl dd ul li {
	font-size:10px
}
