
.OverlayBoxContainer {
	z-index: 9500;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	overflow: auto;
}

.OverlayBoxContent {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight : normal;
	color: #333333;
	line-height: 14px;
	padding: 0px;
	margin: 30px;
	display: block;
}

.OverlayBoxBackground {
	position: absolute;
	display: none;
	z-index: 9000;
	left: 0;
	top: 0;
	width: 100;
	height: 100;
	background-color: #666666;
	cursor: pointer;
}

.OverlayBoxClose {
	position: absolute;
	display: none;
	z-index: 9900;
	margin-left: -15;
	margin-top: -15;
	width: 30;
	height: 30;
	background: transparent url('../images/bg/bg_close.png') no-repeat center;
	cursor: pointer;
}

#boxSelectImagesDivisions {
	display: block;
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	width: 220px;
	height: 450px;
	margin-right: 30px;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	border: 1px solid #c7c7c7;
	overflow: auto;
}

#boxSelectImagesList {
	display: block;
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	width: 515px;
	height: 450px;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	border: 1px solid #c7c7c7;
	overflow: auto;
}