@charset "UTF-8";




#formbox {
	width:600px;
	font-size:80%;
margin:0px auto;
}


.text {
	width:600px;
margin:10px 0px;
}

div#formbox h2 {
letter-spacing:0;
margin:10px 0 0;
font-size:1.8em;
}



table.contact {
	border-top:solid 1px #004d8d;
	border-left:solid 1px #004d8d;
	border-right:solid 0px #004d8d;
	border-bottom:solid 0px #004d8d;
	width:600px;
}


table.contact th {
	border-top:solid 0px #004d8d;
	border-left:solid 0px #004d8d;
	border-right:solid 1px #004d8d;
	border-bottom:solid 1px #004d8d;
	width:140px;
	background:#004d8d;
	color:#ffffff;
	padding:5px;
}


table.contact td {
	border-top:solid 0px #004d8d;
	border-left:solid 0px #004d8d;
	border-right:solid 1px #004d8d;
	border-bottom:solid 1px #004d8d;
	width:440px;
	padding:5px;
}


table.contact td input {
	width:440px;
}

table.contact td textarea {
	width:440px;
}


div.submit_btn {
	text-align:center;
}

div.submit_btn input {
	margin:10px;
	padding:2px;
	width:140px;
	text-align:center;
	font-size:13px;
	line-height:15px;
}


