html{ background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; height:100%; }
body{ font-family:arial, Helvetica, sans-serif; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; height:100%; overflow: hidden; margin:0; filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEEEEE', EndColorStr='#CCCCCC'); }
.panel{
position:absolute;
margin-left:50%;
left:-506px;
background-color:#fff;
width:700px;
min-height:100%;
padding:10px 20px;
text-align:left;
}
.info-section{
width:700px;
border:solid 1px #333;
margin-top:20px;
position:relative;
overflow:hidden;
background:#222 url(bg.png) repeat-y;
}
.form-panel{
position:relative;
float:left;
width:190px;  
padding:10px; 
font-size:12px;
color:#000;
background-color:#EEE;
}
.form-sec{
margin-bottom:15px;
}
.description{
position:relative;
float:left;
width:700px;
height:10px;
padding:10px 30px; 
color:#fff;
font-size:14px;
}
select{
width:190px;
}
.copyright{
width:100%;
text-align:right;
font-size:11px;
margin:15px 0;
}
.divider{
background:url(divider.png) repeat-x 0 0;
width:100%;
height:2px;
margin:15px 0;
}
.subsection{
margin-bottom:8px;
}

