/*-Lightbox-------------*/

#lightbox {
	display: none;
	z-index: 9999;
	left: 50%;
	margin: -220px 0px 0px -250px;
	width: 500px;
	position: absolute;
	top: 50%;
	height: 300px;
	border: #4c64ce 1px solid;
	background: #1b2a6f repeat-x bottom url(/images/lbox_bg.gif);
	color: #fff;
	text-align: left;
}

#lightbox[id] {
	position: fixed
}

#overlay {
	display: none;
	z-index: 5000;
	filter: alpha(opacity=80);
	left: 0px;
	width: 100%;
	position: absolute;
	top: 0px;
	height: 100%;
	background-color: #000;
	moz-opacity: 0.8;
	opacity: .80
}

#overlay[id] {
	position: fixed
}

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

#lightbox #xhdr {
	padding: 1px;
	position: relative;
	float: right;
}

#lightbox #lboxbtm {
	bottom: 0px;
	position: absolute;
	background: #1b2a6f repeat-x bottom url(/images/lbox_bg2.gif);
	height: 43px;
	width: 100%
}

#lightbox #cbtn {
	margin-top: 8px;
	margin-right: 4px;
	position: relative;
	float: right;
}

#lightbox h1 {
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	padding-top: 6px;
	padding-left: 38px;
	text-align: left;
}

#lightbox #lboxhdr {
	margin-top: 4px;
	margin-left: 4px;
	height: 38px;
}

#lightbox #lboxnotice {
	background:url(/images/icon_notice.gif) left top no-repeat;
}

#lightbox #lboxerror {
	background:url(/images/icon_error.gif) left top no-repeat;
}

#lightbox #lboxok {
	background:url(/images/icon_ok.gif) left top no-repeat;
}

#lightbox .text {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	padding-top: 5px;
	padding: 2px;
	border-top:#32469c solid 1px;
}