
.login_bj {
    position: absolute;
    left: 50%;
    top: 40px;
    z-index: 999;
    margin-left: -620px;
    height: 280px;
    width: 250px;
    padding: 10px 15px;
	background: #fff;
    filter: Alpha(Opacity=70);
    opacity: 0.70;
    border-radius: 3px;
	overflow:hidden;
}


.login {
    position: absolute;
    left: 50%;
    top: 40px;
    z-index: 1000;
    margin-left: -620px;
    height: 280px;
    width: 250px;
    padding: 10px 15px;

    border-radius: 3px;
	overflow:hidden;
}

.login .login-tal {
margin: 4px 0 0;
font-size: 18px;
text-align: center;

height: 35px;
color: #8f8c8c;
}

.login .login-input p{
	margin-bottom:10px;
	font-size:12px;
	line-height: 36px;
}

.login .login-input p .login_name {
    background: #fff url("../images/user/smallbtn.png") no-repeat scroll 7px -289px;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    height: 36px;
	line-height: 36px;
    padding-left: 45px;
    width:205px;
}

.login .login-input p .login_pwd {
    background: #fff url("../images/user/smallbtn.png") no-repeat scroll 7px -178px;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    height: 36px;
	line-height: 36px;
    padding-left: 45px;
    width: 205px;
}

.login .login-input p .wangji{
	padding-right:10px;
	color:#199ae4;
}

.login .login-input p .login-btn:hover {
    background-color: #00c0ff;
}
.login .login-input p .login-btn {
    width: 250px;
    height: 36px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #10b1e6;
    cursor: pointer;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: none;
    line-height: 32px;
}

.login .login-input p .res-btn:hover {
    background-color: #ff7800;
}
.login .login-input p .res-btn {
    background-color: #eb7711;
	width:80px;
	height:30px;
	line-height: 30px;
	font-size:14px;
}

.login .login-success {
	margin-top:10px;
	overflow:hidden;
	padding-bottom:10px;
	border-bottom: 1px dashed #999;
}


.login .login-success .touxiang{
	float:left;
}
.login .login-success .userinfo{
	float:right;
	width:150px;
}

.touxiang img {
float: left;
border: 1px solid #999;
padding: 3px;
width: 72px;
height: 72px;
margin-left: 5px;
margin-right: 10px;
}

.userinfo p{
	line-height:40px;
	overflow:hidden;
}


.userinfo p .name{
	font-weight:700;
	color:#515151;
	font-size:16px;
	float:left;
}

.userinfo p .tuic{
	float:right;
}


.userinfo .info {
    background-color: #eb7711;
}

.userinfo .pay {
    background-color: #16aaff;
}
.userinfo .item-btn {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    padding: 0 10px;
}

.login-success-2 p {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
	color:#515151;
}

.login-success-2 ul li {
    float: left;
    margin-bottom: 12px;
	color:#333;
	overflow:hidden;
	line-height:17px;
}
.login-success-2 ul li  a img {
    margin-right: 10px;
	float:left;
}
.login-success-2 ul li .gamename{
	width:80px;
	float:left;
}
.login-success-2 ul li .areaname{
	width:60px;
	float:left;
}