@charset "utf-8";
/* CSS Document */

a img {
	border:none;
}
#mask {
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	background-color:#000;
	display:none;
}
#box .window {
	position:fixed;
	left:0;
	top:0;
	width:300px;
	height:200px;
	display:none;
	z-index:9999;
	padding:0px;
}
#box #dialog {
	background-color:#181818;
	color: #CCC;
	width:300px;
	height:200px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#close {
	float: right;
}
#title-modal {
	font-size: 16px;
	color: #CCC;
	margin: 6px 0 6px 6px;
}
#close a {
	color: #999;
	text-decoration: none;
	outline:none;
}
.rad {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
	behavior: url(http://webo4ka.ru/Ucoz5/Adminka_Lite_v1/modal_okno/PIE.htc);
}
.shadow {
	-moz-box-shadow: #999 0px 0px 10px;
	-webkit-box-shadow: #999 0px 0px 10px;
	-khtml-box-shadow:#999 0px 0px 10px;
	box-shadow: #999 0px 0px 10px;
	behavior: url(http://webo4ka.ru/Ucoz5/Adminka_Lite_v1/modal_okno/PIE.htc);
}
