.shadow {
	Z-INDEX: 100; 
	POSITION: relative; 
	DISPLAY: inline; 
	FONT: 10pt arial; 
	BACKGROUND: white; 
}

.shadow_inner {
	Z-INDEX: 10; 
	POSITION: absolute; 
	FILTER: alpha(Opacity=10); 
	OVERFLOW: hidden; 
	TOP: -1000px; -moz-opacity: 0.1; opacity: 0.1; -khtml-opacity: 0.1
}