       body{
            background-color: #ffffff;
        }
	
        input {
                border-left:   #c7c8c8;
				border-top:		#c7c8c8;
				border-bottom: #ffffff;
				border-right: #ffffff;
                border-style:   solid;
                border-width:   1px;
				background-color:#ffffff;
        }
        .Error{
                font-family:    Verdana;
                color:          #f68b39;
                font-weight:    bold;
                font-size:      10pt;
        }
        a{      
            font-family:        Verdana;
			color:          #1b2d93;
			font-weight:    normal;
			font-size:      7.5pt;
			text-decoration:none;
		}
		
		a:hover{
			text-decoration:underline;
		}
		#Main, #MainError,#MainSessionLost{
			POSITION: absolute; 
			TOP:0px ; 
			width:500px;
			background-repeat: no-repeat;
		}

		#Main, #MainError{
			LEFT: 200px; 
			HEIGHT:600px; 			
		}

		#MainSessionLost,#MainSessionLostError{
			LEFT: 0px;
			HEIGHT:500px; 
		}		
		
		
		#Main,#MainSessionLost{
			background-image: url("images/loginBG.jpg");
		}		
		
		#MainError,#MainSessionLostError{
			background-image: url("images/ErrorBG.jpg");
		}
		
		#inputBoxes{
			POSITION: absolute;
			LEFT: 75px; 
			TOP:260px; 
			width:350px;
			border-style:solid, 1px, black;
		} 
		
		#SessionLostText{
			POSITION: absolute;
			LEFT: 75px; 
			TOP:130px; 		
		}		