.squarebox {
    width: 100%;
   # border: solid 1px #999999;
    text-align: center;
    overflow: hidden; 
}
.squareboxgradientcaption {
    background-image: url("../images/graybar.png");
    background-repeat: no-repeat;
    color: #1F395A;
    font-family: 'Open Sans',Verdana,sans-serif;
    font-size: 9pt;
    font-weight: bold;
}

.squareboxcontent {
    background-color: #FFFFFF;
    padding: 10px;
    overflow: hidden;
    border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
