@charset "utf-8";
/**
 * style.css
 */

/* mailform */
	#mailform {}
	#mailform .req {
		color: #e5117d;
	}
	#mailform table {
		width: 100%;
		margin-top: 30px;
		border-top: #eadcb5 solid 1px;
		border-bottom: #fff solid 1ppx;
		border-collapse: separate;
	}
	#mailform table th,
	#mailform table td {
		padding: 16px 20px 14px;
		border-top: #fff solid 1px;
		border-bottom: #eadcb5 solid 1px;
		text-align: left;
		vertical-align: top;
	}
	#mailform table th {
		width: 8.5em;
		background: url(../../common/imgs/bg-th.gif) repeat left top;
		font-weight: bold;
	}
	#mailform input.formText {
		width: 260px;
	}
	#mailform textarea.formText {
		width: 500px;
		height: 90px;
	}
	label.error {
		padding-left: 10px;
		color: #e5117d;
	}
	input#zipcode {
		width: 13em;
	}
	#formBtnBox {
		width: 270px;
		height: 37px;
		margin: 30px auto 0;
	}
	.formBtn {
		display: block;
		overflow: hidden;
		width: 130px;
		height: 37px;
		border: none;
		text-align: left;
		text-indent: -5260px;
		cursor: pointer;
	}
	#btnReset {
		float: left;
		background: url(../imgs/bt-reset.gif) no-repeat left top;
	}
	#btnConfirm {
		float: right;
		background: url(../imgs/bt-confirm.gif) no-repeat left top;
	}
	#btnBack {
		float: left;
		background: url(../imgs/bt-back.gif) no-repeat left top;
	}
	#btnSend {
		float: right;
		background: url(../imgs/bt-send.gif) no-repeat left top;
	}
	.formBtn:hover {
		background-position: left bottom !important;
	}
	#error,
	#finish {
		padding: 50px 0;
		text-align: center;
	}