/* /css/dropShadow.css */
/* IMAGE DROP SHADOW BORDER STYLING  (apply class="dropShadow")  */
/* hardcoded z-index probably not the way to go :-) */
.shadow-one { position: relative; padding-top: 40px; padding-left: 40px; z-index: 100; } 
.corner-a { position: absolute; right: 0; top: 0; width: 40px; height: 40px; background: url(/images/zz_images/shadow.png) right top no-repeat; z-index: 100; } 
.corner-b { position: absolute; left: 0; bottom: 0; width: 40px; height: 40px; background: url(/images/zz_images/shadow.png) left bottom no-repeat; z-index: 100; } 
.shadow-two { background: url(/images/zz_images/shadow.png) right bottom no-repeat; z-index: 100; } 
.shadow-three { position: relative; left: -40px; top: -40px; background: url(/images/zz_images/shadow.png) left top no-repeat; z-index: 100; } 
.shadow-four { position: relative; left: 20px; top: 20px; z-index: 100; } 
/* END IMAGE DROP SHADOW BORDER STYLING */
