.LB_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	z-index:99;
}

.LB_window {
	position: absolute;
	background: url(/web/images/misc/confirm.gif) no-repeat;
	color:#000000;
	display:none;
	z-index:999;
	width: 420px !important; 
	height: 221px !important; 
	/*
	left: 50%;
	margin-left: -210px;
	*/
}

.LB_iframe {
	width:100%;
	height:100%;
	border:none;
}

.LB_window #codebox {
   width: 420px;
   height: 80px;
   margin: 0 65px 15px 65px;
   border: 1px dotted #666;
   overflow: auto;
}

.LB_window label {
   margin: 0;
}

div.alertContent {
	padding:40px 10px 10px 10px;
	font-size:17px;
	font-weight:100;
	color:#41090D;
	text-align:center;
}

.LB_caption {
	height:25px;
	padding:10px 30px 10px 25px;
	float:left;
   	width: 100%;
}

#LB_closeWindow {
	height:25px;
	padding:10px 25px 10px 0;
	float:right;
}

.LB_closeAjaxWindow {
	padding: 7px 9px 0 0;
	height:25px;
	width:auto;
}

.LB_closeAjaxWindow span {
	font-weight: bold;
	position: absolute;
	left: 10px;
	top: 5px;
	display: none;
}

.LB_closeAjaxWindow a {
	text-indent:-999em;
	background:url(/web/images/misc/confirm-close.gif) no-repeat;
	width:30px;
	height:26px;
	float:right;
	border:none;
}

.LB_content {
	overflow:auto;
	padding:0px;
}

.LB_content div.alert-content {
	font-size:17px;
	padding:15px 0 5px 10px;
}

.LB_content input.confirm {
	width: 106px;
	height: 39px;
	margin: 0 5px;
	background: url(/web/images/misc/confirm-button.gif) no-repeat;
	overflow: visible;
	border: 0;
	font: bold 14px "Trebruchet MS", Arial, Helvetica, sans-serif; 
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #fff;
	cursor:pointer;
}

.LB_content div {
	font: normal 28px "Trebruchet MS", Arial, sans-serif;
	color: #2d2e2e;
	text-align: center; 
	height: 85px;
	line-height: 65px;
}