body { background: #ffffff url('../imgs/background_window.jpg');
        
    }
	 
#frame {
		width:1001px;
		height:591px;
		margin-right:0px;
		margin-left:0px;
		margin-top:0px;
		padding:0px;
		text-align:left;
		background:#252523;
		}
		
#frametopborder1 {
		background: #ffffff url('../imgs/login_border_tl.gif');
		width: 17px;
		height:18px;
		float: left;
		}
		
#frametopborder2 {
		background: #ffffff url('../imgs/login_border_top.gif');
		width: 967px;
		height:18px;
		float: left;
		}		
		
#frametopborder3 {
		background: #ffffff url('../imgs/login_border_tr.gif');
		width: 17px;
		height:18px;
		float: right;
		}		
		
#frameleftborder {
		width:17px;
		height:555px;
		margin: 0 0 0 0;
		padding:0px;
		float: left;
		background: #ffffff url('../imgs/login_border_left.gif');
		}		

#framecontent {
		width:967px;
		height:555px;
		margin: 0 0 0 0;
		padding:0px;
		float: left;
		background:#252523;
		}		
		
#framerightborder {
		width:17px;
		height:555px;
		margin: 0 0 0 0;
		padding:0px;
		float: right;
		background: #ffffff url('../imgs/login_border_right.gif');
		}						
		
#framebottomborder1 {
		background: #ffffff url('../imgs/login_border_bl.gif');
		width: 17px;
		height:18px;
		float: left;
		}				

#framebottomborder2 {
		background: #ffffff url('../imgs/login_border_bottom.gif');
		width: 967px;
		height:18px;
		float: left;
		}			
 	
#framebottomborder3 {
		background: #ffffff url('../imgs/login_border_br.gif');
		width: 17px;
		height:18px;
		float: right;
		}			

#logo_container {
		width: 556px;
		height: 356px;
		margin: 60px 110px 0 0;
		float: right;
		background:#252523 url('../imgs/background.jpg');
		}	
		
#form_container {
		width: 240px;
		height: 120px;
		margin: 10px 0 0 10px;
		float: left;
		background:#252523;
		}			
		
#form_container p {
		color: #ffffff;
		margin: 5px 0 5px 0;
		font-family: Arial;
		font-weight: bold;
		font-size: small;
		}						