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

#contact select {
	border:#CCCCCC 1px solid;
}

#contact option {
	background:#FFFFFF;
}

#contact h2 {
	width:532px;
	height:75px;
	background:url(../../img/under/contact/title.jpg) no-repeat;
	text-indent:-5000px;
}

#contact form {
	padding-bottom:20px;
}

#contact form input,#contact form textarea {
	border:#CCCCCC 1px solid;
}

#contact form table th {
	width:170px;
}

#contact form table {
	width:520px;
	margin:15px 0 0 0;
}

#contact input.btn {
	padding:2px 20px;
	margin-right:10px;
}