body {
      font-family: Droid sans,Arial;
      font-size: 10pt;
}
.divGreenBorder {
    position: fixed;
    BORDER-BOTTOM: #82C600 7px solid;
    padding: 0px;
}
.LoginHeader {
    padding-top: 20px;
    position: absolute;
    width: 100%;
    height: 65px;
}
.LoginHeader .logosection {
    float: left;
    position: relative;
    width: 50%;
    top: 3%;
    left: 1%;
}
.LoginHeader .cdklogo {
    width: 89px;
    height: 61px;
    background-image: url(/include/images/cdk-global-logo.png);
    background-repeat: no-repeat;
}
.LoginHeader .configsection {
    padding-right: 20px;
    text-align: right;
    float: right;
    position: relative;
    width: 50%;
    height: 30px;
}
.LoginHeader .configsectioncontent {
    float: right;
    width: 400px;
} 

.LoginHeader .configLabel {
    padding-top: 2px;
    padding-right: 2px;
    float: left;
    width: 50px;
    color: #D7D8D6;
}
.LoginHeader .configselect {
    float: left;
    width: 50px;
}

#LoginBody {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
}
.divLoginForm {
    position: absolute;
    background-color: #53565A;
    width: 390px;
    height: 480px;
    left: 50%;
    top: 50%;
    margin-top: -240px;
    margin-left: -195px;
}
.rounded {
    border-radius: 6px;
    behavior: url(/include/htc/PIE.htc);
}
.boxshadow {
     box-shadow: rgba(0,0,0,0.4) 0 2px 5px 1px;
     behavior: url(/include/htc/PIE.htc);
    }

#LoginForm div.cdkvehicleproductname {
    margin-top: 40px;
    width: 261px;
    margin-left: 65px;
    height: 85px;
    background-image: url(/include/images/cdk-vehicle-product-name.png);
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.roundedinput {
    border: 1px solid #53565A;
    border-radius: 4px;
    behavior: url(/include/htc/PIE.htc);
}
#LoginForm div.logininput {
    position: relative;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    height: 29px;
    padding-bottom: 0px;
    margin-bottom: 10px;
    background-color: white;
}
#LoginForm div.loginrememberme {
    padding-top: 0;
    position: relative;
    left: 50%;
    margin-left: -80px;
    width: 160px;
    height: 29px;
    padding-bottom: 0px;
    margin-bottom: 10px;
    color:  #AAA7A9;
} 

.loginrememberme span {
    padding-left: 2px;
}

#LoginForm input.LoginInputText {
    padding-left: 3px;
    padding-top: 4px;
    position: relative;
    margin-left: 150px;
    width: 295px;
    height: 29px;
    border: 0;
    font-family: Droid sans,Arial;
    font-size:12pt;
}

#LoginForm input.CDKVLoginInputText {
    padding-left: 3px;
    padding-top: 4px;
    width: 295px;
    height: 29px;
    position: relative;
    border: 0;
    font-family: Droid sans,Arial;
    font-size:12pt;
}

input.watermark {
    padding-left: 2px;
    text-align: center;
    color: #aaa;
    font-style: italic;
}

#LoginForm div.loginbutton {
    position: relative;
    left: 50%;
    margin-left: -41px;
    width: 82px;
    height: 82px;
    cursor: pointer;
    background: url(/include/images/cdk-go-button.png) no-repeat center;
}

#LoginForm div.upgradeissue {
    padding-top: 20px;
    text-align: center;
}
    #LoginForm div.upgradeissue a {
      color: #AAA7A9;
      font-family: Droid sans,Arial;
      font-size: 10pt;

    }
#LoginForm div.loginstatus {
    left: 50%;
    margin-left: -125px;
    width: 250px;
    position: absolute;
    bottom: 30px;
    text-align: center;
    color: #D7D8D6;
    font-size: 11pt;
}

#LoginBody div.systemdetail {
    width: 100%;
    height: 50px;
    color: #D7D8D6;
    position: absolute;
    bottom: -10px;
    left: 5px;
    font-family: Droid sans,Arial;
}
.systemdetail .name {
    padding-right: 50px;
    text-align: right;
    position: relative;
    float: right;
    width: 50%;
}

.systemdetail .date {
     padding-left: 50px;
            position: relative;
            float: left;
            width: 50%;
        }
       
 #tablefooter {
    position: absolute;
    bottom: 0;
    padding-bottom: 0;
    border: 0;
    width:100%;
    height:18px;
    background-color: #D7D8D6;
}

 #imgBackGround{

     width:1400px;
     height:860px;
     position: absolute;
     z-index:-1;
    
 }

