/*----------close button----------*/
a.lbAction {
	padding: 0 3px;
	text-decoration: none;
	float: right;
	position: absolute;
	top: -20px;
	right: -20px;
	color: #000000;
	border: 5px solid #000000;
	background: #CCCCCC;
	z-index: 102;
}
a.lbAction:hover {
	background: #FFFFFF;
}
a.lbAction:active {
	background: #999999;
}


/*----------popup div styling----------*/
div.leightbox {
	color: #333;
	display: none; /* toggle display to show/hide the popups when designing & previewing */
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -200px;
	width: 400px;
	height: 200px;
	padding: 0;
	border: 1em solid #336699;
	background: #FFFFFF;
	z-index: 101;
	overflow: none;	
}
div.scrollbox {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: auto;
	padding-top: 70px;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Geneva, Helvetica, SunSans-Regular, sans-serif;	
}
div#overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color:#000000;
	-moz-opacity: 0.60;
	opacity: .60;
	filter: alpha(opacity=60);
}

div.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }
div#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }
