html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 110%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    font-size: 12px;
    font-family: Arial;
}
body{
    background: #F4F6F8;
}
.show_notice {
    background: none repeat scroll 0 0 #FFF8C7;
    border: 1px dashed #B7AA4E;
    margin-bottom: 10px;
    padding: 8px;
    margin: 0 auto;
    width: 745px;
}
.show_error {
    background: none repeat scroll 0 0 #FEEEEE;
    border: 1px dashed #FF0000;
    color: #FF0000;
    margin-bottom: 10px;
    padding: 8px;
}
.show_error ul {
    padding-left: 30px;
}
.show_error a {
    color: #FF0000;
    font-weight: bold;
    text-decoration: underline;
}
.show_success {
    background: none repeat scroll 0 0 #EEFFE5;
    border: 1px dashed #2B8001;
    color: #2B8001;
    margin-bottom: 10px;
    padding: 8px;
}
.show_success ul {
    padding-left: 30px;
}
.show_success a {
    color: #2B8001;
    font-weight: bold;
    text-decoration: underline;
}
#wrapper{
    padding: 0px;
    margin: 150px auto 0px;
    background: url(../images/bg_login.png) no-repeat;
    width: 765px;
    height: 500px;
}
#col1{
     float: left;
    margin-left: 20px;
    margin-top: 90px;
    width: 330px;
    font-size: 13px;
    color: #FFF;
}
#col1 div{
    padding-bottom: 5px;
}
#col1 a{
    color: #FFF;
    text-transform: none;
    text-decoration: none;
}
#col1 .company{
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
#col2{
    float: right;
    margin-right: 40px;
    margin-top: 80px;
    width: 370px;
}
.h-login{
    background: url(../images/h-login.gif) no-repeat;
    height: 36px;
    width: 362px;
    margin-top: 100px;
}
.h-login h3{
    font-size: 130%;
    color: #FFFFFF;
    padding: 10px;
}
.m-login{
    background: url(../images/m-login.gif) repeat-y;
    width: 362px;
    overflow: hidden;
}
.b-login{
    background: url(../images/b-login.gif) repeat-y;
    width: 362px;
    height: 15px;
}
.content{
    padding: 10px;
}
.form-login{
    padding: 0 20px;
    overflow: hidden;
}
.form-login p{
    margin-bottom: 5px;
}
.form-login .label{
    font-weight: bold;
    font-size: 13px;    
}

table.login{
    width: 100%;
}
.input{
    background-color: #F2F2DE;
    border: 1px solid #BDBDBD;
    font: bold 22px Arial,Helvetica,sans-serif;
    padding: 1px 3px;
    width: 99%;

}
table.login td.label{
    text-align: left;
    padding-right: 5px;
    font-weight: bold;
    font-size: 14px;
}
.btn_dangnhap{
    background: url(../images/dangnhap.png) no-repeat right top;
    width: 160px;
    height: 40px;
    border: 0;
    cursor: pointer;
}
.btn_dangnhap:hover{
    background: url(../images/dangnhap.png) no-repeat;
    background-position: 0 -41px;
    width: 160px;
    height: 40px;
    border: 0;
    cursor: pointer;
}
.copyright{
    display: block;
    text-align: center;
    margin-top: 10px;
}