.box_wrapper
{
    background-color: #eeebdf;
    width: 330px;
    margin: 0px 0px 10px 0;
}
.box_head
{
    
}
.box_head h1
{
    background-color: #201913;
    color: #fff;
    font-family: "Book Antiqua","Times New Roman", serif;
    font-size:14px;
    line-height:20px;
    height: 20px;
    margin:0;
    padding:0 0 0 5px;
    background-image: none;
}
.box_body
{
    border: #bfb6aa 1px solid;
    border-top: #bfb6aa 3px solid;
    padding: 5px;
}
.box_body p
{
    line-height: 15px;
    font-size: 11px;
    margin: 0 0 3px 0;  
}
.box_foot
{
display: none;
}

