#mask
{
	position:absolute;
	left:0;
	top:0;
	z-index:999999;
	background-color:#505050;
	display:none;
}
	
#boxes .window
{
	position:absolute;
	left:0;
	top:0;
	/*width:400px;*/
	/*height:250px;*/
	display:none;
	z-index:1000000;
	/*padding:20px;*/
	/*border:1px;*/
	/*border-color:#444;*/
}

#boxes #dialog
{
	/*background:url(../loginmodal.png) no-repeat 0 0 transparent;*/
	width:300px; 
	/*height:250px;*/
	/*padding:10px;*/
	/*background-color:#efefef;*/
	/*border:1px;*/
	/*border-color:#444;*/
}