#container
{
background-image:url('../images/top.gif');
width:950px;
margin-left: auto;
margin-right: auto;
}

.shadow{
border:1px solid #DBDBDB;
font:10pt arial;
position:relative;
display:inline;
background:white;
z-index:1000px;
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=20); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.2; /*firefox 1.5 opacity*/
-moz-opacity:0.2; /*mozilla opacity*/
-khtml-opacity:0.2; /*opacity*/
z-index:10
}

