#mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999998;
	background-color: #3F3F3F;
	display: none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  /* width:600px; */
  height:390px;
  display:none;
  z-index:999999;
  padding:20px;
}

#boxes #dialog {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: url(img/notice.png) no-repeat 0 0 transparent;
	width: 570px;
	height: 420px;
	padding: 45px 30px 20px 40px;
}
#boxes #dialog p.txt1 {
	font-size: 12px;
	font-weight: bold;
	color: Gray;
	margin: 10px 0px 5px 0px;
	padding: 0;
}
#boxes #dialog ul {
	margin: 5px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
}
#boxes #dialog li{
	margin: 5px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	list-style: none url(img/taoxlinkli.gif);
}
.linkodk:link, .linkodk:active, .linkodk:visited {
	color: Maroon;
	text-decoration: underline;
}
.linkodk:hover {
	color: black;
}
.linktaoxlogo {
	float: left;
	width: 55px;
}
.linkzavrit {
	float: right;
	width: 55px;
}
.linkclear {
	clear: both;
}
.close {
	margin: 0px;
	border: 1px solid Maroon;
	background: #D1D1D1;
	font-size: 11px;
	color: Black;
}