﻿.squarebox {
    width: 100%;
    border: solid 1px #dfdfdf;
    overflow: hidden; }
.squareboxgradientcaption {
    padding: 5px;
    height:30px;
    background:url(../images/collapse_menu_bg.png) repeat-x left bottom;
}
.squareboxcontent {
    background:url(../images/box_bg.jpg) repeat-x left bottom;	
    padding: 10px;
    /*overflow: hidden;*/
    border-top: solid 1px #dfdfdf; }
