/*********************** FORM IMAGES ***********************/
.form_top{
	width:200px;
	height:30px;
	background:url(form_images/form_top.jpg) no-repeat;
	background-position:center;
}
.form_bottom{
	width:200px;
	height:25px;
	background:url(form_images/form_bottom.jpg) no-repeat;
	background-position:center;

}
.form_left{
	width:10px;
	background:url(form_images/form_left.jpg) repeat-y;
}
.form_mid{
	width:180px;
	background-color:#0a007b;
	text-align:center;
}
.form_right{
	width:10px;
	background:url(form_images/form_right.jpg) repeat-y;
}
.fspace{
	height:15px;
}
/*********************** HOME PAGE FORM IMAGES ***********************/
.estimate-top{
	width:300px;
	height:45px;
	background:url(form_images/form_top.png) no-repeat;
	background-position: center;
}
.estimate-bottom{
	width:300px;
	height:35px;
	background:url(form_images/from_bottom.png) no-repeat;
	background-position:center;

}
.estimate-left{
	width:15px;
	height:270px;
	background:url(form_images/form_left.png) repeat-y;
}
.estimate-mid{
	width:270px;
	height:270px;
	background-color:#0a023a;
	text-align:center;
}
.estimate-right{
	width:15px;
	height:270px;
	background:url(form_images/form_right.png) repeat-y;
}