.header{
	height:50px;
	text-align: center;
	background: #FFF;
}
.header-title{
	display:block;
	height:50px;
	width:1000px;
	margin:0 auto;
	background:url("../../../images/head_title.png") scroll 0 center no-repeat transparent;
}

.footer{
	height:60px;
	text-align: center;
	background: #FFF;
}
.footer-inner{
	padding:20px 0 20px 0;
}

.main{
	position:relative;
	background: url("../../../images/xf_logo_bg.png") scroll 0 0 repeat-y #FFFFFF;
}
.theme{
	width:1000px;
	height:616px;
	margin:0 auto;
	background: url("../../../images/xf_logo_china.png");
}





/*login*/
.loginWrap{width:1000px;margin: 0 auto;}
.login{
	position: absolute;
	height:270px;
	width:300px;
	left:50%;
	margin-left:90px;
	top:120px;
	z-index: 2;
	border: 1px #888485 solid;
	background-color:transparent;
	opacity:1;
}

.loginFunc{
	position:absolute;
	top:14px;
	left:33px;
	width:235px;
	height:38px;
	background: url("../../../images/xf_logo_middle.png") scroll 0 0 no-repeat transparent;
	z-index: 3;
}
.loginForm{
	padding-top:73px;
	padding-left:33px;
	z-index: 4;
	position: relative;
}
.loginFormIpt{
	margin-bottom: 5px;
}
.loginFormIpt-first{
	margin-bottom: 10px;
}
.formIpt{
	border: 2px solid #b8b6b6;
    font-size: 14px;
    font-weight:normal;
    padding: 6px 4px 7px 6px;
    width:220px;
    font-family: verdana;
}
.btn-login{
	background: url("../../../images/login_button.png") scroll 0 0 no-repeat #FFF;
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    /* float: left; */
    font-size: 14px;
    font-weight: 700;
    height: 38px;
    line-height: 38px;
    outline: 0 none;
    padding: 0;
    /* text-align: center; */
    vertical-align: baseline;
    width: 234px;
    height: 33px;
}
.btn-login{
	_zoom:1;
	*display:inline;
}
.alphabg{
	background-color: #f3f3f1;
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.loginFormCheck{
	height:20px;
}
.loginFormCbx{
	margin-top:4px;
	color:#333;
}
.colorWhite{
	padding-left:4px;
}

.j_error {
    background-color: transparent;
    background-image: url("../../../images/banner_login_bg.png");
    background-repeat: no-repeat;
}

.j_error {
    background-color: #ffe5e5;
    background-position: 0 -112px;
    border: 1px solid #ff1919;
    color: #e61717;
    display: block;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    padding-left: 27px;
    width:215px;
    margin-bottom:2px;
}

.loginFormBtn {
	float:left;
}