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

#contact {
	width:760px;
	margin:40px auto;
}
#contact h1 {
	margin-bottom:20px;
}
#contact h2 {
	color:#666699;
	font-size:12px;
	margin:15px 0px 5px 0px;
	padding-top:15px;
	border-top:#CCCCCC 1px dotted;
}
#contact input,
#contact textarea {
	color:#333333;
	font-size:11.5px;
	line-height:1.5em;
	width:400px;
	margin-bottom:15px;
	padding:4px;
	border:#CCCCCC 1px solid;
}
#contact textarea {
	height:100px;
}
#btn_submit {
	width:410px;
	text-align:right;
}
#btn_submit input {
	width:64px;
	height:27px;
	padding:0px;
	border:none;
}
#txt_contact_error {
	color:#990000;
	line-height:1.5em;
	margin-bottom:20px;
}

.txt_contact {
	line-height:1.5em;
	padding-bottom:15px;
}
.form_tit {
	color:#666699;
	font-size:11px;
	margin-bottom:10px;
}