body {
  margin-left         : 10%;
  margin-right        : 10%;
  font-family         : sans-serif;
  background-color    : white;
  background-image    : url('../image/background.png');
  background-position : top;
  background-repeat   : repeat-x;
}

h1 {
  margin              : 0;
  height              : 64px;
  padding-top         : 16px;  
}

.header img {
  float: right;
  height: auto;
  width: 100px;
}

.footer {
  color               : gray;
  font-size           : 75%;
}

#contactform {
        font-family: verdana;
        width: 600px;
}

#contactform h1 {
        font-size: 130%;
}

#contactform img {
        border: 0px;
}

#contactform .errors {
        color: #ff0000;
}

#contactform .correct {
        color: black;
}

#contactform legend {
        font-size: 120%;
        font-weight: bold;
}

#contactform .title {
        color: black;
        font-weight: bold;
        font-size: 90%;
        margin-top: 2px;
        margin-bottom: 5px;
}

#contactform .field {
        color: black;
        font-size: 90%;
        margin-bottom: 7px;
}

#contactform .small {
        font-size: 100%;
}

#contactform .thanks {
        margin-top: 15px;
        color: green;
        font-size: 105%;
        margin-bottom: 15px;
}
