/* HuG Hausfarbe: #009cdf */
/* in dieser Datei NUR Abweichungen von standard.css -> Megamaster */

.standard-text .head .icons {
    width:63px;
}

.dialog2ErrDD {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight : normal;
	font-size: 11px;
	color : #000000;
	border: 1px solid #F90808;
	background-color: #FA8A8A;
	padding-left: 3px;
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.2;
	opacity:.20;
	filter: alpha(opacity=20);
}

.white_content {
	display: none;
	position: absolute;
	bottom: 100px;
	left: 0px;
	width: 100%;
	height: auto;
	padding: 15px;
	background-color: white;
    border:2px soild #ff0000;
	z-index:1002;
	overflow: auto;
}