body {
    background-color: #2383bd;
}

.z-vertical {
    width: 360px;
}

.z-main {
    top: 80px;
    height: 475px;
    background: url("../images/loginBg-min.png") no-repeat;
}

.z-inputUsername, .z-inputPsw, .z-inputCode, .z-loginBtn {
    width: 228px;
    height: 40px;
    line-height: 40px;
    left: 40px;
    top: 205px;
    padding-left: 52px;
    color: #999;
    background: url("../images/loginInput-min.png") 0 0 no-repeat;
}

.z-inputCode{
	top: 308px;
	width: 120px;
	background: url("../images/loginInput-min2.png") 0 0 no-repeat;
}

.z-inputPsw {
    top: 257px;
}

.z-loginBtn {
    width: 280px;
    top: 360px;
    cursor: pointer;
    background: url("../images/loginBtn-min.png") no-repeat;
}

.z-registerBtn{
    top: 408px;
    width: 138px;
    height: 65px;
    /* right: 115px; */
    right: 40px;
    cursor: pointer;
    background: url("../images/jigou.png") no-repeat;
}

.z-registerBtn:hover{
	text-decoration: underline;
}

.z-userBtn{
    top: 405px;  
    width: 138px;
    height: 65px;
    left: 40px; 
    cursor: pointer;
    background: url("../images/renyuan.png") no-repeat;
}

.z-userBtn:hover{
	text-decoration: underline;
}

.z-bUsername, .z-bPsw, .z-bValidateCode{
    width: 16px;
    height: 16px;
    z-index: 2;
    left: 55px;
    top: 217px;
    background: url("../images/user-min.png") no-repeat left center;
}

.z-bPsw {
    top: 268px;
    background-image: url("../images/psw-min.png");
}

.z-bValidateCode{
	top: 320px;
    background-image: url("../images/yanzheng.png");
}

.z-loginError {
    height: 20px;
    width: 280px;
    top: 186px;
    left: 40px;
    background-color: #ffd4d4;
}

.z-loginError em {
    color: #c50000;
    display:block;
    line-height: 20px;
    height:20px;
    background: url("../images/error-min.png") left center no-repeat;
}