/*
	- Система окон - статьи
*/

#wnsaclid_layer {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10001;
}
#wnsaclid_bg {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 10003;
	background-color: #000000;
}
#wnsaclid_box {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10004;
}
#wnsaclid_visual {
	position: relative;
	width: 600px;
	z-index: 10005;
	background-color: #ffffff;
	border: 1px solid #555555;
}
.wnsaclcl_title {
	width: 560px;
	padding: 20px;
	padding-bottom: 25px;
	font-weight: bold;
	font-size: 22px;
}
.wnsaclcl_body {
	width: 560px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.wnsaclcl_button {
	width: 560px;
	padding: 20px;
	padding-top: 5px;
	text-align: right;
}
.wnsaclcl_button a {
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	margin-left: 15px;
}
.wnsaclcl_error_text {
	font-weight: bold;
	color: #cc0000;
}