html{
height:100%;
background:#CCC;
font-weight:bold;
text-align:justify;
}
body{
font-family:Arial,Helvetica,sans-serif;
font-weight:bold;
text-align:justify;
height:100%;
margin:0;
background:#CCC;
background:-webkit-gradient(linear, left top, left bottom, from(#EEE), to(#CCC));
background:-moz-linear-gradient(top,  #EEE,  #CCC);
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEEEEE', EndColorStr='#CCCCCC');
}
a,a:visited{
font-family:Verdana,Arial,Helvetica,sans-serif;
color:#FBBC00;
text-decoration:none;
text-align:justify;
font-weight:bold;
}
a:hover{
font-family:Verdana,Arial,Helvetica,sans-serif;
color:#FBBC00;
text-decoration:underline;
text-align:justify;
font-weight:bold;
}

h1{
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size:15px; 
color:#FFD148;
font-weight:bold;
margin:0;
}
.title{
height:120px;
}
.panel{
	position:absolute;
	margin-left:50%;
	left:-432px;
	background-color:#EED;
	/*background:#222 url() 0 0 repeat-y;*/
	width:827px;
	min-height:100%;
	text-align:left;
	-moz-box-shadow: 0px 0px 3px #000;
	box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
	height: 980px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.info-section{
width:825px;
border:1px solid #333;
margin-top:20px;
position:relative;
overflow:hidden;
background:#222 url(bg.png) 0 0 repeat-y;
}
.form-panel{
position:relative;
float:left;
width:190px;  
padding:10px; 
font-size:12px;
color:#000;
background-color:#EEE;
}
.form-sec{
margin-bottom:10px;
}
.description{
position:relative;
float:left;
width:585px;
padding:15px;
color:#FFF;
font-size:14px;
}
select{
width:190px;
}
.copyright{
width:100%;
text-align:right;
font-size:11px;
margin:15px 0;
}
