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

	#mailform {}
	#mailform .req {
		color: #d05252;
	}
	#mailform table {
		width: 100%;
		margin-top: 40px;
		border-top: #d2cbc2 dashed 1px;
	}
	#mailform table th,
	#mailform table td {
		padding: 16px 20px 15px;
		border-bottom: #d2cbc2 dashed 1px;
		vertical-align: middle;
	}
	#mailform table th {
		width: 9em;
		background: url(../../common/imgs/bg-th.gif) repeat left top;
		color: #625111;
		font-weight: bold;
		vertical-align: top;
	}
	label.error {
		display: block;
		padding-top: 5px;
		color: #d05252;
	}
	.radio_group li {
		display: inline;
		display: inline-block;
		width: 10em;
		margin-right: 20px;
	}
	.checkbox_group li {
		margin-top: 5px;
	}
	.checkbox_group li:first-child {
		margin-top: 0;
	}
	input#zipcode {
		overflow: visible;
	}
	#mailform input.formText {
		width: 214px;
	}
	#mailform textarea.formText {
		width: 394px;
		height: 82px;
	}
	#formBtnArea {
		width: 250px;
		height: 30px;
		margin: 40px auto 0;
	}
	input.formBtn {
		display: block;
		overflow: hidden;
		width: 120px;
		height: 30px;
		margin: 0;
		padding: 0;
		border: none;
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: left top;
		text-align: left;
		text-indent: -5260px;
		cursor: pointer;
		outline: none;
	}
	input.formBtn:hover {
		background-position: left bottom;
	}
	input#reset {
		float: left;
		background-image: url(../imgs/bt-reset.gif);
	}
	input#confirm {
		float: right;
		background-image: url(../imgs/bt-confirm.gif);
	}
	input#back {
		float: left;
		background-image: url(../imgs/bt-back.gif);
	}
	input#send {
		float: right;
		background-image: url(../imgs/bt-send.gif);
	}
	#error,
	#finish {
		padding: 50px 0;
		text-align: center;
		border-bottom: #d2cbc2 dashed 1px;
	}
