textarea 
{ 
	text-align: center;
}

input 
{ 
	text-align: center;
}

input.loginbutton 
{
	width: 150;	
}

font
{
	font-family: verdana;
	font-size: 11;	
}

font.fontH 
{
	font-size: 14;
	color: #000000;
}


font.fontS 
{
	font-size: 10;
	color: #000000;
	font-style: italic;
}

font.fontN
{	
	color: #000000;
}

fieldset
{
	background-color: #fafafa;
	height: 300;
	width: 400;	
	border: 1px solid #999;
	/* round */
	-moz-border-radius: 8px; /* FF1+ */
  	-webkit-border-radius: 8px; /* Saf3-4, iOS 1+, Android 1.5+ */
   	-khtml-border-radius: 8px;
    border-radius: 8px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
	position: absolute;	
	top: 50%;
	left: 50%;	
	margin: -150px 0 0 -200px;
	 zoom: 1; /* This enables hasLayout, which is required for older IE browsers */
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#777777', Direction=135, Strength=5);
    -moz-box-shadow: 10px 10px 45px #777; /* FF3.5+ */
  	-webkit-box-shadow: 10px 10px 45px #777; /* Saf3.0+, Chrome */
    box-shadow: 10px 10px 45px #777; /* Opera 10.5, IE9, Chrome 10+ */
}

hr
{
	color: #999;
	border: 1px solid #999;	
}

h1.loginError
{
	width: 400;	
	color: red;
	position: absolute;	
	top: 50%;
	left: 50%;	
	margin: -200px 0 0 -200px;
}

div.divFS 
{
	height: 72;
}

bBackground
{
	background-color: #ddd;
}


	