

.solidBlue
{
  background-color: #DAE3E4;

  padding: 0px 15px 0px 15px;
  border: 0px solid black;
}

.solidBlue .top
{
  height: 15px;
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;

}

.solidBlue .bottom
{
  clear: both;
  height: 15px;
  line-height: 15px;
  text-align: center;
}

.solidBlue .topLeft
{ 
  position: relative;
  left: -0px;
  top: -0px;
  background: url(/imgs/houseofpayne/blueCorner.gif) no-repeat 0px 0px;

  float: left;
  width: 15px;
  height: 15px;
  overflow: hidden;
}

.solidBlue .topRight
{ 
  position: relative;
  left: 0px;
  top: -0px;
  background: url(/imgs/houseofpayne/blueCorner.gif) no-repeat  -15px 0px; 

  float: right;
  width: 15px;
  height: 15px;
  overflow: hidden;
}

.solidBlue .bottomLeft
{
  position: relative;
  left: -15px;
  top: 0px;
  background: url(/imgs/houseofpayne/blueCorner.gif) no-repeat 0px -15px; 
  float: left;
  width: 15px;
  height: 15px;
  overflow: hidden;
}

.solidBlue .bottomRight
{
  position: relative;
  left: 15px;
  top: 0px;
  background: url(/imgs/houseofpayne/blueCorner.gif) no-repeat -15px -15px; 
  width: 15px;
  height: 15px;
  float: right;
  overflow: hidden;
}