body {
  margin: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 22px;
  padding-bottom: 10px;
  font-family: "Lucida Grande", Geneva, Arial, sans-serif;
  font-size: 12px;
  color: #666;
}
div.banner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 350px;
  text-align: center;
  }
  
div.headline {
  width: 300px;
  height: 45px;
  padding-top: 1px;
  font-weight: bold;
  overflow: hidden;
}
div.headline div.l1 {
  color: #999;
  font-size: 12px;
}
div.headline div.l2 {
  font-size: 14px;
}
div.headline div.l3 {
 font-size: 10px;
 color: #999;
}
div.form table {
  width: 300px;
  font-family: "Lucida Grande", Geneva, Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  padding: 1px;
}
div.form th {
  color: #fff; 
  text-align: left;
}
div.form td {
  color: #666; 
  vertical-align: top;
}
div.form td.left {
  border-left: 1px solid #666;
}
div.form td.right {
  border-right: 1px solid #666;
}
div.form td.fill {
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}
div.form input {
  width: 160px; 
  height:21px;
  border: 1px solid #666;
}
div.form input.button {
  width: 60px;
  background-color : #666;
  color: #ffffff;
  font-weight: bold;
}
div.form textarea {
  width: 160px;
  height:90px; 
  border: 1px solid #666;
  font-family: "Lucida Grande", Geneva, Arial, sans-serif;
  font-size: 12px;
}
.small {
  font-size: 10px;
  font-weight: normal;
}
.error {
  font-size: 10px;
  font-weight: normal;
  color: #ff0000;
}
div.footer {
  width: 310px;  
  padding-top: 5px;
  font-size: 11px;
  color: #666666;  
}
form {
	margin:0px;
	padding:0px;
}
body.anna {
	background-color: #fefdd2;
	}
body.anna div.form th {
	background-color: #336;
	}
body.anna div.form td {
	background-color: #ff9;
	}
body.anna div.form td.spacer {
	background: #fefdd2;
	}