* 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 {
	background: transparent url(../grafiken/basic/tooltip/close.gif) scroll right 0 no-repeat;
	float:right; width:16px; height:16px; cursor:pointer;
	
}
/* IE FIX */
* html .lb_close{float:none !important;}
*+html .lb_close{float:none !important;}

.lb_main { padding:15px 9px; font-size:12px;background: #fff url(../grafiken/basic/tooltip/cont_bg.gif) left top repeat-x; }
.lb_buttons {
	line-height:20px;
}
.lb_buttons a {
	color:#000;
}

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

