﻿/* CSS Document */

#searchBox input {

	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
	
}

/* bar */
.bar_req {
	margin: 15px auto;
	height: 30px;
	width: 700px;
	background: url('../images/bar_req.jpg') left top no-repeat;
}

.form_navi {

	margin: 0 auto;
	margin-bottom: 5px;
	width: 700px;
	height: 36px;
	background-color: red;

}

p.need_comment {

	margin: 0 auto;
	margin-top: 12px;
	width: 680px;
	color: #FF0000;
	font-weight: bold;

}

.step1 {
	background: url('../images/img_form_step1.jpg') left top no-repeat;
}

.step2 {
	background: url('../images/img_form_step2.jpg') left top no-repeat;
}

.step3 {
	background: url('../images/img_form_step3.jpg') left top no-repeat;
}

.form_table {

	margin: 0 auto;
	width: 700px;

}

.form_table table {

	margin: 10px auto;
	width: 680px;

}

.form_table table td {

	margin: 20px auto;
	font-size: 12px;
	padding: 10px;
	text-align:left;

}

.form_btn {

	margin: 5px auto;
	margin-bottom: 15px;
	text-align: center;

}

.form_btn div.two_btn img {
	margin: 0;
	float: left;
	border: 0;
}

.form_btn div.two_btn input {
	margin: 0;
	float: left;
	border: 0;
}

.form_btn div.two_btn {
	margin: 0 auto;
	width: 300px;
}

.form_btn div.two_btn a.back {
	background: url('../images/img_info_back_on.jpg') left top no-repeat;
	height: 37px;
	width: 130px;
	float: left;
	display: block;
}

.form_btn div.two_btn a.back:hover img {
	display: none;
}

table.gmoTable th {
	width: 180px;
	height: 20px;
}

table.gmoTable td {
	padding: 5px 10px;
	line-height: 130%;
	font-size: 12px;
}

.gmoTable td input {
	margin: 2px 0 ;
}

table.cart {

	width: 453px;
	border: 0;

}

table.cart tr {

	border: 0;

}

table.cart td {

	width: 0;
	border: 0;

}

table.cart tr.img {

	height: 68px;

}

p.req_end {

	margin: 30px auto;
	margin-bottom: 500px;
	width: 600px;
	font-size: 14px;
	line-height: 160%;
	
}

p.confirm_text {

	margin: 10px 0;
	margin-bottom: 20px;
	width: 700px;
	text-align: center;

}

