body {
  background-image:url(../images/watermark.png);
  background-repeat:no-repeat;
  background-position: center center;
  background-color: #F9F9F9;
  font-family:Helvetica,Arial,sans-serif; 
  height:100%;
  margin:0;
  padding:0; }

div.container {
  min-height:100%;
  position:relative;
  overflow: hidden; }

div.small {
  font-size: 18px;
}

div.footer {
  position:absolute;
  bottom:0;
  width:95%;
  height:40px;
  text-align: right;
  color: #444444;
  z-index:1; }
  
a {
  text-decoration: none;
  color: #444444;
  font-weight: bold;
  font-size: 15px;
}
  
div.box {
  width: 100%;
  margin-top: 50px; 
  padding-bottom:40px; 
  position: absolute;
  z-index:2; }

div.box fieldset {
  width: 300px;
  height: 70px;
  margin-left: 70px;
  margin-right: 3px;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  box-shadow: 5px 5px 7px #999999;
  -moz-box-shadow: 5px 5px 7px #999999;
  -webkit-box-shadow: 5px 5px 7px #999999;
  -o-box-shadow: 5px 5px 7px #999999;
  /* fallback bg-color.. */
  background-color: #e3e3e3;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#f5f5f5');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#f5f5f5')";
  background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#f5f5f5));
  background: -moz-linear-gradient(top, #e3e3e3, #f5f5f5);
  border: 1px solid #005c40;
  font-size: 1em;
  line-height: 1.6;
  position: relative; }
  div.box fieldset legend {
    position: absolute;
    outline: 0 none;
    top: -25px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    color: #8ed300;
    background-color: #005c40 !important;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-box-shadow: 3px 3px 4px #999999;
    -webkit-box-shadow: 3px 3px 4px #999999;
    -o-box-shadow: 3px 3px 4px #999999;
    box-shadow: 3px 3px 4px #999999;
    border: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3 !important; }
  div.box fieldset table {
    text-align:center;
    width: 100%;
    padding-top: 30px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 25px;
    color: #222222 !important;
  }
