.footer {
	padding: 0.5em;
}

.leightbox {
	text-align: center;
	display: none;
	position: absolute;
	padding: 1em;
	z-index:1001;
	overflow: auto;	
}

.loadingg {
	text-align: center;
	display: none;
	position: absolute;
	right: 120px;
	width: 450px;
	padding: 1em;
	z-index:1001;
	overflow: auto;
}


.leightbox button {
	margin: 10px 0;
	padding: 10px 0;
	width: 350px;
	font-size: 16px;
	cursor: pointer;
	font-weight: bold;
}

.download .leightbox {
	bottom: 30px;
}

.head_right .leightbox {
	top: 180px;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	-moz-opacity: 0.60;
	opacity:.60;
	filter: alpha(opacity=60);
}

.lightbox[id] { /* IE6 and below Can't See This */    position:fixed; }
#overlay[id] { /* IE6 and below Can't See This */    position:fixed; }

