/**
 * Created by Pat Kujawa, pat@bigskypenguin.com, for Soul Vibrations
 */

div {
  clear: both;
}
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #ccc;
  background: #EEB;
}
* html fieldset {padding-top: 0;} /* IE filter */
fieldset label.required {
  color: red; background-color: inherit;
}
h1, h3 {
  text-align: center;
  margin: 0 auto;
}
h3 {
  margin-bottom: 10px;
}
input[type="text"], select {
  width: 200px;
}
td#radio input {
  float: left;
}
label {
  float: left;
  width: 9em;
  margin-right: 1em;
}
table {
  width: 100%;
  margin: 0 auto; /* centers the table */
  border: 0;
}
table td {
  padding: 5px;
}