/*GENERAL*/
*{margin:0;padding:0;}
a{outline:none;border:none;}
img{border:none;margin:0;}
input{margin:0;border:none;padding-left:5px;}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body,td,th {
	font:12px/14px "trebuchet ms",Arial,Helvetica,sans-serif;
	color:#2a2a2a;
}
html,body{width:100%;height:100%;background:#ccc;}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.clear {
	clear: both;
	}

.clearfix:after {content:"."; display:block; height:0;
                 clear:both; visibility:hidden; }
.clearfix       {display:inline-block;}
/* Hide from IE Mac */
.clearfix       {display:block;}
/* End hide from IE Mac */
* html .clearfix{ height:1px;}

#container
	{
	background:url(../images/bg-main.jpg) no-repeat;
	width:800px;
	margin:0px auto;
	position:relative;
	height:588px;
	}
.block {display: block;}
.inline {display: inline;}
.debug {display: none;}

.flash-container 
	{
	width:345px; 
	height:274px;
	position:absolute;
	top:255px;
	left:80px;
	}

form 
	{
	position: absolute;
	top:359px;
	left:495px;
	}
form div:after {content:"."; display:block; height:0;
                 clear:both; visibility:hidden; }
form div       {display:inline-block;}
/* Hide from IE Mac */
form div       {display:block;padding-bottom:2px;}
/* End hide from IE Mac */
* html form div{ height:1px;}

.form input 
	{
	display:block;
	float:left;
	height:18px;
	background:white;
	border:1px solid #222;
	}
.form label 
	{
	width:60px;
	display:block;
	float:left;
	font-family: arial;
	font-weight:bold;
	font-size:16px;
	color:#000;
	padding-top:2px;
	}
.form #submit 
	{
	position:relative;
	z-index: 10001;
	bottom:-46px;
	left:41px;
	height:auto;
	width:auto;
	border:0px;
	padding:0px;
	width:142px;
	height:42px;
	background:none;
	}
	
