.squarebox {
    width: 100%;
    border: solid 1px #999999;
    text-align: center;
    overflow: hidden; 
}
.squareboxgradientcaption {
    color: #1f395a;
    padding: 4px;
    background-image: url(../images/gradient_blue.png);
    background-repeat: repeat-x; 
	font-family: Verdana;
	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;
}
