
body{
	padding:0px;
	margin:0px;
}
#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9998;
	width:500px;
	height:400px;
	margin:-220px 0 0 -250px;
	background:white;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:900%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.9;
	opacity:.90;
	filter: alpha(opacity=90);
	-khtml-opacity: 0.9;
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	height:100%;
	display:block;
}
#lightbox.loading #lbContent{
	height:100%;
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

body {
	background-color: transparent;
}
.lb {
	
}
.lb-header {
	background-color: #00253e;
	margin: auto;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding: 7px 15px;
	height: 20px;
	behavior: url(/libs/pie/PIE.php);
}
.lb-title {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
#lbContent{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.lb_content_wrap {
	background-color: #eeeeee;
	width:100%;
	min-height: 100px;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	overflow: hidden;
	padding-bottom: 10px;
	behavior: url(/libs/pie/PIE.php);
}

.lb_h1 {
    color: #FFFFFF;
    font-size: 20px;
    margin-left: 16px;
    margin-top:4px;
    text-align: left;
	font-family: Arial, sans-serif;
}

.lb_header {
    background-color: #6a6a6b;
    height: 31px;
    margin:auto;
    border-top:2px white solid;
}

.lb_headerR {
	float:right;
	height:31px;
	width:5px;
	}

.lb_headerL {
	float:left;
	height:31px;
	width:5px;
	}
	
.lb_footer {	
	margin-bottom:20px;
	height:4px;
	font-size:0px;
	background-color: #eeeeee;
	}

.lb_footerR {
	float:right;
	width:5px;
	height:4px;
	background-color: #eeeeee;
	}
	
.lb_footerL {
	float:left;
	width:5px;
	height:4px;
	background-color: #eeeeee;
	}
	
.lb_Cancel {
	float:right;
	}
	
.lb_btnClose {
	width: 16px;
	height: 16px;
	background: url('../images/icn_del_white.png');
	background-repeat: no-repeat;
	cursor: pointer;
	margin-top: 3px;
	}
	
#lightbox.done #lbContent{
	height:100%;
	display:block;
}
#lightbox.loading #lbContent{
	height:100%;
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

.lb {
	background:#eee;
	-webkit-box-shadow: rgba(0, 0, 0, 0.699219) 0px 0px 30px;
	-moz-box-shadow: rgba(0, 0, 0, 0.699219) 0px 0px 30px;
	box-shadow: rgba(0, 0, 0, 0.699219) 0px 0px 30px;
	height:100%;
}

#lbContent{
	width:100%;
	height:100%;
	overflow: hidden;
	border-radius: 2px;
	-moz-border-radius:2px;
	-webkit-box-shadow: 0 0 2px 7px #4d4d4d;
	-moz-box-shadow: 0 0 2px 7px #4d4d4d;
	box-shadow: 0 0 2px 7px #4d4d4d;
	-moz-box-shadow: 0 0 2px 7px #4d4d4d;
	-webkit-box-shadow: 0 0 2px 7px #4d4d4d;
	behavior: url(/libs/pie/PIE.php);
}