.message {
	margin-bottom: 1em;
}

.hiss {
	color: #ff0000;
}

.err {
	color: red;
}

.table-form {
	width: 560px;
	border-top: 1px solid #ccc;
	font-size: 12px;
}

.table-form th {
	color: #000;
	background-color: #f6f5ef;
	width: 150px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 2px solid #67afbf;
	text-align: left;
	padding: 10px;
	
}

.table-form th span {
	xmargin-left: 5px;
	xborder-left: 3px solid #3464BE;
}

.table-form td {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px;
}

td.align-c {
	text-align: center;
	border-bottom: none;
	border-right: none;
}

.input-s {
	width: 200px;
}

.input-m {
	width: 200px;
}

.input-l {
	width: 340px;
}

.input-ss {
	width: 100px;
}

.input-ck {
	margin-bottom:5px;
}
label {
	margin-right:1em;
}
.point {
	color: #333333;
	margin-top: 5px;
}

.inp4 {
	width: 80px;
}

.inp2 {
	width: 60px;
}

.number {
	color: #E6748B;
	font-size: 14px;
}

.g_price {
	color: #E6748B;
	font-weight: bold;
	font-size: 110%;
}

.g_price02 {
	color: #E6748B;
	font-size: 115%;
	font-weight: bold;
}

.g_price03 {
	color: #E6748B;
	font-size: 100%;
	font-weight: bold;
}

.g_notes {
	padding: 7px 15px 7px 15px;
	background-color: #DBE8E7;
	margin-top: -5px;
	margin-bottom: 20px;
}


td.under_txt {
	border-bottom: 1px solid #ccc;
	border-right: none;
	padding: 10px 0px 0px 0px;
}

div.point span {
	color: #E6748B;
	font-size: 14px;
	font-weight: bold;
	line-height: 2em;
}

p.sumbmit_comment {
	margin: 10px 0px 10px 0px;
	text-align: center;
}

.sumbmit_comment span {
	color: #E30000;
	font-size: 12px;
	font-weight: bold;
}

.btn_submit {
	width: 200px;
	height: 35px;
	display: block;
	overflow: hidden;
	font-size: 14px;
	color: #FFFFFF;
	background: url(../img/btn_submit200.gif) no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0 auto;
	cursor : pointer;
}

.btn_submit:hover {
	background-position: 0px -35px;
}


.submit_bottom {
	margin: 0px 0px 60px 0px;
}

.thanksbox {
	height: 400px;
}