body {	
	font-size: 11px;
	color: #cccccc;
	background-color: #333333;
	padding: 2em;
}

a,a:active,a:visited {
	color: #09c;
}

a:hover {
	color: #0cf;
}

h1 {
	font-size: 3em;
	color: #FFCC00;
}

#container { 
	width: 50%;
	margin: 0 auto;
	text-align: left;
}

.footer_screen {
	background-color: #52504E;
	padding: 0.5em;
	clear: left;
	display:block;
	
}

.leightbox {
	color: #cccccc;
	display: none;
	position: absolute;
	top: 25%;
	left: 40%;
	width:306px;
	height: 330px;
	padding: 1.5em;
	border: 2px solid #5a5552;
	background-color: #332f2e;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100% !important;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }

 
#contacts a.learn_more {
	width: 119px;
	height: 21px;
	background: url(../images/site_images/learn_more.gif) no-repeat;
	float: left;
	clear: both;
	position: absolute;
	bottom: 10px;
	right: 25px;
	font-size: 10px;
	color: #368EAF ;
	text-decoration: none;
	text-align: center;
	padding-top: 6px !important;
	margin-bottom:10px;
}

.form_title{
	width:200px;
	float:left;
	font-size:12px;
	font-weight: bold;
	color: #35b3e5;
}

.close_btn{	
	float:right;
}


.close_btn a{
	text-decoration: none;
	color: #9f9e9c;
	font-size: 10px;
}
