/* - - - - - - - - - - - - - - - - - - - - -

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:395px;
	height:158px;
	padding-top:227px;
	padding-left:30px;
	margin:-280px 0 0 -250px;
	border:1px solid #fff;
	background-color:#FDFCE9;
	background:url(/custom/images/popup_bg.jpg) top left no-repeat;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	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);
}
#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%;
}
#lightbox #lbform_signup input {
	color: #326e96;
	font-family: serif;
	font-size:18px;
	background-color:#ffffff;
	border:#c3cbd0 solid 1px;
	height:20px;
	width:171px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	margin-bottom:7px;
}
#lightbox #lbform_signup #popbtn input {
	color: #326e96;
	font-family: serif;
	font-size:18px;
	background-color:#badff3;
	border:none;
	height:43px;
	width:177px;
}
#phonecell {
padding-top:0px;
margin-top:0px;
}
#txt {
width:313px;
height:58px;
background:url(/popup/pop_text.png) no-repeat;
border:none;
border:0px;
position:relative;
outline:none;
}
#submitbtnpop{
width:177px;
height:43px;
background:url(/custom/images/submit_btn.jpg) no-repeat;
border:none;
cursor:pointer;
border:0px;
position:absolute;
right:27px;
bottom:43px;
outline:none;
display:block;
}
#skip {
width:135px;
height:30px;
background:url(/custom/images/close_btn.jpg) no-repeat;
border:none;
cursor:pointer;
border:0px;
position:absolute;
right:6px;
bottom:7px;
outline:none;
}