﻿.login_bg{
        width:100%;
        height:300px;
        margin:0px;
        background-color:#0a2450;
        background-image:url(../../imgs/crm90/newloginbg.png);
        background-repeat:no-repeat;
        background-position:top;
        background-attachment:fixed;
}

.login_div{
    width:736px;
    height:auto;
    position:absolute;
    vertical-align:middle;
    top:160px;
    left:50%;
    margin-left:-363px; 
    margin-right:auto;
    background-color:white;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow:0px 0px 14px #bcbcbc;            
    border:1px solid #EEEEEE;
}

    .header_where{
    font-size:14px;
    color:#353535;
    border:1px solid #cccccc;
    background-color:white;
    height:40px;
    line-height:40px;
    width:337px;
    padding-left:20px;
    margin-top:20px;
}

    .bottom_footer {  
    position: fixed; /*or前面的是absolute就可以用*/  
    bottom: 15px;  
    width:100%;
    text-align:right;
    right:10px;
    }
         
    #btnlogin
{
    border:0;
    width:180px;
    height:40px;
    background:Transparent url(../../imgs/crm90/login/login_bt_new.png) no-repeat scroll;
}
.btnlogin-normal
{
    background-position:-5px 0px !important;
}
.btnlogin-disabled
{
    background-position:-5px -45px !important;
}
.dlg-title-text{
    background-color:transparent;
}