@charset "utf-8";
/* CSS Document */

.shadow {
	-moz-box-shadow: 0px 0px 15px #A2A1A0;
	-webkit-box-shadow: 0px 0px 15px #A2A1A0;
	box-shadow: 0px 0px 15px #A2A1A0;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
	
/* Firefox */
	-moz-border-radius: 10px; 
	/* WebKit */
	-webkit-border-radius: 10px; 
	/* IE9, Opera 10.5+, dev channel releases of Google Chrome */
	border-radius: 10px; 	
}