html{
height:100%;
background:#ffffff;
}
.title{
height:60px;
}
.panel{
position:absolute;
/*margin-left:83px;
margin-top:-240px;
left:50%;*/

background-color: transparent;
width:684px;
height:234px;
left: 50%;
top:0px;
margin: 0px -344px;/*top  left*/
padding-left:1px;
text-align:left;
-moz-box-shadow: 0px 0px 4px #000;
box-shadow: 0px 0px 0px #000;
-webkit-box-shadow: 0px 0px 0px #000;
}
.info-section{
width:684px;
border:1px solid #333;
margin-top:0px;/*========================*/
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:219px;
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;
}