 

body {
  background-image: url("https://www.foreclosurelawyerjacksonville.com/foreclosure-defense-attorney-logo-opaque.jpg");
  background-position: 50% 30px;
  background-repeat: repeat-x;
background-color: white;
}

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;
    
}
.button {
   position: relative;
   width: 200px;
   border-top: 1px solid #c2cbd1;
   background: #858e94;
   background: -webkit-gradient(linear, left top, left bottom, from(#010b12), to(#858e94));
   background: -webkit-linear-gradient(top, #010b12, #858e94);
   background: -moz-linear-gradient(top, #010b12, #858e94);
   background: -ms-linear-gradient(top, #010b12, #858e94);
   background: -o-linear-gradient(top, #010b12, #858e94);
   padding: 4.5px 9px;
   -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: 17px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #18191a;
   background: #18191a;
   color: #ccc;
   }
.button:active {
   border-top-color: #666666;
   background: #666666;
   }
   
.formbutton {
   border-top: 1px solid #1a3342;
   background: #293238;
   background: -webkit-gradient(linear, left top, left bottom, from(#a31414), to(#293238));
   background: -webkit-linear-gradient(top, #a31414, #293238);
   background: -moz-linear-gradient(top, #a31414, #293238);
   background: -ms-linear-gradient(top, #a31414, #293238);
   background: -o-linear-gradient(top, #a31414, #293238);
   padding: 6.5px 13px;
   -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: 12px;
   font-family: Georgia, Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.formbutton:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.formbutton:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }

.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;
   }
.paybutton:hover {
   border-top-color: #25851c;
   background: #25851c;
   color: #ccc;
   }
.paybutton:active {
   border-top-color: #d0eb03;
   background: #d0eb03;
   }
 
