

.sideBox
{
  background-color: white;
  background-image: url(/imgs/houseofpayne/sideBackground.gif);  background-position: top left;  background-repeat: repeat-x;
  padding: 0px 14px 0px 14px;
  border: 1px solid #197E93;
}

.sideBox .top
{
  height: 13px;
  text-align: center;
  margin-left: -14px;
  margin-right: -14px;

}

.sideBox .bottom
{
  clear: both;
  height: 14px;
  line-height: 14px;
  text-align: center;
}

.sideBox .topLeft
{ 
  position: relative;
  left: -1px;
  top: -1px;
  background: url(/imgs/houseofpayne/sideCorner.gif) no-repeat 0px 0px;

  float: left;
  width: 14px;
  height: 14px;
  overflow: hidden;
}

.sideBox .topRight
{ 
  position: relative;
  left: 1px;
  top: -1px;
  background: url(/imgs/houseofpayne/sideCorner.gif) no-repeat  -14px 0px; 

  float: right;
  width: 14px;
  height: 14px;
  overflow: hidden;
}

.sideBox .bottomLeft
{
  position: relative;
  left: -15px;
  top: 1px;
  background: url(/imgs/houseofpayne/sideCorner.gif) no-repeat 0px -14px; 
  float: left;
  width: 14px;
  height: 14px;
  overflow: hidden;
}

.sideBox .bottomRight
{
  position: relative;
  left: 15px;
  top: 1px;
  background: url(/imgs/houseofpayne/sideCorner.gif) no-repeat -14px -14px; 
  width: 14px;
  height: 14px;
  float: right;
  overflow: hidden;
}