@charset "UTF-8";
@import url(../../css/common.css);
@import url(../../css/style.css);
@import url(../../css/font.css);

#contact_box{
	overflow:hidden;
}
.confirm
{
	width:600px;
	margin:0 auto 10px auto;
}
#contact_box table{
	width:600px;
	margin:0 auto 30px auto;
	table-layout:fixed;
	border-collapse: collapse; 
}


#contact_box table td {
	text-align:left;
	padding:10px;
	border:#e8c291 solid 1px;
}
#contact_box table th{
	text-align:left;
	width:200px;
	color:#734c08;
	font-size:14px;
	font-weight:bold;
	padding:10px;
	background:#f4ece3;
	border:#e8c291 solid 1px;
}

/* form */
#contact_box input{
width:240px;
}
#contact_box textarea{
	width:350px;
}
/*submitBtn*/
#formEnd {
	width:600px;
	margin:0 auto;
	overflow:hidden;
	padding:0 20px 20px 20px;
}
#btn_reset,
#btn_back
{
	float:left;
}
#btn_submit{
	float:right;
}
#formEnd input ,
#formEnd button
{
	width:120px;
	font-weight:bold;
	padding:5px 10px;
	cursor:pointer;
}

.error {
	color: #E50;
	font-weight: bold; 
}

.Error #btn_submit{
	display: none;
}