div.download_btn { clear: both; background-image: url('gfx/download_btn.png'); margin-top: 5px; width: 104px; height: 21px; margin-left: auto; margin-right: auto; padding: 15px 20px 0px 20px; text-align: center; }

div.file_item {  background-repeat: no-repeat; background-position: 3px 3px; background-image: url('gfx/icon_file.png'); min-height: 12px; overflow: hidden; font: normal 10px Tahoma,Verdana,Arial; color: #743a2d; margin-top: 1px; letter-spacing: 1px; padding: 4px 4px 5px 20px; }
div.file_item:hover { color: #000000; cursor: pointer; }

.imageboxbckg{

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: #0a0a0a;
	/*
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
	*/
}