* html body {
	position:relative;
}

#lboxbg{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:999;
	background-color:#000000;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}
#lboxbg[id]{
	position:fixed;
}

.lightbox .confirm { background-color:#ffffff; border:1px solid #444444; width:300px; }
.lb_top { background-color:#444444;padding:3px 9px; }
.lb_title { float:left; font-weight:normal; font-size:12px;color:#ffffff; }
/*.lb_close { float:right; background-color:red; width:16px; height:16px; cursor:pointer; }*/
.lb_main { padding:15px 9px; font-size:12px;background: url(../grafiken/basic/tooltip/cont_bg.gif) left top repeat-x; }
.lb_buttons { }

.lightbox .waiting { background-color:#ffffff; border:1px solid #444444; width:32px; padding:16px; }
