#panel{
margin:0 auto;
background-color:#1b1b19;
width:952px;
min-height:100%;
padding:5px;
text-align:left;
border:1px solid #444344;
-moz-box-shadow: 0px 0px 4px #444344;
box-shadow: 0px 0px 4px #444344;
-webkit-box-shadow: 0px 0px 4px #444344;
behavior: url(assets/ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}
#panel .info-section{
width:952px;
height:342px;
background-color:#EEE;
border:1px solid #333;
margin-top:20px;
position:relative;
overflow:hidden;
}
#panel .form-sec{
margin-bottom:10px;
}
#panel .description{
position:absolute;
top:0;
left:0;
width:652px;
height:100%;
padding:15px;
background-color:#000;
color:#FFF;
font-size:14px;
}