/*
 * Unsubscribe Styles
 */

#unsubscribe-form p.fields {
  margin: 1em 0 0 0;
}
#unsubscribe-form label {
  display: block;
  color: #cc0000;
  font-weight: bold;
}
#unsubscribe-form input.text,
#unsubscribe-form select,
#unsubscribe-form textarea {
  display: block;
  background: url(/images/input-background-dark.gif);
  border: none;
  padding: 3px;  
  font-size: 1.2em;
  margin-bottom: 6px;
  width: 200px;
}
#unsubscribe-form textarea {
  width: 400px;
  height: 70px;
  margin-bottom: 2px;
}
#unsubscribe-form select {
  width: auto;
}
#unsubscribe-form input.submit {
  margin-left: 146px;
}