/*去掉input，textarea,select的focus样式*/
input:focus, textarea:focus, select:focus {
    outline: none;
    background: #b2dbfb;
}

#div1121 {
    position: relative;
    left: 0px;
    height: 50px;
    width: 140px;
    background: #0000ff;
    display: block;
}

.userAvatar {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 50px;
    width: 50px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    background: #0000ff;
}

#div11212 {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    line-height: 25px;
    width: 90px;
    text-align: center;
    color: #ffffff;
    background: #0000ff;
}

#welcome, #currentUserName {
    width: 90px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
    background: #0000ff;
}

#div1122 {
    position: relative;
    left: 0px;
    height: 120px;
    width: 140px;
    color: #326496;
    background: #ffffff;
    display: none;
}

#div1122 > div {
    position: relative;
    height: 30px;
    line-height: 30px;
    width: 140px;
    color: #326496;
    background: #ffffff;
    text-align: center;
    vertical-align: middle;
}

#div1122 > div:hover {
    color: #ffffff;
    background: #0000ff;
    cursor: pointer;
}

.userTable {
    position: fixed;
    top: 150px;
    left: 40%;
    height: 360px;
    width: 300px;
    color: #ffffff;
    background: #326496;
    z-index: 1100;
}

.userTable > div {
    margin: 0 auto;
    position: relative;
    width: 280px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
}

.userCloseBox {
    text-align: right;
    font-size: 36px;
    color: #ffffff;
}

.userInfo {
    text-align: left;
}

.userLine {
    text-align: center;
}

.userTitle {
    font-size: 24px;
}

.userTable > div > img {
    position: relative;
    width: 20px;
    height: 16px;
    text-align: center;
    vertical-align: middle;
}

.userTable > div > span {
    position: relative;
    width: 100px;
    height: 25px;
    line-height: 25px;
}

.userTable > div > input {
    position: relative;
    height: 25px;
    vertical-align: middle;
}

.userCode, .userPW {
    width: 120px;
}

.userCpacha {
    width: 60px;
}

.userCpaimg {
    width: 60px;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    vertical-align: middle;
    text-align: center;
    color: #761c19;
    background: #c0c0c0;
}

.userSubmit, .userReset {
    margin: auto 5px;
    padding: 8px 20px;
    width: 30px;
    text-align: center;
    color: #326496;
    background: #ffffff;
}

.userClose:hover {
    color: red;
    cursor: pointer;
}

.userTable > div > input:hover {
    cursor: pointer;
}

.userKey {
    cursor: pointer;
}

.userSubmit:hover, .userReset:hover {
    color: #ffffff;
    background: blue;
    cursor: pointer;
}







