.zag {background: #256b96 url(zag.gif) no-repeat; color: #fff; font-weight: bold; text-align: center; text-transform: uppercase; height: 15px; padding: 11px;}

#login_window , #callback_window {
	width: 220px;
	height: 220px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -110px;
	margin-top: -110px;
	z-index: 10000000;
	display: none;	
}

#overlay {
	position: absolute;
	z-index: 9999999;		
	background: #000000;
	display: none;
}

.block_middle {margin: 0; list-style: none; padding: 1px 0 1px 15px; background: #1d4464; color:#FFFFFF; }

#login_window .zag , #callback_window .zag {
	background:url(zag_clear.gif) no-repeat;	
}

.block_bottom {background: url(block_catalog_bot_clear.gif) no-repeat; height: 8px;}


#login_window a , #callback_window a{
	color: #FFFFFF;
}