#page-title {
	width: 715px;
	height: 45px;
	background: url(../images/mail/title-mail.gif) no-repeat left top;
	text-indent: -9999px;
}

#lead-mail {
	width: 715px;
	height: 98px;
	background: url(../images/mail/lead-mail.gif) no-repeat left top;
	text-indent: -9999px;
}

#complete-mail {
	width: 715px;
	height: 98px;
	background: url(../images/mail/complete-mail.gif) no-repeat left top;
	text-indent: -9999px;
}

#onegai {
	width: 715px;
	height: 25px;
	background: url(../images/mail/onegai.gif) no-repeat left top;
	text-indent: -9999px;
}

#form-box {
	width: 701px;
	height: auto;
	margin: 0 auto;
	padding-top: 34px;
	background: url(../images/mail/bg-form.gif) no-repeat left top;
}

#form-box table {
	width: 604px;
	height: 297px;
	margin-left: 100px;
	font-size: 14px;
}

#form-box table th {
	width: 180px;
	padding: 5px 0;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

#form-box table td {
	padding: 5px 0;
	text-align: left;
	vertical-align: top;
}

#form-box textarea {
	width: 390px;
	height: 100px;
}

#submi-btn {
	width: 291px;
	height: 29px;
	margin: 40px auto 20px auto;
}

a#submit {
	display: block;
	float: left; 
	width: 81px;
	height: 29px;
	background: url(../images/mail/btn-send.gif) no-repeat left top;
	text-indent: -9999px;
}

a#clear {
	display: block;
	float: right;
	width: 81px;
	height: 29px;
	background: url(../images/mail/btn-clear.gif) no-repeat left top;
	text-indent: -9999px;
}

a#submit:active {
	display: block;
/*	float: left; */
	width: 81px;
	height: 29px;
	margin-right: 100px;
	background: url(../images/mail/btn-send.gif) no-repeat left bottom;
	text-indent: -9999px;
}

a#clear:active {
	display: block;
/*	float: left;*/
	width: 81px;
	height: 29px;
	background: url(../images/mail/btn-clear.gif) no-repeat left bottom;
	text-indent: -9999px;
}


