/*
version:umt-coremail 3.0
author:zhangshixiang@cstnet.cn
data:2015-11-30
*/

.MainR {
    width: 270px;
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    height: 320px;
    overflow: hidden;
}

#unlockImg {
    background: url(../images/unlock20_gray.png) 0 0 no-repeat #fff;
    _background: url(../images/unlock20_gray_ie.png) 0 0 no-repeat #fff;
}

#lockImg {
    background: url(../images/lock20_gray.png) 0 0 no-repeat #fff;
    _background: url(../images/lock20_gray_ie.png) 0 0 no-repeat #fff;
}

#user {
    background: url(../images/user20_gray.png) 0 0 no-repeat #fff;
    _background: url(../images/user20_gray_ie.png) 0 0 no-repeat #fff;
}

#style {
    background: url(../images/style20_gray.png) 0 0 no-repeat #fff;
}

#user, #lockImg, #unlockImg, #style {
    position: absolute;
    border: none;
    margin: 10px;
    z-index: 9;
    background-color: rgba(255, 255, 255, 0);
}


#userName, #password {
    height: 31px;
    background: none;
    box-shadow: none;
    width: 220px;
    padding-left: 40px;
}

#userName {
    border: 1px solid #aaaaaa;
    border-radius: 5px 5px 0 0;
}

#password {
    border: 1px solid #aaaaaa;
    border-radius: 0;
}

select#styleword {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    width: 268px;
    height: 40px;
    padding: 0 0 0 35px;
    border-radius: 0 0 5px 5px;
    border: 1px solid #aaaaaa;
    margin-left: -1px;
}

input#password {
    border-radius: 0 0 5px 5px;
}

span.arrowstyle {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #aaaaaa;
    margin: 17px 0 0 -25px;
}

select#styleword {
    _width: 220px;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    position: relative;
    margin-bottom: 0;
    margin-left: 0;
    vertical-align: top;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    width: 268px;
    height: 40px;
    padding: 0 0 0 35px;
    _padding: 0;
    border-radius: 0 0 5px 5px;
    border: 1px solid #aaaaaa;
    margin-left: -1px;
    background: url("../images/select_bg.png") no-repeat scroll right center transparent;
}

select::-ms-expand {
    display: none;
}

#logArea {
    padding-top: 20px;
}

#logArea .indent {
    padding-left: 0px;
}

#logArea label.for {
    padding-left: 0px;
    margin-top: 25px;
}

ul.twolinelist li a {
    width: 225px;
}

#logArea .Error {
    color: #FF0000;
    height: 0px;
    margin: 5px 0 0 0;
    padding: 20px 0 2px 0px;
    _padding: 10px 0 2px 120px;
    font-size: 10px;
    position: relative;
    top: -20px;
    width: 100%;
    text-align: left;
}

.Button, input[type="button"].Button {
    background: #3598db;
    width: 100%;
    height: 40px;
    font-size: 14px;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.Button, input[type="button"].Button:hover, .Button, input[type="button"].Button:focus {
    background: #136b9f;
}

.cst-controls .controls, .cst-controls .controls ul.twolinelist {
    margin: 35px 0 0 0;
}
