 body {
		margin:0px;
		padding:0px;
	}
 
 /* WINDOW */
	.win {
		background:url(imgs/box_back.jpg) #EFF0FF bottom repeat-x; 
		position:absolute;
		left:50px;
		top:10px;
		border:1px solid #b1bbc2; 
		color:#4b4f5f;
		margin:0px; 
		padding:0px; 
		font-family:Arial, Helvetica, sans-serif; 
		font-size:11px; 
		text-align:left; 
		width:500px /* pouze pro test*/
	}
	.win h2 {
		background:#111;
		font-size:12px;
		font-weight:bold; 
		padding:0px; 
		margin:0px; 
		color:#FFF; 
		line-height:30px; 
		height:30px; 
		border-bottom:1px solid #beccd5; 
		text-align:center;
		position:relative;
	}
	
	.win h2 .ClsButton {
		width:15px;
		height:15px;
		line-height:15px;
		background:#333;
		border:1px solid #aaa;
		position:absolute;
		top:5px;
		right:5px;
		text-align:center;
		cursor:hand
	}
	
	.win h2 .MinButton {
		width:15px;
		height:15px;
		line-height:10px;
		background:#6699CC;
		border:1px solid #003F81;
		position:absolute;
		top:5px;
		right:22px;
		text-align:center;
		cursor:hand
	}
	
	.win h2 span {
		/*logo*/
	}
	.win h3 {
		font-size:12px; 
		font-weight:normal; 
		width:300px; 
		margin-left:auto; 
		margin-right:auto; 
		font-style:italic
	}

	.bgmask {
		position:absolute;
		left:0px;
		top:0px;
		margin:0px;
		padding:0px;
		background:#000;
		opacity:0.4;
		filter:alpha(opacity=40);
		width:100%;
		border:none;
		border-width:0px
	}
	
	.win .closeButton {
		position:absolute;
		right:6px; 
		top:6px; 
		width:15px; 
		height:15px; 
		background-image:url(imgs/closebtn.gif); 
		cursor:hand
	}
	
   	
.win p {margin:0px;padding:0px;}
.win label {margin:0px;padding:0px;}
