/* general-use lightbox */

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:500px;
	margin:-280px 0 0 -250px;
	background:#ffffff;
	border: double 5px red;

}
#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.6;
	opacity:.60;
	filter: alpha(opacity=60);
}
#overlay[id]{
	position:fixed;
}

.lightbox_green
{
	color: purple;
}

.lightbox_text
{
	color: purple;
	font-size: 13px;
	text-align: left;
	vertical-align: bottom;
}

.lightbox_text_small
{
	color: #D78203;
	font-size: 10px;
	text-align: left;
	vertical-align: bottom;
}

/* ultimate quiz basket lightbox */

#lightbox_basket{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:600px;
	height:350px;
	margin:-220px 0 0 -300px;
	background:#ffffff;
	border: double 5px #5C289B;

}
#lightbox_basket[id]{
	position:fixed;
}

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

.lightbox_text_basket
{
	color: #5C289B;
	font-size: 13px;
}

/* anti-bot lightbox */

#lightbox_anti_bot{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:400px;
	height:350px;
	margin:-220px 0 0 -200px;
	background:#ffffff;
	border: double 5px #5C289B;

}
#lightbox_anti_bot[id]{
	position:fixed;
}

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