html{
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    background-repeat:no-repeat;
    padding:0;
    width:100%;
    height:100%;
    margin:0;
    background-color:#666666;
    background:radial-gradient(#b2b2b2 6%, #666666) no-repeat;
    background:-o-radial-gradient(#b2b2b2 6%, #666666) no-repeat;
    background:-moz-radial-gradient(#b2b2b2 6%, #666666) no-repeat;
    background:-webkit-radial-gradient(#b2b2b2 6%, #666666) no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorStr="#b2b2b2", EndColorStr="#666666");
    background-attachment: fixed;
}
body{
    background-image:url(../images/honey-comb-bg.png);
    width:100%;
    height:100%;
    padding:0;
    margin:0;
}
#wrap{
    min-height: 100%;
}
#main{
    overflow:auto;
    padding-bottom: 140px;
}
a img{
    border:none;
}
#top_bar{
    width: 100%;
    height: 40px;
    text-align: right;
    background: #333;
    color: #fff;
    line-height: 40px;
    padding-right: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#top_bar a{
    color: #fff;
    text-decoration: none;
}
#top_bar a:hover{
    text-decoration: underline;
}
#sub_bar{
    width: 100%;
    height: 225px;
    text-align: left;
    background: #555;
    color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 95px 60px;
}
#sub_heading{
    font-size: 48px;
    font-weight: bold;
    width: 600px;
    float: left;
    line-height: 50px;
}
#sub_logo, #aceapp_sub_logo{
    width: 207px;
    height: 179px;
    background: url('../images/login-logo.png');
    float: right;
    margin-top: 40px;
    margin-right: 100px;
}
#aceapp_sub_logo{
    background: url('../images/aceapp-login-logo.png');
}
#bupdate{
    width: 500px;
    height: 498px;
    background: url('../images/bupdate-1b.png');
    float: right;
    margin-top: -106px;
    margin-right: 0px;
    margin-bottom: 25px;
}
#content_bar{
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 45px 60px 60px 60px;
    color: #555;
}
#center{
    width:400px;
    margin:0 auto;
}
#pageframe{
    width:350px;
    height:auto;
    overflow:auto;
    background-color:#FFF;
    padding:20px 30px 10px;
    box-shadow:#000 0px 0px 13px -3px;
    margin:0 0 20px 0;
    position:relative;
    top:130px;
}
#aceapp-logo{
    display: inline-block;
    width: 156px;
    height: 50px;
    float: left;
    margin-right: 30px;
    margin-top: 60px;
    margin-left: 60px;
    background: url('../images/aceapp-logo.png');
}
#logo{
    display:block;
    float:none;
    clear:both;
    margin:5px auto 22px;
    width:auto;
}
form{
    width: 545px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0;
    margin: 0;
    margin-top: -10px;
}
label{
    width: 190px;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
}
input{
    width:328px;
    padding:10px;
    border:1px solid #989898;
    font-size:26px;
    color:#222;
    margin-bottom:20px;
    outline:none;

}
input:focus{
    border:1px solid #0b69bb;
    box-shadow:3px 2px 11px #d5e8f9 inset;
    -moz-box-shadow:3px 2px 11px #d5e8f9 inset;
    -webkit-box-shadow:3px 2px 11px #d5e8f9 inset;
    outline:none;
}
input[type=submit]{
    width:auto;
    float:right;
    clear:none;
    background-color:#6ba4d9;
    border: 0;
    color:#FFF;
    padding:8px 20px;
    text-align: center;
}
input[type=submit]:hover{
    opacity:0.8;
    cursor:pointer;
}
input[type=submit]:active, input[type=submit]:focus{
    position:relative;
    top:1px;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
#links{
    width:145px;
    float:left;
    clear:none;
    line-height: 16px;
}
#links a{
    text-decoration: none;
    color:#666;
    font-size:13px;
}
#links a:hover{
    text-decoration: underline;
}
#footer{
    text-align: left;
    font-weight: bold;
    color: #aaa;
    clear: both;
    position: relative;
    margin-top: -140px; /* negative value of footer height */
    height: 140px;
}
#footer_text{
    width: 500px;
    font-size: 12px;
    float: left;
    margin-top: 60px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#footer a{
    color:#aaa;
}
#footer a:active{
    position:relative;
    top:1px;
}
#digicert{
    float: right;
    margin-right: 60px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #aaa;
}
#digicert a{
    color: #aaa;
    text-decoration: none;
}
#error{
    background-color: #FFDDDD;
    border: 2px dashed #9D0000;
    color: #9D0000;
    display: block;
    margin: 5px auto 15px;
    padding: 8px 0;
    text-align: center;
    display:none;
}
#showua{
    text-decoration: underline;
    cursor:pointer;
}
#ua{
    display:none;
}
#reset{
    display: inline-block;
    float: right;
    font-weight: bold;
    line-height: 55px;
    margin-right: 35px;
}
