@charset "utf-8";
/* CSS Document */


h2{
	background:url(../img/main_contact.jpg) center center;
	width:600px;
	height:150px;
	text-indent:-5000px;
	display:inline-block;
}

#bar_contact1{
	background:url(../img/bar_contact.jpg) no-repeat center center;
	width:602px;
	height:33px;
	display:inline-block;
	text-indent:-3000px;
}

.contact_table{
	background-color:#AA0000;
	width:100%;
}

.contact_table th{
	width:30%;
}

.contact_table th,.contact_table td{
	background-color:#FFFFFF;
	text-align:left;
}

.btn_submit{
	text-align:center;
	margin-top:20px;
}
input{
	width:300px;
}

input.small {
	width:45px;
}

input.small2{
	width:150px;
}

input.small3{
	width:20px;
}

textarea {
	width:300px;
	height:100px;
}

select{
	margin-bottom:10px;
}
