html {
  overflow: scroll;
}

body {
  font-family: Arial, FreeSans, sans-serif;
}

p {
  line-height: 1.6em;
}

input, label, span.help-text {
  margin: 2px 0;
}

div.header {
  width: 1000px;
  height: 110px;
  margin: 0 auto;
}

div.logo {
  width: 300px;
  height: 112px;
  float: left;
}

div.logo img {
  margin-top: 10px;
}

div.slogans {
  width: 685px;
  height: 73px;
  margin-top: 29px;
  margin-left: 15px;
  float: left;
}

div.slogan-main {
  font-size: 35px;
  color: #5085CD;
  font-weight: bold;
}

div.slogan-text {
  font-size: 22px;
  color: #666;
}

div.content {
  background-color: #CFE8F7;
}

div.container {
  width: 1000px;
  margin: 0 auto;
  margin-top: 15px;
  clear: both;
}

div.section {
  background-color: #FFF;
  padding: 25px;
}

div.content {
  background-color: #CFE8F7;
  padding: 50px;
}

#page {
  display: none;
}

h1.title {
  padding-bottom: 30px;
  color: #3654A5;
  font-size: 28px;
}

h1.title img {
  vertical-align: text-bottom;
}

div.help-text {
  display: none;
  height: 75px;
  padding-bottom: 10px;
  color: #444;
  font-size: 14px;
}

div.help-text h2 {
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 10px;
}

fieldset {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border: 1px solid #bbbbbb;
  padding: 10px 0 10px 15px;
  margin-bottom: 15px;
}

fieldset > legend {
  font-size: 15px;
  font-weight: bold;
  padding: 0 10px;
}

fieldset > div > label {
  float: left;
  width: 145px;
  text-transform: capitalize;
  display: block;
  clear: left;
}

fieldset > div > input {
  font-size: 14px;
}

span.help-text {
  margin-left: 10px;
  font-size: 11px;
  color: #777;
}
ul.errorlist {
  margin-left: 145px;
  font-size: 11px;
  margin-bottom: 12px;
}

.error {
  color: #D81212;
}

/****/

div.footer {
  clear: left;
  text-align: center;
  font-size: 13px;
  color: #26459d;
  margin-top: 12px;
}

