@charset "UTF-8";
body {
	margin: 0;
	font-family:Arial,"微软雅黑","Microsoft YaHei","宋体","SimSun", sans-serif;
	font-size:13px;
	color: #4D4D4D;
	line-height:22px;
	background:#cccccc;
}


img{
	border:none;
}

table tr td {
	padding:10px;
}


a{
	color:#3B9BF6;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.header {
	width:900px;
	height:89px;
	padding-top:20px;
	padding-left:50px;
	padding-right:50px;
	margin:0 auto;
	background:url(../img/header_bg.jpg) repeat-x;
}

.banner{
	width:1000px;
	height:300px;
	margin:0 auto;
	background:url(../img/banner.png) no-repeat;
}

.banner_VN{
	width:1000px;
	height:300px;
	margin:0 auto;
	background:url(../img/banner_VN.png) no-repeat;
}

.banner_KR{
	width:1000px;
	height:300px;
	margin:0 auto;
	background:url(../img/banner_KR.png) no-repeat;
}

.main {
	width:900px;
	padding-top:20px;
	padding-left:50px;
	padding-right:50px;
	margin:0 auto;
	background:#fff;
	min-height:500px;
}

.main_agreement {
	width:900px;
	padding-top:20px;
	padding-left:20px;
	padding-right:50px;
	margin:0 auto;
	background:#fff;
	min-height:500px;
}

.footer {
	width:900px;
	padding-left:50px;
	padding-right:50px;
	height:43px;
	line-height:43px;
	margin:0 auto;
	background:url(../img/footer_bg.jpg) repeat-x;
}

.copyright{
	font-size:10px;
	background:url(../img/footer_h.png) right center no-repeat;
}

.shortBar {
	width:490px;
	margin:auto;
	margin-top:50px;
	background:url(../img/bar_short.png) no-repeat top center;
	height:40px;
	padding-left:20px;
	line-height:40px;
	color:#fff;
	font-size:18px;
	}


.shortBox{
	width:470px;
	margin:auto;
	padding:20px;
	padding-top:35px;
}

.longBar {
	width:780px;
	margin:auto;
	margin-top:30px;
	background:url(../img/bar_long.png) no-repeat top center;
	height:40px;
	padding-left:20px;
	line-height:35px;
	color:#fff;
	font-size:18px;
	letter-spacing: 2px;
}


.longBox{
	width:760px;
	margin:auto;
	padding:20px;
	padding-top:35px;
	min-height:400px;
}


.inputBox {
	background:#dbdee1;
	padding:2px;
	font-size:13px;
	border:0;
	width:90%;
}

.inputBoxShort {
	background:#dbdee1;
	padding:2px;
	font-size:13px;
	border:0;
	width:80px;
}

.inputBoxShort2 {
	background:#dbdee1;
	padding:2px;
	font-size:13px;
	border:0;
	width:50px;
	text-align:center;
}


.btn {
	padding:5px 20px;
	background:#FBEDED;
	border:1px solid #757575;
	margin:auto;
	color:#4d4d4d;
	font-size:14px;
	margin-right:10px;
	margin-left:10px;
}

.btn:hover {
	background:#CE6157;
	color:#fff;
}

.btn:disabled {
	background:#B7B3B3;
	color:#fff;
}

select{
	font-size:13px;
}

.smallTxt {
	font-size:12px;
}

.nav {
	width:996px;
	margin:0 auto;
	height:36px;
}

.nav ul {
	margin:0;
	padding:0;
}

.nav li  {
	display: inline-block; zoom:1; *display:inline;
	width:166px;
	text-align:center;
	background:#FBEDED;
	line-height:36px;
}

.nav li a{
	color:#861713;
	text-decoration:none;
	line-height: 20px;
	display: block;
	outline: none;
	padding-top:10px;
	padding-bottom:10px;
}

.nav li a:hover{
	color:#FFFFFF;
	background:#861713;
}

.ad {
	width:800px;
	height:200px;
	margin:0 auto;
	background:url(../img/ad800x200.jpg) no-repeat;
}

.redTxt {
	color:#CB3001;
}

.underline{
	text-decoration: underline;
}

.red{
	color:#FF0000;
}

.boxHeader{
	width:700px;
	height:66px;
	color:#fff;
	font-size:18px;
	background-color:#861713;
	text-align: center;
	vertical-align: middle;
	line-height: 60px;
}

.boxBody{
	width:700px;
	background-color:#fff;
}

.boxText{
	width:570px;
	margin:auto;
	padding-top:20px;
	padding-bottom:20px;
	color:#000;
	font-size:14px;
}

.line{
	border-bottom:#B3B3B3 solid 1px;
}

.redTxt {
	color:#CB3001;
}

.alert{
	font-size:12px;
	color:#F10727;
}