﻿.squarebox {
    width: 100%;
    border: solid 1px #acadb6;
    text-align: left;
    overflow: hidden; }
.squareboxgradientcaption {
    color: #222222;
    font-weight:bold;
    padding: 5px;
    background-image: url(../images/gradient_gray.jpg);
    background-repeat: repeat-x; }
.squareboxcontent {
    background-color: White;
    padding: 10px;
    overflow: hidden;
    border-top: solid 1px #acadb6; }

