/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
Modified By: Noah Winecoff (http://www.findmotive.com)
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */


#lightboxEE{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:999999;
	text-align:left;
}
#lightboxEE[id]{
	position:fixed;
}


.roundcont {
	width: 250px;
	background-color: #f90;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(/images/popup_tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(/images/popup_br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}


#overlayEE{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlayEE[id]{
	position:fixed;
}

#lightboxEE.done #lbLoadMessage{
	display:none;
}
#lightboxEE.done #lbContent{
	display:block;
}
#lightboxEE.loading #lbContent{
	display:none;
}
#lightboxEE.loading #lbLoadMessage{
	display:block;
}

#lightboxEE.done img{
	width:100%;
	height:100%;
}