/*----------------------------------------------------------------------------
 ***                                                                    Inner
----------------------------------------------------------------------------*/

 /* for main */
 
.title_contact {
	background:url(../img/page_title_contact.jpg) no-repeat;
	width:980px;
	height:0px;
	padding-top:150px;
	overflow:hidden;
}
 
.contactSection {
	padding:30px 30px;
	margin:0;
}

.contactForm {
	width:100%;
	margin:10px 0;
}

.contactForm td{
	padding:10px 10px;
	border-bottom:1px dotted #9b8232;
	text-align:left;
}

.contactForm th {
	width:210px;
	padding:10px 10px;
	border-bottom:1px dotted #9b8232;
	text-align:left;
}

.contactForm td span {
    padding:0 6px;
}

.contactForm th span {
    color:#ec1c24;
}

span.sublabel {
    font-size:10px;
}

#submitBox {
    padding:30px 150px;
	overflow:hidden;
}


#submitBox input.resetBtn {
	width: 300px;
	height: 50px;
	margin-right:20px;
	background: url(../img/search_reset_btn_bg.png) no-repeat;
	color: #fff;
	font-size:14px;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
	display: block;
	float:left;
	border: 0;
}

#submitBox input.resetBtn:hover {
	background: url(../img/search_reset_btn_bg.png) no-repeat 0 -50px;
	color: #fff;
	cursor: pointer;
}

#submitBox input.confirmBtn {
	width: 300px;
	height: 50px;
	margin-left:20px;
	background: url(../img/search_reset_btn_bg.png) no-repeat;
	color: #fff;
	font-size:14px;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
	display: block;
	float:left;
	border: 0;
}

#submitBox input.confirmBtn:hover {
	background: url(../img/search_reset_btn_bg.png) no-repeat 0 -50px;
	color: #fff;
	cursor: pointer;
}



/*----------------------------------------------------------------------------
 ***                                                                     Form
----------------------------------------------------------------------------*/

.typeA {
	border:#e0e0e0 solid 1px;
	width:400px;
	padding:5px;
}

.typeB {
	border:#e0e0e0 solid 1px;
	padding:5px;
}
