@charset "windows-1251";
/* CSS Document */

#cat_window_back
{
	width:0; 
	height:0; 
	position:absolute; 
	left:0px; 
	top:0px; 
	z-index:50;
	background-color:#000;
	-moz-opacity:0.8;
	filter:alpha(opacity: 80);
	opacity: 0.8;
	padding:0;
	z-index:50;
}
#cat_frame
{
	width:100%;
	height:100%;
	-moz-opacity:0;
	filter:alpha(opacity: 0);
	opacity: 0;
	background:none;
	border: none;
	margin:0;
}
#cat_window
{
	width:600px; 
	height:0px; 
	position:absolute; 
	background: #FFF;
	padding:0;
	z-index:100;
	border:3px solid #FFF;
}
.window_title
{
	font: bold 12px Verdana, Geneva, sans-serif;
	color:#FFF;
}
