@charset "utf-8";

/* CSS Document */

/*==========================================================================================

	// mail.html

==========================================================================================*/

div#main h3 {
	height: 50px;
	width: 186px;
	margin: 0 0 20px 10px;
	line-height: 50px;
	letter-spacing: 3px;
	text-align: center;
	background: url(../images/common-h-bg1.gif) no-repeat left top;
	clear: both;
}
div#mailForm {
	text-align: center;
}
div#main form {
	background: url(../images/mail-bg.gif) no-repeat;
	margin-right: auto;
	margin-left: auto;
	height: 105px;
	width: 566px;
}
div#main form input {
	width: 230px;
	vertical-align: middle;
}
div#main form p {
	color: #FFB12F;
}
div#main p.center {
	text-align: center;
}
div#main form p.smallText {
	font-size: 11px;
	color: #CCC;
	margin-top: 15px;
	margin-bottom: 15px;
}
div#main input#btn-submit {
	border:0;
	width: 101px;
	height: 28px;
	background:url(../images/mail-btn-submit.gif) no-repeat left top;
	margin-right: 5px;
}

div#main input#btn-cancel {
	border:0;
	width: 101px;
	height: 28px;
	background:url(../images/mail-btn-cancel.gif) no-repeat left top;
	margin-left: 5px;
}
