#emailform {
  margin:0;
  margin-top:10px;
  margin-left:30px;
  padding:0;
  width:425px;
}

#emailform #xtra {
  width:85%;
  margin:auto;
  text-align:center;
}

#emailformheader {
  text-align:center;
  font-size:1.25em;
  font-weight:bold;
}

#emailform input, #emailform textarea, #emailform select {
  margin:0;
  padding:0;
  color:#0022cc;
  background-color:#fbfbfb;
  border-width:1px;
}

#emailform #txtarea {
  text-align:right;
}

#emailform .label {
  float:left;
  text-align:left;
  font-weight:bold;
  width:140px;
}

#emailform .long {
  /*apply this to the right element of a left floated
  div that is too long*/
  line-height:3em;
  height:2.5em;
}

* html #emailform .radio {
  /*fix IEs radio button...*/
  background-color:#ffffff;
  vertical-align:middle;
}

#emailform .button {
  text-align:right;
}

#emailform .button input { 
  border-width:1px;
  color:#000000;
  background-color:#dddddd;
}

#emailform .required {
  color:red;
}

#emailform .message {
  float:left;
  font-size:.8em;
}

#emailformerror {
  color:red;
  margin-left:50px;
}

#emailformerror ul {
  list-style-type:none;
}