@charset "UTF-8";
/* CSS Document */

body 
	{ 	
		background-image:url('../images/blue_back.jpg'); 
		background-repeat: no-repeat;
		background-position:top;
		background-attachment:fixed;
	
		font-family:arial;
		font-size:10pt;
	}

body.brushed 
	{ 	
		background-image:url('../images/brushed_back.jpg'); 
		background-repeat: no-repeat;
		background-position:top;
		background-attachment:fixed;
	
		font-family:arial;
		font-size:10pt;
	}
	
body.login
	
	{
		background-image:url('../images/loggin.jpg'); 
		background-repeat: no-repeat;
		background-position:top;
		background-attachment:fixed;
	
		font-family:arial;
		font-size:10pt;	
	}
			

div.show3 
	{
/* background-color:#efefef;*/
width:140px;
margin:0 auto;
border:1px solid #444444;
	}

div#show3 table td, div#show4 table td 
	{
height:24px;
/* background-image:url('38.gif');*/
	}

div#show4 table td 
	{
/* background-image:url('40.gif');*/
	}
		
div#show3 table input,  div#show4 table input 
	{
		outline-style:none;
	}
div.centerloginForm
	{
		width:100%;
		height:420px;
	}	