﻿.CkBox
{
	position: absolute;
	border: 3px solid #ddd;
	overflow: hidden;
	width: 400px;
	height: 400px;
	background: #FFF;
	display: none;
	z-index: 99;
}

.CkBox .ckboxBar
{
	line-height: 28px;
	border-bottom: 1px solid #ddd;
	padding-left: 5px;
	font-weight: bold;
	background: url(/images/bgx.png) repeat-x 0px -224px;
	color: #333;
	font-family:Arial;
	font-size:12px
}
.CkBox .ckboxCon
{
	width: 400px;
	height: 365px;
	overflow: auto;
	clear: both;
	font-size:12px;
}
.CkBox .ckboxCon a
{
	cursor: pointer;
	background: url(/images/bgt.gif) no-repeat -314px -104px;
	padding-left: 15px;
	line-height: 20px;
	height: 20px;
}

.CkBox .ckboxBar a
{
	margin: 0px;
	float: right;
	width: 28px;
	height: 28px;
	background: url(/images/bgt.gif) no-repeat -95px 10px;
	display: block;
	cursor: pointer;
}
.CkBox .ckboxBar a:hover
{
	background: url(/images/bgt.gif) no-repeat -59px 10px;
}
.CkBox .nnRoot
{
	width: 50%;
	display: block;
	float: left;
}
.CkBox .nnChild
{
	margin-left: 20px;
}
.overlay
{
	background-color: #000;
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: 0.25;
	z-index: 90;
	display: block;
	position: absolute;
}
