/* CSS Document */
.contact_top_bar {
	width:400px;
	height:18px;
	background-image:url(../images/contact_top_bar.jpg);
}
.contact_middle_bar {
	width:400px;
	height:220px;
	background-image:url(../images/contact_middle_bar.jpg);
}
.contact_bottom_bar {
	width:400px;
	height:18px;
	background-image:url(../images/contact_bottom_bar.jpg);
	float:left;
}
.contact_container {
	width:400px;
	margin-left:95px;
	margin-top:50px;
}
.contact_display {
	width:80px;
	font-size:8pt;
	line-height:21px;
	float:left;
}
.contact_input {
	width:259px;
	line-height:18px;
	float:left;
}
.submit_button {
	margin-left:65px;
	float:left;
}
.reset_button {
	margin-left:65px;
	float:left;
	
}
.reset_button_image {
	background-image:url(../images/button_reset.gif);
	width:51px;
	height:15px;
	border:0px;
}
#buttons{
	margin-left:0px;
}
#buttons>.reset_button {
	margin-left:90px;
}
.space_line_5 {
	width:259px;
	line-height:5px;
}
form.contact {
	margin-left:40px;
	padding-top:25px;
}
.input_form {
	border:1px solid #808080;
	color:#000000;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
}
