#preview_div{
	display: none;
	position: absolute;
	z-index:110;
}
#loader_container {
	text-align:center;
	position:absolute;
	top:40%;
	width:100%}
#loader {
	font-family:Tahoma, Helvetica, sans;
	font-size:10px;
	color:#000000;
	background-color:#FFFFFF;
	padding:10px 0 16px 0;
	margin:0 auto;
	display:block;
	width:135px;
	border:1px solid #6A6A6A;
	text-align:left;
	z-index:255;
}
#progress {
	height:5px;
	font-size:1px;
	width:1px;
	position:relative;
	top:1px;
	left:10px;
	background-color:#9D9D94
}
#loader_bg {
	background-color:#EBEBE4;
	position:relative;
	top:8px;
	left:8px;
	height:7px;
	width:113px;
	font-size:1px}

.border_preview{
	z-index:100;
	position:absolute;
	background-color: rgb(39,51,67);
	border: 1px solid rgb(160,160,160);
	
	/*width:auto !important;*/
	/*min-width:450px;*/
	/*max-width:450px;*/
	
	/*height:auto !important;*/
	/*min-height:480px;*/
	/*max-height:480px;*/
}
*html div.border_preview{
	/*width:450px;*/
	/*height:450px;*/
}

.title_h2 {
	font-size:12px;
	font-family:Verdana,Arial,Helvetica,Sans-serif,sans-serif;
	color:rgb(190,190,190);
	text-align:center;
	padding:12px;
}


.preview_temp_load {
	vertical-align:middle;
	text-align:center;
	padding: 8px 10px 17px 10px;
}