@charset "utf-8";

/*============================================================*/

#content{
	width: 1024px;
	height: 615px;
	padding-top: 30px;
}
.contentBody{
	padding: 20px;
	color: #000;
	background: #F19CAE url(img/contact_bg.jpg) no-repeat left top;
}
/* left */
.leftbox{
	width: 390px;
	height: 480px;
	padding: 20px;
	color: #000;
	background-color: #fff;
	overflow: auto;
}
.contentBody p,
.leftbox h2{
	font-size: 14px;
	line-height: 1.7;
}
.leftbox table{
	width: 370px;
	margin: 20px 0;
	font-size: 14px;
}
.leftbox th{
	width: 140px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
.leftbox td{
	padding-bottom: 5px;
	vertical-align: top;
}
/* right */
.rightbox{
	width: 514px;
	height: 520px;
}
.rightbox h3{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 23px;
}
.rightbox p{
	margin-bottom: 46px;
}

/* form */
.leftbox input.txt,
.leftbox input.code{
	width: 230px;
	margin-bottom: 5px;
}
.leftbox textarea{
	width: 230px;
	height: 170px;
}
.form_error{
	padding: 5px 10px 0;
	font-size: 12px;
	line-height: 1.3;
	color: #f00;
	background-color: transparent;
}
.txt{ime-mode:active;}
.code{ime-mode:disabled;}
/*button*/

#send, #back, #confirm, #reset{
	height: 20px;
	margin: 15px 20px 0;
	border: 0 none;
}
#send, #back, #confirm{
	width: 46px;
	color: #000;
	background: #fff url(img/btn_bg.gif) no-repeat center center;
}
#reset{
	width: 63px;
	color: #000;
	background: #fff url(img/btn_reset_bg.gif) no-repeat center center;
}

