﻿#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height:100%;
	background-color: #000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.6;
	opacity: 0.6
}

.floatDivs{	
	position:absolute; 
	width:950px;
	height:588px;
	margin:0px; 
	z-index:1000;
	background:#FFF; padding:0px;
	border:1px solid #6b97c1;
	overflow:hidden
}

.floatDivs .divTitle{
	background:#ff00ff url(pupop_bg.png) repeat-x; cursor: move;
	height:28px;
	line-height:28px
}
.floatDivs .divTitle strong {
	FONT-SIZE: 13px; float: left; margin: 0px;overflow:hidden;color: #ffffff;text-indent:8px;line-height:28px;height:28px
}
.floatDivs .divTitle a.BUTTONS {
	border:0px;background: url(pupop_bg.png) no-repeat 0px -30px;float:right;width:34px;line-height:20px;margin-right:5px;height:19px;cursor:hand;text-indent:-999px
}
.floatDivs .divTitle a.BUTTONS:hover {
	background: url(pupop_bg.png) no-repeat -37px -30px;cursor: hand
}
.floatDivs .divContent{
	padding:0px; 
	min-height:560px;
	height:560px; cursor:default; overflow:hidden
}