@charset "utf-8";

/* CSS Document */

#login_main_div {
    float: left;
    margin-left: 50px;
    width: 350px;
}

#login_main_div span {
    font-size: 13px;
    background-image: none;
    float: left;
    margin: 20px 0 0 50px;
    position: relative;
}

#login_main_div .standart_ul {
    clear: both;
    float: left;
    list-style-image: none;
    list-style-type: none;
    padding: 15px 0;
    position: relative;
    margin: 0;
}

#login_main_div .standart_ul li {
    clear: both;
    float: left;
    list-style-image: none;
    margin: 10px 0 0;
    width: 100%;
}

#login_main_div .standart_ul li input {
    float: left;
}

#login_main_div .standart_ul li label {
    float: left;
    font-size: 14px;
    margin: 3px 0 0 10px;
    width: 80px;
}

#login_main_div #error {
    background-image: none;
    color: hsl(0, 100%, 50%);
    float: left;
    margin: 20px 0 15px 7px;
    position: relative;
}

#login_main_div #submit, .bshl #submit {
    clear: both;
    float: left;
    margin: 10px 0 0 130px;
    color: hsl(220, 64%, 47%);
    position: relative;
    width: 80px;
    background: linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 69%)) repeat scroll 0 0 transparent;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    text-align: center;
    width: 79px;
    border: medium none;
    border-radius: 2px 2px 2px 2px;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    text-transform: uppercase;
}

#login_main_div #submit:hover, .bshl #submit:hover {
    background: linear-gradient(hsl(218, 100%, 98%), hsl(217, 100%, 85%)) repeat scroll 0 0 transparent;
    position: relative;
}

#clear {
    clear:both;
}