body {
  color: #000000;
  background-color: #ffffff;
  font-family: Verdana, Arial;
  font-size: 10pt;
}

img {
  line-height: 100px;
  vertical-align: middle;
}

.margin {
  margin: 10;
}

.content {
  background: white url("background.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  height: 400px;
  width:600px;
  border-color: #666666; 
  border-style:solid; 
  border-width:1px;
  margin: 10px;
  background-color: #ebebff;
}

form {
  padding: 10;
}

label {
  clear: left;
  width: 20%;
  float: left;
  text-align: right;
  padding-right: .5em;
}

number {
  color: #000000;
  background: #ffffff;
  border: 1px solid #666666;
}

div.notes { 
  float: right; 
  width: 170px; 
  height: auto; 
  margin-left: 10px;
  margin-right: 5px; 
  margin-top: 10px; 
  margin-bottom: 10px; 
  padding: 10px; 
  border: 1px solid #666666; 
  background-color: #ffffe1;
  color: #000000; 
  font-size: 88%; 
}

.noteheader {
  color: #496CFF;
}

.thankyou {
  height: auto;
  width: auto;
  padding: 10;
  text-align: center;
  background-color: #b0f490;
}

.formerror {
  height: auto;
  width: auto;
  padding: 10;
  text-align: center;
  background-color: #FF9E9E;
}
