@charset "utf-8";
/* CSS Document */
#cmain {
	background-image:url(../common/bg_title.jpg);
	background-repeat:repeat-x;
	background-position: left top;
	width:620px;
	margin:0 auto;
}

#cmain h2 {
	width:auto;
	background-image: url(../img/contact/title_bg_contact.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 20px;
}

.striped {
	background-image:url(../common/line_read.gif);
	background-repeat:repeat-x;
	height:10px;
	border: 0 solid #3F6;
	border-style:none;
}

table#fbox1 {
	width:100%;
	border:1px dashed #333;
	border-collapse:collapse;
	margin:0 auto;
}
#fbox tr td {

}

#fbox1 .fbL {
	width:160px;
	background-color:#EBEDF4;
	border-bottom:1px dotted #333;
	vertical-align:top;
	text-align:right;
	padding-right:16px;
	padding-top:14px;
	padding-bottom:14px;
}
#fbox1 .fbR {
	width:auto;
	border-bottom:1px dotted #333;
	padding-left: 18px;
	padding-top:14px;
	padding-bottom:14px;

}
tr td.fbR input,textarea {
	height:22px;
	border:1px solid #999;
}

.req {
	background-image:url(../common/icn_require.gif);
	background-repeat:no-repeat;
	background-position:13px 13px;
}
.w260 {
	width:260px;	
}
.w380 {
	width:380px;	
}
.w96 {
	width:96px;	
}
.h80 {
	height:80px;
}
