#login-form-window
{
	display:none;
	border:1px solid #000;
	background:#F5F5ED;
	padding:10px;
	z-index:10000;
	position:absolute;
	top:25px;
	left:20%;
	width:150px;
	color: #454545;
	
}

#login-form-window td 
{
	font-size:12px;
}

.auth_start
{
	/*background:transparent url(images/auth_start.gif) bottom right no-repeat;
	height:19px;*/
}

#auth_center
{
	/*background:transparent url(images/auth_center.gif) bottom repeat-x;
	text-align:center;
	color:#CCC;*/
	padding:0;
	font-size:12px;
	
}

#auth_center a
{
	color:#000;
	font-size:12px;
}

#auth_center  a:link {color: #117fba; text-decoration:none;}
#auth_center  a:visited{color:#117fba;text-decoration:none;}
#auth_center  a:active {color: #117fba;text-decoration:none;}
#auth_center  a:hover{color:#000;text-decoration:underline;}


.auth_end
{
	/*background:transparent url(images/auth_end.gif) bottom left no-repeat;*/
}