﻿.squarebox {
    width: 100%;
    border: solid 1px #336699;
    text-align: center;
   }
.squareboxgradientcaption {
    color: White;
    padding: 0px;
    background-image: url(images/gradient_blue.png);
	 background-repeat: repeat-x;
    }
	
.squareboxcontent {
    background-color: EDF3FA;
    padding: 0px;
   
    border-top: solid 0px #336699; }

