.shadow{
border:0px solid silver;
font:10pt arial;
position:relative;
display:inline;
background:white;
z-index:100
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=10);
opacity:0.1;
-moz-opacity:0.1;
-khtml-opacity:0.1;
z-index:10
}

