html{
height:100%;
}

h1{
font-size:16px; 
color:#B5FF00;
font-weight:normal;
margin:0;
}
.title{
height:60px;
}
.info-section{
width:100%;
border:1px solid #333;
margin-top:20px;
position:relative;
overflow:hidden;
background:#222 url(bg.png) 0 0 repeat-y;
}

.wt-rotator{
    height: 570px;
    left: 50%;
    margin-left: -840px;
    position: relative;
    width: 1680px;
    z-index: 2;
}

.panel {
	width:100%;
	position:relative;
	overflow:hidden;
	background:#000;
}
.slider {
	background:url(../images/preload.gif) 870px center no-repeat;
	position:relative;
	z-index:2;
	width:1680px;
	height:570px;
	left:50%;
	margin-left:-840px;
}
.items {
	display:none;
}

.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;
}
label.disable{
color:#777;
}
.copyright{
width:100%;
text-align:right;
font-size:11px;
margin:15px 0;
}