/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightbox{
	display:none;
	position: absolute;
/*	top:50%;
	left:50%;	*/
	z-index:9999;
/*	width:500px;
	height:400px;
	margin:-220px 0 0 -250px;	
/*	margin:-200px 0 0 -250px;	*/
/*	width:314px;
	height:209px;*/
/*	margin:-124px 0 0 -157px;	
	border:1px solid #fff;	*/
/*	background:#FDFCE9;	*/
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

.login{
	width:496px !important;
	height:282px !important;
	margin:-161px 0 0 -248px;	
	top:50%;
	left:50%;
}
.forgot{
	width:314px !important;
	height:209px !important;
	margin:-124px 0 0 -157px;	
	top:50%;
	left:50%;
}
.register{
	width:609px !important;
	height:600px !important;
	/*	margin:-367px 0 0 -305px;	*/
	margin:0 0 0 -305px;
	top:0;
	left:50%;
}

.register #RegisterWrap {
	position: relative;
}

.register #RegisterScroll {
	overflow-y: scroll !important;
	overflow-x: hidden !important;
	position: absolute;
	top: 33px;
	right: 16px;
	left: 13px;
	height: 552px;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
/*	background-color:#000; */
	background-color:#333333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}