html, body {height:100%;padding:1px;margin:1px;overflow:hidden;overflow-x:auto;font-family:Helvetica;font-weight:normal;font-size:11px;color:#525051;}
.outer-box{position:absolute;min-width:800px;min-height:400px;top:0px;bottom:0px;left:0px;right:0px;overflow:hidden;}
.inner-box{position:relative; padding:0px;width:470px;height:320px;margin-top:100px;margin-left: auto;margin-right: auto;border: 1px solid #ccc;overflow:hidden;-webkit-box-shadow: 0 0 3px 1px rgba(200,200,200,255);box-shadow: 0 0 3px 1px rgba(200,200,200,255);}
.inner-box-back{float:left;width:100%;height:100%;background-image: url('/Images/OfficeInfor/auth.tlo.png');background-repeat: no-repeat;background-position: bottom right;}
.inner-box-logo{float:left;height:100px;width:100%;
    background-image:  url('/Images/OfficeInfor/LOGO.png');
    background-repeat: no-repeat;
    float:right;
    margin-top:10px;
    margin-right:10px; 
    background-position: top right; 
    border: 0px;}
.inner-box-fields{float:left;height:100px;width:100%;/*padding-top:30px;*/}
.bottom-fields{float:left; margin-top:302px; padding-left:2px; padding-right:2px; padding-bottom: 2px; width: 100%; height:18px; position:absolute; }


.fields-box{
    width:100%;
    padding-left:30px;
    float:left;}
.fields-box label{
    padding-left: 10px;
    padding-right:10px;}
.fields-spacer{
    width:100%;
    height:4px;
    float:left;}
.fields-box input{
    padding:0px;
    margin:0px;
    font-size:1.1em;
    float:left;}
.fields-box input[type=text]{
    background-color: #fffacd; 
    padding-left:4px;
    padding-right:4px;
    width: 150px;
    height:22px;
    border: 1px solid #b3b3b3;
    color:#666;
    text-transform:uppercase; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;}
.fields-box input[type=password]{
    background-color: #fffacd; 
    padding-left:4px;
    padding-right:4px;
    width: 150px;
    height:22px;
    border: 1px solid #b3b3b3;
    color:#666; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;}
.fields-box input[type=submit]{
    background-position:0px -13px ; 
    width: 48px ; 
    height: 24px; 
    background-repeat: no-repeat;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    float:left;
    margin-left: 5px;}
.fields-box input[type=submit]:hover{
    opacity : 0.8;}

.fields-pass{
    float: left;
    width: 160px;}
.fields-ver{
    padding-left:4px;
    padding-right:4px;
    width: 135px;
    height:18px;
    float: left;}
.lbl-version {
        padding-left:12px;}
.fields-rights{
    padding-left:4px;
    padding-right:4px;
    padding-bottom: 4px; 
    width: 100%;
    height:18px;}
.error-box{
    height: 50px;
    padding-left:4px;
    color: Red;}
.chp-box{
    width:100%;padding-left:5px;float:left;
}
.chp-error-box{
    height: 24px;
    padding-left:17px;
    color: Red;
}
.chp-box input[type=text]{
    padding-left:1px;
    padding-right:4px;
    width: 150px;
    height:22px;
    border: 1px solid #b3b3b3;
    color:#666;
    text-transform:uppercase; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;}
.chp-box input[type=password]{
    padding-left:1px;
    padding-right:4px;
    width: 150px;
    height:22px;
    border: 1px solid #b3b3b3;
    color:#666; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;}
.chp-table
{
    border-spacing: 0px;
}
.chp-box input[type=submit]
{
    border: 1px solid #13a3f7; 
    background-position:0px -13px ; 
    width: 48px ; 
    height: 24px; 
    background-image: url('/Images/OfficeInfor/Submit.png');
    background-repeat: no-repeat;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    float:left;
    margin-left: 5px;
}
.chp-box input[type=submit]:hover
{
    opacity : 0.8;
}

.all-fields
{
    padding-top: 30px;
    padding-left:50px;   
}
