/*----------close button----------*/
a.lbAction {
	padding: 0 3px;
	text-decoration: none;
	float: right;
	position: absolute;
	top: -16px;
	right: -1px;
	color: Orange;
	border: 1px solid #AFAFAF;
	background: #000000;
	z-index: 102;
}
a.lbAction:hover {
	background: #cccccc;
	color: Black;
}
a.lbAction:active {
	background: #555555;
	color: Black;
}


/*----------popup div styling----------*/
div.leightbox {
	color: #ccc;
	display: none; /* toggle display to show/hide the popups when designing & previewing */
	position: absolute;
	top: 281px;
	left: 897px;
	margin: -250px 0 0 -200px;
	width: 254px;
	height: 241px;
	padding: 0;
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
	z-index: 101;
	overflow: none;	
}
div.scrollbox {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	text-align: left;
	overflow: auto;	
}
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;    }
