@CHARSET "ISO-8859-1";

html, body {
  height: 100%;
}
body {
  text-align:center;
  margin:0;
  font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
input[type=text], select, textarea {
  border-top: 1px #acaeb4 solid;
  border-left: 1px #dde1e7 solid;
  border-right: 1px #dde1e7 solid;
  border-bottom: 1px #e3e9ef solid;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 2px;
}
input[type=text]:hover, select:hover, textarea:hover, input[type=text]:focus, select:focus, textarea:focus {
  border-top: 1px #5794bf solid;
  border-left: 1px #c5daed solid;
  border-right: 1px #b7d5ea solid;
  border-bottom: 1px #c7e2f1 solid;
}
.stacktrace {
  font-size:95%;
  overflow:scroll;
}
form {
  margin:0;
}
a img {
  border:none;
}
A:link {
  color:#7458f0;
}
A:visited {
  color:#854fd6;
}
#header {
  padding-bottom:4px;
}
.wrapper {
  text-align:left;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width:100%;
  margin: 0 auto -20px auto; /* footer's height */
}
.footer, .push {
  height: 20px; /* .push must be the same height as .footer */
}
.footer {
  width:960px;
  margin: auto;
  font-size:80%;
  clear:both;
}
#content {
  width:800px;
  text-align:left;
  margin:0 auto;
}
li {
  background-color:inherit;
}
dd {
  margin-left:1cm;
}
dt {
  padding-top:.5cm;
}
.description {
  margin:0px;
  padding-top:3px;
}
.required {
  font-weight:600;
}
.required:after { content: "*" }

.info_box {
  border:1px solid #9BB226;
  background-color: #EBF4BA;
  padding:10px;
  margin: 5px 15px 2px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.info_box .dismiss {
  margin-top: .7cm;
}
.error_box {
  border-color:#B72E27;
  background-color:#ffa1a3;
  color:black;
}
.errors {
  color:#e02b2f;
  list-style:none;
  padding:0;
}
ul.errors {
  display:inline;
}
.input_action_text {
  padding-left:5px;
  font-size:70%;
  vertical-align:5%;
}
#top_logo {
  margin:6px 0 0 6px;
}
.sign_in {
  width:9cm;
  padding:0 .5cm 0 .5cm;
  float:right;
  border:1px solid #888;
}
.utility_bg {
  text-align:left;
  background-color:#EBF4BA;
}
.tagline {
  font-size:90%;
  margin-top:-.3cm;
  padding:.05cm .5cm .2cm .8cm
}
#logo_big {
  padding:20px;
}
#logo_farm {
  position:relative;
  vertical-align:middle;
}
#logo_farm > div {
  float:left;
  margin:15px;
  position:relative;
}
#logo_safe {
  float:left;
}
#logo_wordslug {
  float:left;
}
#logo_ctw {
  float:left;
}
#logo_regi {
  float:left;
}
.tagline_darkbg {
  color:#bbb;
  font-size:120%;
}
#blog_img {
  vertical-align:100%;
}

