.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left:-315px;
	margin-top:-170px;
	width: 630px;
	height: 380px;
	padding: 0px;
	text-align: center;
	z-index:1001;
	overflow: auto;	   
	background-image:url(../Images/lightboxBackground.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }

.lightboxHeader
{
	text-align:right;
	padding:10px;
}

.lightboxContainer
{
	width:430px;
	height:195px;
	padding:20px;
	padding-top:40px;
	text-align:left;
	margin:20px auto;
	overflow:hidden;
}

.lightboxContent a,
.lightboxContent a:visited
{
	font-weight:bold;
	text-decoration:none;
}

.lightboxImage
{
	float:left;
	text-align:center;
	padding-right:18px;
	height:195px;
}

.lightboxRightContent
{
	text-align:left;
}

.lightboxLogo
{
	text-align:center;
	padding-bottom:1em;
}

a.lbAction
{
	border:solid 6px #6bc2e4;
	background-color:#fff;
	padding:6px;
	font-weight:bold;
	font-family: "Comic Sans MS", sans-serif;
	text-decoration:none;
	font-size:12px;
	text-transform:uppercase;
}

a.lbAction:visited
{
	text-decoration:none;
}
