#filter
{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 120%;
	background-color: #000;
	z-index:1000;
	opacity:0.5;
	filter: alpha(opacity=80);
}



#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:0px;
	height:0px;
	padding:0;
	padding-top:0px;
	left-padding:0px;
	margin:0;
	border-bottom:0px solid #3CF;
	background-color: #09c;
	color:white;
	text-align:center;
}

#box 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 20%;
	width: 522px;
	height: 180px;
	padding: 10px;
	margin :0;
	border: 1px solid white;
	background-color: transparent;
	z-index:1001;
	overflow: none;
}

input.login { 
 width: 210px; 
 height: 21px; 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132; 
 border: 1px solid #000000; 
 margin-right: 0px; 
}


