.overlay_lebkuchen {
	background-color: #000000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.lebkuchen_nw {
	background: transparent url(lebkuchen/left-top.gif) no-repeat 0 0;			
  width:10px;
  height:25px;
}

.lebkuchen_n {
  background: transparent url(lebkuchen/top-middle.gif) repeat-x 0 0;			
  height:25px;
}

.lebkuchen_ne {
  background: transparent url(lebkuchen/right-top.gif) no-repeat 0 0;			
  width:10px;	  
  height:25px;
}

.lebkuchen_w {
  background: transparent url(lebkuchen/frame-left.gif) repeat-y top left;			
  width:7px;
}

.lebkuchen_e {
  background: transparent url(lebkuchen/frame-right.gif) repeat-y top right;			
  width:7px;	  
}

.lebkuchen_sw {
  background: transparent url(lebkuchen/bottom-left-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.lebkuchen_s {
  background: transparent url(lebkuchen/bottom-middle.gif) repeat-x 0 0;			
  height:7px;
}

.lebkuchen_se, .lebkuchen_sizer  {
  background: transparent url(lebkuchen/bottom-right-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.lebkuchen_sizer {
	cursor:se-resize;	
}

.lebkuchen_close {
	width: 23px;
	height: 23px;
	background: transparent url(lebkuchen/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.lebkuchen_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(lebkuchen/button-min-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.lebkuchen_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(lebkuchen/button-max-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.lebkuchen_title {
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif, "Arial Black"; font-weight:bold;
	height:14px;
	font-size:14px;
	text-align:left;
	margin-top:-1px;
	width:100%;
	color:#ffffff;
}

.lebkuchen_content {
	overflow:hidden;
	color: #000;
	font-family: Arial, sans-serif;
  font: 14px arial;
	background:#FFF;
}
.lebkuchen_content iframe {
	overflow:hidden;
	display: block;
}

.lebkuchen_content div.cutter {
	overflow:hidden;
	text-align:center;
}

/* For alert/confirm dialog */
.lebkuchen_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
	z-index:300;
}

.lebkuchen_message {
  font: 14px arial;
	text-align:center;

}

.lebkuchen_buttons {
	text-align:center;
	width:100%;
}

.lebkuchen_buttons input {
	width:20%;
	margin:10px;
}

.lebkuchen_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('alert/progress.gif') no-repeat center center
}

.lebkuchen_wired_frame {
	background: #FFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	
}


