#editmode {
	width: 100%;
	float: left;
	border: 3px dotted red; 
	padding: 5px;
}

#blanket9999 {
   background-color:#111;
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;   
   position:absolute;
   z-index: 9001;
   top:0px;
   left:0px;
   width:100%;
}

#popUpDiv9999 {
	background: #fff; /*  url('/etVERBUM/images/etVERBUM.png') no-repeat center top; */
	border: 5px solid #A91219;
	padding:25px;
	padding-top: 25px;
	top:0px;
	left:0px;
	width:300px;
	height:200px;
	z-index: 9999;
	/* here */
}
