/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightboxPop{
	display:none;
	position: absolute;
	z-index:9999;
	width:556px;
	/*height:431px;*/
	top: 50%;
	left: 44%;
	margin:-220px 0 0 -180px;
	text-align:left;
}
/*#lightboxPop[id]{
	position:fixed;
}*/

#overlayPop{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#fff;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlayPop[id]{
	position:fixed;
}

#tipsPopup {
	width: 556px;
	height: 431px;
}

#tipsPopup .closeButton {
	padding: 15px 0px 0px 500px;
}

#tipsPopup .hdr {
	padding: 35px 0px 0px 25px;
}

#tipsPopup li {
	list-style-type: decimal;
	list-style-image: none;
	margin-bottom: 15px;
}

#submitPopup {
	width: 556px;
	height: 641px;
}

#submitPopup .closeButton {
	padding: 15px 0px 0px 500px;
}

#submitPopup .hdr {
	padding: 35px 0px 0px 25px;
}

#submitPopup li {
	list-style-type: decimal;
	list-style-image: none;
	margin-bottom: 15px;
	font-size: 10px;
}

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

/*#lightboxPop.done img {
	width:100%;
	height:100%;
}*/
