body,
html {
  margin: 0;
  padding: 0;
  font-family: arial;
  height: 100%;
}

#wrapper {
  min-height: 100%;
  position: realative;
}

#main-content {
  padding-bottom:56px;
}

.container {
  width: 100%;
  margin: 0 auto 0 auto;
  position: relative;
  height: 100%;
  *zoom: 1;
}

  .container:before,
  .container:after {
    display: table;
    line-height: 0;
    content: "";
  }

.row {
  padding: 0 20px;
  clear: both;
  overflow: visible;
  *zoom: 1;
}

/*
 * Header
 *********************************************************/
#header {
  background-color: #f1f1f1;
  border-bottom: 1px solid #dedede;
  font-family: 'Lato', sans-serif;
  height: 90px;
  margin-bottom: 1em;
}
  #header h1 {
    margin: 0 20px;
    width: 300px;
    padding-top: 15px;
  }
    #header h1.logo a {
      background-image:url(/images/logo.png);
      background-repeat: no-repeat;
      display:block;
      overflow:hidden;
      outline: none;
      height: 60px;
      text-decoration: none;
    }
    #header h1.logo a:hover {
      text-decoration: none;
    }
      #header h1.logo a span#title {
        display: block;
        line-height: 12px;
        height: 19px;
        text-indent: -400px;
      }
      #header h1.logo a span#slogan {
        display: block;
        color: #666666;
        font-size: 12px;
        text-transform: none;
        margin-left: 73px;
      }
      #header h1.logo a span#sloganLower {
        display: block;
        padding: 8px 0 0 76px;
        color: #666666;
        font-size: 12px;
        font-style: italic;
        text-transform: none;
      }

/*
 * Form
 *********************************************************/
.form_item .field .required,
.form_item label .required,
td span.required {
  color: red;
  font-weight: bold;
}
.form_item {
  margin-bottom:13px;
  clear:left;
}
.form_item label {
  width:150px;
  float:left;
  font-size: 13px;
}
.form_item select {
  font-size: 13px;
}
.form_item .field {
  margin-left:150px;
  font-size: 13px;
}
.form_item .field label {
  width:auto;
  float:none;
  font-weight:normal;
  color:black;
}
.form_item .help, .form_table .help {
  line-height: 16px;
  font-size: 12px;
  color: #666666;
}
.label {
  font-weight:bold;
  color:#424242;
}

/*
 * Footer
 *********************************************************/

#footer {
  background-color: #f1f1f1;
  border-top: 1px solid #dedede;
  font-size: 13px;
  color: #666;
  font-family: 'Lato', sans-serif;
  clear: both;
  margin-top: 20px;
  height: 36px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
  #footer #footer_copyright {
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
  }