html, body 
    {
        height: 100%;
        padding: 0;
        margin: 0;
    }

     #form1 
     {
		height: 100%;  
		text-align: center;
		padding: 0;
        margin: 0;
     }
      
    #LoginBox 
    {
		position: absolute;
		left: 50%;
		top: 50%;
 		width: 400px;
		margin-left: -200px;
        
		height: 205px;
		margin-top: -102px;

		border: 0px solid #000;
 		background: #aba350 url('/system/oakweb_images/loginlogo.png') no-repeat center center;
		text-align: center;
    }
    
    .inputs {
		position: absolute;
		top: 160px;
		width: 120px;
		color: #999;
		font-family: Verdana;
		font-size: small;
		font-weight: bold;
    }
    
    #password {
		right: 50px;
    }
    #username {
		left: 50px;
    }
    
    #title {
		text-align: right;
		padding: 3px;
    }
    
    #title input {
		background-color: Transparent;
		padding: 0;
		margin: 0;
		color: #FFF;
		font-family: Verdana;
		font-size: small;
		font-weight: bold;
		border: 0px solid #FFF;
		cursor: hand;
    }
    
    #errorDiv {
		position: absolute;
		top: 130px;
		left: 0px;
		color: #FFF;
		font-family: Verdana;
		font-size: small;
		font-weight: bold;
		text-align: center;
		
		width: 100%;
    }