html{
background:#CCC;
}
body{
font-family:Arial,Helvetica,sans-serif;
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'); 
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEEEEE', EndColorStr='#CCCCCC')"; 
}
a,a:visited{
	color:#FFF;
	text-decoration:none;
}
a:hover{
	color:#666;
	text-decoration:none;
}
.cap-title{
font-size:15px; 
color:#B5FF00;
}
.title{
position:relative;
height:95px;
top:0px;
left:0px;
}
.txt_menu{
color:#FFF;
font-size:10pt;
}
.panel{
margin:0 auto;
background-color:#FFF;
width:820px;
min-height:100%;
padding: 0 20px 0 20px;
text-align:left;
-moz-box-shadow: 0px 0px 4px #000;
box-shadow: 0px 0px 4px #000;
-webkit-box-shadow: 0px 0px 4px #000;
}
.info-section{
	width:818px;
	height:670px;
	background-color:#EEE;
	border:1px solid #333;
	margin-top:20px;
	position:relative;
	overflow:hidden;
	font-size: 10pt;
}
.form-panel{
position:absolute;
top:0;
left:0;
width:190px;  
padding:10px; 
font-size:12px;
color:#000;
margin-left:605px;
}
.form-sec{
margin-bottom:10px;
}
.description{
	position:absolute;
	top:0;
	left:0;
	width:585px;
	height:700px;
	padding:15px;
	background-color:#333;
	color:#FFF;
	font-size:10pt;
}
select{
width:190px;
}
.copyright{
width:100%;
margin:18px 0 0;
height:auto;
}
.txt_copyright{
	text-align:center;
	font-size:10pt;
	padding:0 18px 0;
	color:#359EB7;
	font-weight: bold;
}
.txt_copyright a{
	color:#359EB7;
	font-weight: bold;
}
.txt_contact{
font-size:10pt;
padding:0 18px 0;
color:#FFF;
font-family::Verdana, Geneva, sans-serif;
}
.line{
height:7px;
}
.de_title{
	font-size:12px;
	font-weight:bold;
}
