	.shadow {
		/* pretty browsers*/
		text-shadow:#000 3px 3px 5px;
		
		/* ugly ie */
		zoom:1;/*force hasLayout*/
		position:relative;/*fot absolute position of child element*/
	}

	.shadow_small {
		text-shadow:#000 1px 1px 1px;
	}

