div.grayBox
{
    background-color: #57585A;
    margin: 0 0 10px 0px;
    width: 200px;
    background: url(../Images/boxes/grayBoxBottom.jpg) no-repeat left bottom;
}
div.grayBox .top
{
    background: url(../Images/boxes/grayBoxTop.jpg) no-repeat left top;
    height: 8px;
}

div.grayBox .bottom
{
    
    height: 8px;
}

div.grayBox .content
{
    background-color: #57585A;
    padding: 2px 10px;
}