/* LIGHTBOX */

.fadebox {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: auto;
    background-color: black;
    z-index:9001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
.overbox {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width:auto;
	height:auto;
	margin-top: -85px; 
	margin-left: -65px; 
    z-index:9002;
    overflow: false;
}

#over #light_box{
	background-color:#FFF;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	border:1px solid #FFF;
}


#over #light_box #content_preview{
	width:auto;
	background-color:#FFF;
	margin:0;
	padding:10px;
	text-align:left;
	overflow:auto;
}


#over #light_box #content_preview a{
	
}
#over .closePreview{
	position:relative;
	display:block;
	text-align:center;
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
	height:16px;
	width:40px;
	line-height:16px;
	margin:-15px 0 -1px 0;
	background:#FFF;
	padding:1px;
	float:right;
}






/*STYLES LIGHTBOXES*/

#over form{
	width:166px;
	height: auto!important;
	min-height:80px;
	height/**/:80px;
	margin:-5px 0 0 -5px;
}


#over form p{
	width:80px;
	height:24px;
	margin:0;
	padding:0;
}

#over #title{
	display:block;
	float:left;
	width:100%;
	height:19px;
	margin:-10px 0 5px 0;
	line-height:19px;
	background:#3CF;
	color:#FFF;
	padding:0 0 0 4px;
}

#over .btn{
	margin:4px 0 0 0;
	height:20px;
	float:left;
	line-height:20px;
}