div.aw_outer{
	border: 2px outset #6F96FF;
	background: white none repeat scroll 0%;
	display: none;
	width: 700px;
	height: auto;
	z-index: 100;
	position: absolute;
	left: 0px;
	top: 30px;
}
div.aw_outer div.aw_top{
	width: 700px;
	height: 24px;
	background: #6F96FF;
	text-align: center;
}
div.aw_outer div.aw_top div.aw_title{
	font: bold 12px tahoma;
	margin: 3px 20px 0px 10px;
	float: left;
	color: white;
			
}
div.aw_outer div.aw_top div.aw_button{
	width: auto;
	margin: 3px 5px 0px 5px;
	border: 1px outset #666666;
	color: #333333;
	background: #F0F0F0;
	padding: 2px;
	font: bold 10px tahoma;
	float: right;		
}
div.aw_inner{
	margin: 24px 10px 10px 10px;
}
div.aw_inner input.submit{
	border: 1px outset #666666;
	background: #6F96FF;
	font: bold 12px tahoma;
	color: #FFFFFF;
	padding: 3px;
}
/* ****** Wersja A ********** */
div.Wmain_A{
	background: transparent;
	width: 80%;
	height: 400px;
	position: absolute;
}
div.Wmain_A div.rr_bt{
	width: 16px;
	height: 16px;
	overflow: hidden;
	float: right;
	border: 2px outset white;
	text-align: center;
	cursor: pointer;
	position: absolute;
	right: 8px;
	top: 2px;
}
/* div.Wmain_A div.rr_bt_close{	right: 8px;} */
div.Wmain_A div.rr_bt_max{right: 30px}
div.Wmain_A div.rr_bt_min{right: 52px;}
div.Wmain_A div.Wmain_title{
	font: bold 13px tahoma, arial, sans-serif;
	text-align: left;
	top: 0px;
	width: 100%;
	color: #000000;
	height: 23px;
}
div.Wmain_A div.Wmain_title div.Wmain_tl{
	background: transparent url('../_gfx/window/corners.gif') repeat scroll 0px 0px;
	width: 6px;
	height: 23px;
	position: absolute;
	top: 0px;
}
div.Wmain_A div.Wmain_title div.Wmain_tc{
	background: transparent url('../_gfx/window/horizontal.gif') repeat scroll 0px 0px;
	clip: rect(auto, auto, auto, 12px);
	<!--[if IE]>
	clip: rect(auto auto auto 12px);/* IE7 trick */
	<![endif]-->
	text-align: center;
	width: 100%;
	right: 6px;
	height: 23px;
	position: absolute;
	padding-top: 4px;
}
div.Wmain_A div.Wmain_title div.Wmain_tc span{
	margin-left: 20px;
}
div.Wmain_A div.Wmain_title div.Wmain_tr{
	background: transparent url('../_gfx/window/corners.gif') repeat scroll -12px 0px;
	width: 6px;
	height: 23px;
	right: 0px;
	position: absolute;
}
/* domyslny font przeznaczony dla tresci okienka */
div.Wmain_A div.Wmain_content{
	font: normal 11px verdana,arial;
	border: 1px solid gray;
	background: #FDFDFD;
	height: 100%;
	position: relative;
	clip: rect(23px, auto, auto, auto);
	padding: 8px;
}
div.Wmain_A span.Wbutton{
	position: relative;
	float: right;
	cursor: pointer;
	margin-right: 2px;
}


div.excB{
	z-index: 95;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #FFFFFF;
	color: #000000;
	min-height: 400px;
}
div.excB div.excT{
	width: 60px;
	height: 20px;
	float: right;
	border: 1px solid #0000FF;
	position: relative;	
}
div.excB div.excC{
	font: normal 10px tahoma, arial,sans-serif;
	color: #333333;
	background: white;
	padding: 5px;
}
