#blanket {
	background-color: #111;
	opacity: 0.65;
	filter: alpha(opacity=65);
	position: absolute;
	z-index: 9001;
	top: 0px;
	left: 0px;
	width: 100%;
}

#popUpDiv {
	position: absolute;
	left: 0;
	top: 200px;
	width: 600px;
	height: 300px;
	border-style: solid;
	border-width: 4;
	border-color: blue;
	background-color: #eeeeee;
	padding: 5px;
	color: red;
	z-index: 9002;
}

.popup {
	position: absolute;
	left: 200;
	top: -425px;
	width: 610px;
	height: 350px;
	/*border-style: solid;
	border-width: 1;
	background-color: #000;
	
	opacity: 0.65;
	filter: alpha(opacity=65);
	*/
	padding: 5px;
	color: #FFF;
	z-index: 2;
	visibility: hidden;
}

.boxcaption {
	background:#000 url(images/box.gif) 0 0 no-repeat;
	padding:6px 12px;
	border-bottom:1px solid #CCC;
	opacity: 0.65;
	filter: alpha(opacity=65);
}
.boxcaption h3 {
	font-size:12px;
	font-family:Verdana,"BitStream vera Sans";
	letter-spacing:0em;
}
.box {
	background:#000 url(images/box.gif) 100% 100% no-repeat;
	padding:8px 12px;
	margin-bottom:10px;
	opacity: 0.65;
	filter: alpha(opacity=65);
}
.box table, .box tr, .box td {
	background-color: transparent;
}
.box td {
	border: 1px solid #CCCCCC;
}