@import url(reset.css);

body {
  background-color: #CAE8E8;
  padding: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

h1 {
  font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-bottom: 18px;
  color: #369;
}

p {
  line-height: 18px;
  margin-bottom: 14px;
}

label {
  display: block;
  width: 150px;
  float: left;
}

input {
  width: 300px;
  border: 1px solid #369;
  font-size: 11px;
}

#i_submit {
  width: auto;
  background-color: #891A2E;
  color: white;
  margin-left: 150px;
}