/* CSS Document */
.title_h2 {
	padding:0 0 0 5px;
	width: 150px;
	font-size:13px;
	color:#d21c6f;
	font-family:Arial; 
}

.border_preview {
	border:2px #d21c6f solid;
	z-index:100;
	background:#ffffff;
	position:absolute;
}

#loader_container {
	width:150px;
	position:absolute;
	top:10px;
	text-align:center;
}
#loader {
	margin:0px auto;
	width:150px;
	display:block;
	padding:10px 0 10px 0px;
	font-family:arial;
	font-size:10px;
	color:#000000;
	text-align:left;
	z-index:255;
	background:#ffffff;
	border:1px #6a6a6a solid;
}

#loader_bg {
	width:150px;
	height:7px;
	left:8px;
	top:8px;
	font-size:1px;
	position:relative;
	background:#facdf1;
}

#progress {
	width:1px;
	height:5px;
	font-size:1px;
	left:0;
	top:1px;
	position:relative;
	background:#9d9d94;
}
.preview_temp_load {
	padding:0;
	vertical-align:middle;
	text-align:center;
}