* {
  border: 0;
  font-family: arial;
  margin: 0;
  padding: 0;
}
body {
  font-size: 12px;
}
#content {
  margin: 0 auto;
  width: 600px;
}
.buttons {
  text-align: center;
}
h1 {
  background: url(../img/logo.png);
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: -1000px;
  width: 318px;
}
h2 {
  font-size: 26px;
  letter-spacing: 3px;
  margin: 15px 0;
  text-align: center;
  text-transform: uppercase;
}
fieldset {
  border: 1px solid #000;
  margin: 0 auto 15px auto;
  padding: 5px 25px;
  width: 400px;
}
legend {
  cursor: default;
  font-size: 16px;
  margin: 0 -10px;
  padding: 0 5px;
  text-transform: uppercase;
}
table {
  border-collapse: collapse;
  width: 100%;
}
td {
  padding: 5px 0;
  vertical-align: top;
  width: 200px;
}
blockquote {
  margin: 5px 0 0 10px;
}
blockquote>label {
  font-style: italic;
  font-weight: normal;
}
label {
  clear: both;
  font-weight: bold;
}
input, select {
  border: 1px solid #000;
  clear: both;
  padding: 1%;
  width: 90%;
}
input[type="checkbox"], input[type="button"], input[type="radio"], input[type="reset"] {
  width: auto;
}
input[type="radio"], input[type="checkbox"] {
  border: 0;
}
input[type="button"], input[type="reset"] {
  padding: 5px 15px;
}
input[type="button"]:hover, input[type="reset"]:hover {
  background: #ccc;
  cursor: pointer;
}

#messages {
  margin: 20px auto;
  width: 400px;
}
#messages ul {
  color: #f00;
  list-style: square;
}
.hidden {
  display: none;
}
.success {
  border: 1px solid #4d3;
  color: #4d3;
  padding: 25px;
  text-align: center;
}
.error {
  color: #f00;
  border-color: #f00;
}