﻿/*----------close button----------*/
a.lbAction {
    /*background: #FFFFFF; 
    color: #000000;
    font-weight: bold; */
    text-decoration: none;
    text-align: right;
    /*width: 70px;
    height: 18px;
	bottom: 5px;
	right: 5px;
    float: right;  
    font-size: 1.0em;  
    position: absolute;    
    z-index: 102; */ 
    /* border: 1px solid #d71120;  
    -webkit-box-shadow: 0px 0px 5px #000;  
    -moz-box-shadow: 0px 0px 5px #000;  
    box-shadow: 0px 0px 5px #000; 
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;  
    border-radius: 3px;*/ 
}
/*
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: 295px;
	height: 280px;
	border: 1em solid #000000;*/
	padding-top: 0px;/*5*/
	padding-left: 0px;/*5*/
	background: #FFFFFF;
	z-index: 101;
	overflow: none;
		
	
	/*display: none; 
    background: #fff;  
    padding: 20px;  
    border: 20px solid #ddd;  
    float: left;  
    font-size: 1.2em;  
    position: fixed;  
    top: 40%; left: 40%;  
    z-index: 99999;  
    -webkit-box-shadow: 0px 0px 20px #000;  
    -moz-box-shadow: 0px 0px 20px #000;  
    box-shadow: 0px 0px 20px #000;  
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px;  
    border-radius: 10px;*/  
	
}
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:/*#6f6b6a;*/#000;
	-moz-opacity: 0;/*.50*/
	opacity: .0;/*.50;.80;*/
	filter: alpha(opacity=5);/*50, 80;*/
}

div.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }
div#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }