@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	font-size:12px;
}

.clear{
	clear:both;
}

body{
	text-align:center;
	background:url(bodyBg.gif);
}

#header{
	width:100%;
	height:140px;
	text-align:center;
	background:url(header.gif) repeat-x;
	margin:0 0 20px;
}

#headerInner{
	width:800px;
	margin:0 auto;
}

#headerInnerLeft{
	width:301px;
	text-align:left;
	height:73px;
	padding:27px 0 40px;
	float:left
}

#headerInnerRight{
	width:469px;
	height:73px;
	line-height:24px;
	float:right;
	padding-top:13px;
}

#headerInnerRight p {
	height:73px;
	line-height:24px;
	text-align:right;
}

#container {
	text-align:left;
	margin:0 auto;
	position:relative;
	width:800px;
	height:400px;
	background:url(main.jpg) no-repeat;
}

#loginbox {
	position:absolute;
	width:230px;
	height:229px;
	background:url(loginbox.png) no-repeat;
	padding:10px 17px 17px;
	right:23px;
	top:43px
}

ul#tab{
	position:relative;
	width:250px;
	top:-30px;
	left:-10px;
	height:20px;
}

ul#tab li{
	list-style:none;
	height:20px;
	display:block;
	position:absolute;
	height:20px;
	width:110px;
	background:#F1F1F1;
}

ul#tab li#email{
	left:0;
}

ul#tab li#tel{
	right:0;
}

ul#tab li a{
	display:block;
	text-align:center;
	height:20px;
	line-height:20px;
	cursor:pointer;
}

ul#tab li.on{
	height:21px;
	width:130px;
	background:#FFFFFF;
}

div#loginbox form{
	width:100%;
	height:177px;
	text-align:left;
	position:relative;
	padding:30px 10px 0;
}

#login_tel{
	display:none;
}

input.loginBtn{
	width:212px;
	height:58px;
	background:url(loginBtn.png) no-repeat;
	border:none;
	position:absolute;
	bottom:0px;
	left:9px
}

form div{
	margin:0 0 10px;
	clear:both;
}

a#registBtn {
	position:absolute;
	right:23px;
	bottom:13px;
	display:block;
}

#footer {
	text-align:center;
	padding:20px 0 0;
}

#footer p{
	font-size:160%;
	font-weight:bold;
}

#footer p.copy{
	padding:20px 0 0;
	text-align:center;
	font-size:10px;
	color:#666;
}