#lightbox1 h1 {
	margin:0;
	padding:0;
	}

.leightbox {
	color:#333333;
	display:none;
	font-family:Arial,Helvetica,sans-serif;
	left:50%;
	margin-left:-290px;
	margin-top:-200px;
	position:absolute;
	top:50%;
	width:580px;
	z-index:1001;
	}

.right {
	float:right;}

#popup_top {
	background:transparent url(/images/design/popunder/top.gif) no-repeat scroll 0 0;
	color:#FFFFFF;
	height:8px;
	}

#popup_bottom {
	background:transparent url(/images/design/popunder/bottom.gif) no-repeat scroll bottom;
	color:#FFFFFF;
	height:8px;
	width:100%;
	float:left;
	}

#popup_cont {
	background:url(/images/design/popunder/popup_cont_bckg.jpg) repeat-x #f0f0f0;
	border:2px solid #dd0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	border-top:none;
	padding:25px 15px 5px 15px;
	float:left;
	width:546px;
	}
	
#popup_cont h1 {
	font-size:18px;}
	
#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#332;
	-moz-opacity: 0.3;
	opacity:.30;
	filter: alpha(opacity=30);
}

.lightbox[id] {
	position:fixed;
}

#overlay[id] {
	position:fixed;
}

a.green_b, a.grey_b {
	display:block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:16px;
	text-decoration:none;}

a.green_b {
	background: url(/images/design/popunder/green_b.jpg) no-repeat;
	width:200px;
	height:38px;
	padding:14px 0 0 38px;
	margin:10px 23px;}
	
a.grey_b {
	background: url(/images/design/popunder/grey_b.jpg) no-repeat;
	width:181px;
	height:38px;
	padding:14px 0 0 45px;
	margin:10px 0px;}

.clear {
	clear:both;}
