
#SUR_overlay 
{
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	z-index: 100;
	width:  100%;
	height: 100%;
	background-color: #000000;
	filter: alpha(opacity=20); 
	moz-opacity: 0.2; 
	opacity: 0.2;
}

#SUR_container 
{
	position: absolute;
	border: 3px solid #888888;
	z-index: 150;
	background-color: #FFFFFF;	
}
	
#SUR_window 
{
	overflow:hidden;
}

#SUR_frame
 {
  overflow:auto;
  width: 100%;
}

#SUR_caption img 
{
	float:right;
	background-color: #FFFF00;
 	margin: 10px;
	cursor: pointer;
    cursor: hand;
}

