/* 
    Document   : box
    Created on : Nov 16, 2009, 10:28:04 AM
    Author     : priede
    Description:
    Purpose of the stylesheet follows.
*/


div.info {
    background-color: #ebebeb;
    border:1px solid #696969;
    margin-bottom:10px;
    padding-top:10px;
    padding: 10px;
    padding-bottom:10px;
}

#content div.info p {
    margin-bottom: 0em;
}

#content div.info h3 {
    margin:0px;
    margin-bottom:5px;
}



