* { padding:0; margin:0; border:0; }
html { width:100%; height:100%; }
body { font-family: 'Nunito', sans-serif; background-color:#fff; }
#content_box { width:465px; height:380px; margin:auto; position:absolute; top:0;left:0;bottom:0;right:0; background:url('SignIn2.png');
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.35);
}
#logo { width:348px; height:124px; background:url('printservice.png') no-repeat; margin:0 auto; position:absolute; top:800;left:0;bottom:0;right:0;}

#login_box { width:400px; margin:0 auto; position:relative; top:80px; }
label{
   color:#555;
   display: inline-block;
   width: 196px;
   margin: 8px 0px; 
}
#username, #password {
    width:350px;
    height:42px;
    background-color: white;    
    padding-left: 50px;
    font-size: 1.2em;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.15);
}
#username{
    background-image: url('usernameicon.png');
    background-repeat: no-repeat;
}
#password{
    background-image: url('passwordicon.png');
    background-repeat: no-repeat;
    margin-bottom: 28px;
}
#lostpass-link{
   display: inline-block;
   width: 196px;
   margin: 8px 0px;
   text-align: right; 
}
a, a:visited{
    color:#009ddc;
    font-family: 'Roboto Condensed', sans-serif;
}
#submit_box { text-align:center; }
#submit_btn	{ width:140px; height:42px; background:url('SignInButton.png') center center no-repeat; font:bold 1.2em Arial,Helvetica,sans-serif; color:#fff; border:0; cursor:pointer; margin:0 auto; }
#forgot_box {
    text-align: center;
    font-size: 1.2em;  
    margin-top: 20px;  
    color:#009ddc;
    font-family: 'Roboto Condensed', sans-serif;
}

#zoombis_box { width:300px; margin:15px auto; position:relative; top:25px; text-align:center; font:12px "Trebuchet MS",Arial,sans-serif; color:#333; }
#zoombis { display:block; margin:5px auto; width:109px; height:22px; background:url(zoombis_small.png) no-repeat; text-indent:-2999px; outline:none; }
#zoombis_contact { width:700px; margin:20 auto; position:relative; top:25px; text-align:center; font:11px "Trebuchet MS",Arial,sans-serif; color:#333; }

#nojs { position:relative; top:-210px; width:550px; padding:6px; font:bold 11px Verdana; color:#d00; background-color:#fee784; margin:10px auto; border:solid 2px #f00; text-align:center; }
#unsupportedbrowser { font:bold 11px Verdana; color:#d00; background-color:#fee784; margin:10px auto; border:solid 2px #f00; text-align:center; }

.left { float:left; }
.right { float:right; }
.clear { clear:both; }