/* - - - - - - - - - - - - - - - - - - - - -

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:410px;
	height:313px;
	padding-top:145px;
	padding-left:15px;
	margin:-280px 0 0 -250px;
	border:1px solid #fff;
	background-color:#FDFCE9;
	background:url(/popup/vote/vote_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 input {
	color: #326e96;
	font-family: serif;
	font-size:18px;
	background-color:#badff3;
	border:#ffffff solid 1px;
	height:24px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	margin-bottom:7px;
}
#popbtn input {
	color: #326e96;
	font-family: serif;
	font-size:18px;
	background-color:#badff3;
	border:none;
	height:51px;
}
#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:204px;
height:52px;
background:url(/popup/vote/vote_btn.png) no-repeat;
border:none;
cursor:pointer;
border:0px;
position:absolute;
bottom:25px;
outline:none;
display:block;
}
#skip {
width:179px;
height:36px;
background:url(/popup/ning/skip_btn.png) no-repeat;
border:none;
cursor:pointer;
border:0px;
position:absolute;
right:6px;
bottom:7px;
outline:none;
}
