.border_preview{ z-index: 100; position: absolute; text-align: center; background-color: #4F3331 }

.border_preview .preview_temp_load { vertical-align: middle; text-align: center; padding: 10px; }
.border_preview .preview_temp_load img{	vertical-align: middle; text-align: center; }

#loader_container { text-align: center; position: absolute; top: 40%; width: 100%}

.border_preview .title_h2 {
	font-size: 12px;
	color: #ccc;
	font-weight: bold;
	display: inline;
}

.border_preview #loader {
	font-family:Tahoma, Helvetica, sans;
	font-size:10px;
	color:#DFD2D1;
	background-color:#4F3331;
	padding:10px 0 16px 0;
	margin:0 auto;
	display: block;
	width:135px;
	border:1px solid #aaa;
	text-align:left;
	z-index:255;
}

#progress {
	height:5px;
	font-size:1px;
	width:1px;
	position:relative;
	top:1px;
	left:10px;
	background-color:#8F2B23;
}

#loader_bg {
	background-color:#DFD2D1;
	position:relative;
	top:8px;left:8px;height:7px;
	width:113px;font-size:1px;
}

