/* - - - - - - - - - - - - - - - - - - - - -
URL : http://particletree.com/features/lightbox-gone-wild/
- - - - - - - - - - - - - - - - - - - - - */

.loading_img { margin: 145px 0 0 230px; }

.closebtn { position: absolute; top: 0; right: 0; background: red; display: none; }


#lightbox {
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:999999999;
	width:500px;
	height:400px;
	margin:-220px 0 0 -250px;
	border:1px solid #fff;
	background: #fff url(/images/lightbox_bg.gif) repeat-x right bottom;
	text-align:left;
	padding: 20px;
	border: 5px solid #62aeea;
	}

#lightbox h1 {
	font-size: 18px;
	color: #2b76b3;
	border-bottom: 1px dotted #2b76b3;
	margin: 0 0 15px 0;
	}
	
#lightbox[id] {
	position:fixed;
	display: none;
	}

#overlay {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:99999999;
	background-color:#000;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
	}

	
#overlay[id] {
	position:fixed;
	display: none;
	}

#lightbox.done #lbLoadMessage {
	display:none;
	}
#lightbox.done #lbContent {
	display:block;
	}
#lightbox.loading #lbContent {
	display:none;
	}
#lightbox.loading #lbLoadMessage {
	display:block;
	}

#lightbox.done img {
	
	}
	
	a.button {
	background: #f8b033 url(/images/button.jpg) repeat-x left bottom;
	border: 1px solid #e6bb5d;
	padding: 1px;
	color: #000;
	overflow: auto;
	margin: 0 10px 10px 0;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	clear: both;
	}
	
.button, .button_block {
	background: #f8b033 url(/images/button.jpg) repeat-x left bottom;
	border: 1px solid #e6bb5d;
	padding: 1px;
	color: #000;
	overflow: visible;
	width: auto;
	margin: 0 10px 10px 0;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	clear: both;
	}

.buttonLeft {
	background: #f8b033 url(/images/button.jpg) repeat-x left bottom;
	border: 1px solid #e6bb5d;
	padding: 1px;
	color: #000;
	overflow: visible;
	width: auto;
	margin: 0 10px 10px 0;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
	}

.button_block {
	display: block;
	}