.ug_overlay {
	background: transparent;
	top: 0;
	left: 0;
	width: 2000px;
	height: 2000px;
	position: absolute;
	z-index: 100000;
	opacity: .7;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity:.70;
	background-color: #232323;
	
}


.ug_anker {

	text-align: center;
	
/*	background-image: url(images/background.gif); 
*/	background-repeat: repeat;
	
	background: white;
	padding: 30px;
	margin-top: 100px;

	left: 50%;
	width: 700px;
	margin-left: -350px;
	position: absolute;
	z-index: 100001;		

	border: solid #232323 10px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.ug_table {
	margin-top: 5px;
	text-align: left;
	width: 100%;
}

.ug_titel {
	margin: 0px;
	margin-bottom: 8px;
	padding: 5px;
	text-align: center;
	border: 1px solid black;
}
.ug_titel label {
	font-size: 14px;
	font-style: bold;
	
}

.ug_seq_titel {
	font-size: 14px;
	font-style: bold;
	color: #F29921;
}

.closeBtn {
	color: white;
	position: absolute;
	border: 1px solid white;
	margin-top: -90px;
	padding: 5px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	cursor: pointer;
}

.openNewWin {
	position: absolute;
	right: 0px;
	margin-top: -60px;
	font-size: 12px;
}
.ug_pointme {
	cursor: pointer;
	
}