﻿body 
{
	margin-top:50px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	font-family:tahoma;
}

#MainTable
{
	width:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}

#LeftPanel
{
	width:210px;
	height:auto;
	margin-left:3px;
	margin-top:3px;
	margin-bottom:3px;
	background-color:#000000;
}
#Container
{
	width:584px;
	height:auto;	
	margin-left:3px;
	margin-top:3px;
	margin-bottom:3px;
	margin-right:3px;
	
}

#loader_container {text-align:center; position:absolute; top:40%; width: 450px; padding: 10px 0}
* html #loader_container {position:absolute; top:40%; padding: 10px 0; width: 30px}
.border_preview{
	z-index:100;
	position:absolute; 
	background: #ECE5B6;
	border: 2px solid #5F6060;
	width: 400px;
}
* html .border_preview {
	z-index:100;
	position:absolute; 
	background: #ECE5B6;
	border: 2px solid #5F6060;
	width: 400px;
	height: 400px;
}
