* {
  margin: 0;
  padding: 0;
  outline: none;
}
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  color: #000000;
  font: 12px/18px "Lucida Grande", "Lucida", "Verdana", sans-serif;
}
ul { list-style: none; }
input, textarea {
  color: black;
  font: 12px "Lucida Grande", "Lucida", "Verdana", sans-serif;
}
p {
  margin: 0.3em 0;
  padding: 0.3em 0;
  line-height: 140%;
}
table { font-size: 100%; }
.hide, hr { display: none; }
.clear {
  clear: both;
  height: 0px;
  display: block;
  visibility: hidden;
}
.left { float: left; }
.right { float: right; }
a {
  color: #b64444;
  outline: none;
  text-decoration: none;
}
a:hover { color: #cc1111; }
a:focus { color: #cc1111; }
a { color: #29649e; }
a:hover { color: #4984be; }
a:focus { color: #4984be; }
body { background-color: #444449; }
input { outline: none; }
h1 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 26px;
  font-weight: normal;
  color: #ffffff;
}
h2 {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  padding-left: 29px;
  background: transparent url('/images/icons/lock.png') no-repeat;
}
#page { padding-top: 50px; }
#container {
  width: 350px;
  margin: 0 auto 0 auto;
  padding: 50px;
  background: #f6f6f8 url('/images/application/login-container-bg.png') repeat-x 0 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 0 20px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0 0 20px;
}
#flash-error, #flash-notice {
  padding: 10px 0 5px 0;
  font-size: 16px;
  font-weight: bold;
}
#flash-error { color: #e52649; }
#flash-notice { color: #999999; }
.form-field, .form-control { padding: 10px 0 10px 0; }
.form-field label {
  font-weight: bold;
  font-size: 12px;
}
.form-field.text label { display: block; }
.form-field.password label { display: block; }
.form-field.text input {
  width: 342px;
  height: 22px;
  font-size: 18px;
  padding: 3px;
  border-color: #8e8e8e #e1e1e1 #e1e1e1 #8e8e8e;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  background: #ffffff url('/images/site/form-input-shadow.png') repeat-x;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.form-field.password input {
  width: 342px;
  height: 22px;
  font-size: 18px;
  padding: 3px;
  border-color: #8e8e8e #e1e1e1 #e1e1e1 #8e8e8e;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  background: #ffffff url('/images/site/form-input-shadow.png') repeat-x;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.form-field input:focus { background-color: #fcfcec; }
.form-field textarea:focus { background-color: #fcfcec; }
.form-field.password input {
  float: left;
  width: 190px;
}
.form-field.password a {
  float: right;
  display: block;
  width: 142px;
  line-height: 28px;
  text-align: right;
  text-decoration: underline;
}
.form-control {
  margin-top: 20px;
  padding: 10px 0 0 0;
}
.form-control .checkbox {
  float: left;
  width: 200px;
  height: 24px;
  line-height: 24px;
}
.form-control .submit {
  float: right;
  font-size: 20px;
}
.form-control .submit input {
  cursor: pointer;
  height: 29px;
  width: 121px;
  background: transparent url('/images/buttons.png');
  border-style: none;
  font-weight: bold;
  text-shadow: #ffffff 0 1px;
  color: #444444;
}
.form-control .submit input:hover {
  color: #000000;
  background-position: 0 -29px;
}
.form-control .submit input:active { background-position: 0 -58px; }
.form-control .submit input.disabled {
  cursor: default;
  color: gray;
  background-position: 0 0;
  text-shadow: 0 1px 1px white;
}
