body { background-color:#000000; margin:0px; padding:0px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#544441; }
td { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#544441; }
p { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#544441; }
div { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#544441; }
img { border:none; }
h1 { margin:0px; padding:0px 0px 10px 0px; font-family: Arial, Helvetica, sans-serif; font-size: 18px; color:#2c1814; }
h2 { margin:0px; padding:0px 0px 10px 0px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#2c1814; }

form { margin:0px; padding:0px; }

.size8 { font-size:8px; }
.size9 { font-size:9px; }
.size10 { font-size:10px; }
.size11 { font-size:11px; }
.size12 { font-size:12px; }
.size13 { font-size:13px; }
.size14 { font-size:14px; }
.white { color: #ffffff; }
.brown { color:#544441; }
.dark { color:#2c1814; }
.green { color: green; }
.orange { color: #ff5d3d; }

.normal { font-weight:normal; }
.vertical { writing-mode: tb-rl; filter: flipv fliph; }

.clk { cursor:pointer; }
.bot { vertical-align:bottom; }
.status { font-family: Arial, Helvetica, sans-serif; font-size:11px; }

a { color: #2c1814; text-decoration:none; }
a:hover { color: #544441; text-decoration:none; }

a.white { color: #ffffff; text-decoration:none; }
a.white:hover { color:#CCC; text-decoration:none; }

.black_overlay{
	position: absolute;
	top: 0%;
	left: 0%;
	width:100%;
	height:175%;
	background-color:black;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	z-index:2 !important;
}
.loader_blur{
	position: absolute;
	top: 0%;
	left: 0%;
	width:100%;
	height:175%;
	background-color:transparent;
	z-index:5;
}
.loader_content{
	position: fixed;
	top: 10%;
	left: 30%;
	width: 450px;
	height: 370px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color:#eeeeee;
	background-attachment:scroll;
	border: 3px solid #461c11;
	z-index:6;
}
.white_content {
	position: absolute;/* fixed */
	top: 10%;
	left: 30%;
	width: 450px; /* max-width */
	height: 700px; /* max-height */
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color:#fdf5ea;
	background-attachment:scroll;
	border: 3px solid #461c11;
	z-index:3 !important;
}
.big_white_content {
	position: absolute;/* fixed */
	top: 10%;
	left: 20%;
	width: 650px;
	height: 700px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color:#fdf5ea;
	background-attachment:scroll;
	border: 3px solid #461c11;
	z-index:3 !important;
}
.photo_content {
	position: absolute;/* absolute */
	top:12%;
	left:15%;
	width:70%;
/*	overflow-x:hidden;*/
	margin:0px;
	padding:20px 10px;
	cursor:pointer;
	vertical-align:center;
	text-align:center;
	background-color:#eeeeee;
	background-attachment:scroll;
	border: 3px solid #461c11;
	z-index:3;
}