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

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

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

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

#modal_lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	margin:-280px 0 0 -280px;
	background-color:#E6E4E4;
	text-align:left;
}
#modal_iframe body, #lbOptinFormWrapper{
	border: 10px solid #ffffff;
	background-color:#E6E4E4;}

#lightbox[id]{
	position:fixed;
}

#modal_overlay{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000000;
	opacity: 0.6;filter: alpha(opacity=60);
}
#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{

}

#lightbox.done{
	width:566px;
	height:535px;
/*	background-image: url(/images/base/joinThanks.jpg); */
	background-repeat: no-repeat;
}

#join * {
}

#join {
	padding:0;
	font-family: arial;
}

#joinThanks {
	background-image: url(/images/base/joinThanks.jpg);
	background-repeat: no-repeat;
}



#join form {
	margin:0;
	padding:0;
}

#join span {
	font-size:12px;
}

#join input, #join select {
	height:17px;
}
.lbAction{
	color:#636363;
}