@import url(zeezaw.css);

#content
{
    min-height: 320px;
}

.topRightImage
{
    position: absolute;
    right: -109px;
    top: 0px;
    z-index: -1;
    width: 109px;
    height: 243px;
    background: url(../images/rightSquiggle.png) no-repeat scroll 0 0;
}

.topRightSquiggle
{
    position: absolute;
    right: 50px;
    top: 15px;
    z-index: -1;
    width: 51px;
    height: 33px;
    background: url(../images/topRightSquiggle.png) no-repeat scroll 0 0;
}

.topLeftImage
{
    position: absolute;
    left: -109px;
    top: -1px;
    z-index: -1;
    width: 109px;
    height: 243px;
    background: url(../images/topLeftSquiggle.png) no-repeat scroll 0 0;
}

.bottomLeftSquiggle
{
    position: absolute;
    left: -115px;
    bottom: 30px;
    align: bottom;
    z-index: -1;
    width: 115px;
    height: 190px;
    background: url(../images/bottomLeftSquiggle.png) no-repeat scroll 0 0;
}

.bottomRightSquiggle
{
    position: absolute;
    right: -82px;
    bottom: 3px;
    vertical-align: bottom;
    z-index: -1;
    width: 82px;
    height: 84px;
    background: url(../images/bottomRightSquiggle.png) no-repeat scroll 0 0;
}

.innerContent
{
  max-width: 730px;
  position:absolute;
  left: 390px;
  top: 180px;
}

.innerBoxHeader
{
    background: URL('../images/innerTopRightSD.png') no-repeat scroll top right;
    width: 335px;
    height: 30px;
    border-left: 15px solid #D9E097;
}

.innerBoxContent
{
    width: 310px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 100px;
    border-left: 15px solid #D9E097;
    border-right: 15px solid #D9E097;
}

.innerBoxTopLeftImage
{
   background: URL(../images/innerLeftTopSquiggle.png) no-repeat;
   position: absolute;
   height: 95px;
   width: 72px;
   top: -83px;
   left: -64px;
   z-index: -1;
}

.innerBoxBottomLeftImage
{
    background: URL(../images/innerLeftBottomSquiggle.png) no-repeat;
    position: absolute;
    height: 142px;
    width: 148px;
    bottom: -74px;
    left: -45px;
    z-index: -1;
    
}

.innerBoxFooter
{
    background: URL('../images/innerBottomLeftSD.png') no-repeat scroll bottom left;
    width: 335px;
    height: 30px;
    border-right: 15px solid #D9E097;
}

innerFooterBgImg
{
    background: url(../images/innerBoxCorner.png) no-repeat;
    position:absolute;
    right: 0px;
    width: 15px;
    height: 30px;
}

innerHeaderBgImg
{
    background: url(../images/innerBoxCorner.png) no-repeat;
    position: absolute;
    left: 0px;
    width: 15px;
    height: 30px;
}
  
.leftContent
{
    position: absolute;
    left: 20px;
    top: 110px; 
    width: 300px; 
    height: 250px; 
    padding-left: 40px;
}

.tandcStmt
{
  font-size: 0.75em;
}

.submitLink
{
  border: medium double darkgray;
  text-decoration: none;
  display:block; 
  background:#DCDCDC; 
  padding:4px; 
  position: absolute;
  right: 20px; 
  margin-right: 30px;   
}
