/*----------close button----------*/
a.lbAction {
	padding: 0 3px;
	text-decoration: none;
	font-family: arial;
	font-size: 20px;
	font-style: bold;
	float: right;
	position: absolute;
	top: -6px;
	right: -6px;
	color: #000000;
	border: 2px solid #8A0829;
	background: #f2f2f2;
	z-index: 102;
}
a.lbAction:hover {
    font-family: arial;
	font-size: 20px;
	font-style: bold;
	background: #f2f2f2;
	border: 2px solid #666666;
}
a.lbAction:active {
    font-family: arial;
	font-size: 20px;
	font-style: bold;
	background: #f2f2f2;
}


/*----------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: -220px 0 0 -300px;
	width: 600px;
	height: 470px;
	padding: 0;
	border: 0px solid #8A0829;
	background: #f2f2f2 url(destaques.gif) no-repeat top;
	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.40;
	opacity: .40;
	filter: alpha(opacity=40);
}

div.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }
div#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }