body {
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	margin: 0 auto;
	height:100%;
}

#mainContainer {
	width:901px;
	height:610px;
	margin:0 auto;
}


#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index:10;
	opacity:0.7;
	filter: alpha(opacity=70);
}


#box 
{
	display: none;
	position: absolute;
	width: 580px;
	height: 600px;
	padding: 10px;
	margin:0;
	top:20px;
	left:400px;
	border: 1px solid #be9900;
	background-color: #000000;
	z-index:101;
	overflow: none;
	color:#be9900;
	/*opacity:0.9;
	filter: alpha(opacity=90);*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#box a {
	color:#be9900;
	text-decoration:none;
}

#sucessbox 
{
	display: none;
	position: absolute;
	width: 580px;
	height: 75px;
	padding: 10px;
	margin:0;
	top:250px;
	left:400px;
	border: 1px solid #be9900;
	background-color: #000000;
	z-index:101;
	overflow: none;
	color:#be9900;
	/*opacity:0.9;
	filter: alpha(opacity=90);*/
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
}

#top1{
	width:450px;
	height:178px;
	float:left;
}

#top2{
	width:450px;
	height:178px;
	float:left;
}

#center1 {
	width:900px;
	height:125px;
	float:left;
}

#bottom1 {
	width:450px;
	height:162px;
	float:left;
}

#bottom2 {
	width:450px;
	height:162px;
	float:left;
}

#bottomInfo1 {
	width:450px;
	height:81px;
	float:left;
}

#bottomInfo2 {
	width:450px;
	height:53px;
	float:left;
	text-align:right;
	padding-top:28px;
}

#footer {

	color:#cbbc1f;
	font-weight:bold;
}

#footertext {
	color:#918c5f;
	font-weight:bold;
	text-decoration:none;
}

#footertext a {
	color:#918c5f;
	font-weight:bold;
	text-decoration:none;
}

.inputs {
	background-color:#CCC;
	color:#666;
	border: solid 1px #000000;
	width:200px;		
	opacity:1;
	filter: alpha(opacity=100);
}

.cinzaclaro {
	color:#aaaaaa;
	font-weight:bold;
}

.cinzaescuro {
	color:#616459;	
}

.white {
	color:#FFF;	
}

.titles {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FC0;
}