@charset "utf-8";

.form {
	width: 820px;
	text-align: left;
	text-align: left;
	color: #333333;
	font-size: small;
	line-height: 1.2;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}

.form table {
	width: 818px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	color: #333333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

.form table .abs {
	margin-left: 3px;
	color: #e50011;
}

.form table th {
	width: 25%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	background-color: #faf0d5;
}

.form table td {
	width: 75%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

.form table th,
.form table td {
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}

.form table td.submit {
	text-align: center;
	border-right-width: 1;
	border-bottom-width: 1;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.form P#Btn {
	text-align: center;
}
H4#OrderT {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	background-color: #666666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFF;
	font-weight: normal;
}
