/**
 *  dhlib: Drop Shadows
 *
 *  $Id: shadows.css 2 2015-04-29 22:18:42Z damil $
 */

.drop_shadow {
    float:left;
    background: url(http://lib3.damilhosting.com/images/various/shadowAlpha.png) no-repeat bottom right !important;
    background: url(http://lib3.damilhosting.com/images/various/shadow.gif) no-repeat bottom right;
    margin: 6px 0 0 4px !important;
    margin: 6px 0 0 4px;
}

.drop_shadow table {
    display: block;
    position: relative;
    background-color: #fff;
    margin: -6px 6px 6px -6px;
}

.drop_shadow img {
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #999; /* #a9a9a9; */
    margin: -6px 6px 6px -6px;
}
.drop_shadow img.ds_border {
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #999; /* #a9a9a9; */
    margin: -6px 6px 6px -6px;
    padding: 4px;
}

