@charset "utf-8";
/* CSS Document */

.squarebox {
    width: 100%;
    border-left: solid 1px #efefef;
    border-right: solid 1px #efefef;
	border-bottom: solid 1px #efefef;
    text-align: center;
    overflow: hidden; }
.squareboxgradientcaption {
    color: #ffffff;
    padding: 5px;
    background-repeat: repeat-x; }
.squareboxcontent {
   
    padding: 10px;
    overflow: hidden;
	width: 100%;
/*    border-top: solid 1px #336699; */
	}
