@charset "utf-8";
/* CSS Document */

#page_login {
    margin: 0 auto;
    text-align: left;
    width: 900px;
}


#loginacc fieldset {
    background-color: #DFDFDF;
    border: 1px dashed grey;
}


fieldset legend {
    font-weight: bold;
}


#page_login ul, ol {
    list-style-type: none;
}


.clear {
    clear: both;
}


.cusbutton {
    background: -moz-linear-gradient(center bottom , #75ED00 0px, #BAF700 100%) repeat scroll 0 0 transparent;
    border: 1px solid #97CF0D;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4) inset;
    color: #2F3132;
    cursor: pointer;
    font-family: Helvetica,Arial,Verdana,sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 35px;
    margin-left: 5px;
    padding: 0 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}


#email, #opnpw {
    font-weight: bold;
    height: 30px;
    margin: 0 0 5px;
}
.lblog {
    width: 300px;
}

