/**
 * CSS drop shadows
 * based on http://www.alistapart.com/articles/cssdrop2/
 * by Sergio Villarreal
 **/

.shadow {
    float:        left;
    clear:        both;
    background:   url(/photos/bits/shadowAlpha.png) no-repeat bottom right !important;
    background:   url(/photos/bits/shadow.gif) no-repeat bottom right;
    margin:       10px 0 10px 10px !important;
    margin:       10px 0 10px 5px;
    padding:      0px;
}

.shadow .shcontent {
    display:      block;
    position:     relative;
    background-color: #fff;
    border:       1px solid #a9a9a9;
    bottom:       6px;
    right:        6px;
    margin:       0px;
    padding:      4px;
}

