 

body {
  background-image: url("https://www.foreclosurelawyerjacksonville.com/foreclosure-defense-attorney-logo-opaque.jpg");
  background-position: 50% 30px;
  background-repeat: repeat-x;
}

outer{
    position:relative;
    width:800px;
}

inner{
    position:absolute;
    left:0;
    top:0;
    height:600px;
    width:400px;
}

inner2{
    position:absolute;
    left:405px;
    top:0;
    height:600px;
    width:400px;
    
}


.paybutton {
   border-top: 1px solid #ffffff;
   background: #8ab854;
   background: -webkit-gradient(linear, left top, left bottom, from(#2ba608), to(#8ab854));
   background: -webkit-linear-gradient(top, #2ba608, #8ab854);
   background: -moz-linear-gradient(top, #2ba608, #8ab854);
   background: -ms-linear-gradient(top, #2ba608, #8ab854);
   background: -o-linear-gradient(top, #2ba608, #8ab854);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   top:50px;
   position:relative;
   left:50px; 
   }
.paybutton:hover {
   border-top-color: #25851c;
   background: #25851c;
   color: #ccc;
   }
.paybutton:active {
   border-top-color: #d0eb03;
   background: #d0eb03;
   }
p#yearcode {
font-size:25px;
color:white;
background:black;
}
p#chapter{
font-weight: bold;
}
p#inputbox{
position:relative;
top:220px;
z-index:10000;
}
