body {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
  background-color: #FFF;
  background-image: url(../images/public/shadow.gif);
  background-repeat: repeat-x;
  background-position: top;
}

body, td, input {
  font-family: Arial, Geneva, Helvetica, Verdana, Sans-Serif;  
}

input {
  font-size: 1em;
}

td {
  vertical-align: top;
}

p {
  margin: 0;
  padding: 0;
  margin-bottom: 1.5em;
  line-height: 1.6em;
}

h1 {
  padding: 0;
  margin: 0;
  font-size: 2.4em;
  margin-bottom: 15px;
}

h2 {
  padding: 0;
  margin: 0;
  font-size: 1.8em;
  color: #dcc2b3;
  margin-bottom: 10px;
}

a {
  color: #dcc2b3;
}

a.small {
  font-size: 0.8em;
}

form {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

div.field {
  margin: 0;
  padding: 0;
  margin-bottom: 0.8em;
}

input.but {
  border: 0;
  background-color: #c8c8c8;
  color: #3a1e00;
  padding: 3px;
}

input.txt {
  border: 1px solid #FFF;
}

div#logo {
  height: 90px;
}

  div#logo img {
    padding-top: 30px;
    padding-left: 60px;
  }

div#main {
  background-color: #1e1e1e;
  background-image: url(../images/public/bg.gif);
  background-repeat: repeat-y;
  background-position: left;
}

table#columns {
  color: #fff;
}

td#content {
  padding-top: 25px;
  padding-bottom: 15px;
  padding-left: 60px;
  padding-right: 80px;
  width: 308px;
}

  td#content h1 {
    color: #e6e6e6;
  }
  
  td#content div.box {
    padding-bottom: 15px;
  }
  
  td#content input.txt {
    width: 280px;
  }
  
  td#content input.site_address {
    width: 160px;
  }
  
  td#content form p {
    margin-bottom: 10px;
  }
  
td#sidebar {
  padding-top: 10px;
  padding-bottom: 15px;
  width: 200px;
}

  td#sidebar div.box {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  td#sidebar p {
    margin-bottom: 1em;
  }

  td#sidebar h1 {
    color: #bbbbbb;
    margin-bottom: 0.4em;
  }

div#footer {
  padding-left: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url(../images/public/shadow.gif);
  background-repeat: repeat-x;
  background-position: top;
}

div.flash {
  color: #FFFFB1;
  padding-top: 15px;
}

div#domain_availability div.bad {
  color: #FFFFB1;
}

div.fieldWithErrors {
  display: inline;
}

  div.fieldWithErrors input {
    border: 1px solid #FFFFB1;
    background-color: #FFFFB1;
  }

div.errorExplanation {
  padding-top: 15px;
}

  div.errorExplanation h2 {
    font-size: 1em;
    color: #FFFFB1;
  }
  
  div.errorExplanation ul {
    margin: 0;
    padding: 0;
    margin-left: 1.2em;
  }
  
  div.errorExplanation li {
    margin-bottom: 0.2em;
  }