div.form { 
  position: relative; /* Needed for Mozilla to fix focus problem */
  z-index: 30;
  width: 98%;
  margin: auto;
}
input.button, 
button {
  margin: 1% auto 1% auto;
  text-align: center;
  font-family: 'trebuchet ms', sans-serif;
  font-size: 0.9em;
  font-weight: 700;
  color: #888;
  background-color: #ffd8bb; 
}
input.button:hover, 
input.button:focus,
button:hover, 
button:focus { 
  color: #000;
  cursor: pointer;
}
input, textarea {
  display:block;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  font-weight: 700;
  color: #000000;
  background-color: #edb; 
}
fieldset input.button { 
  display: inline;
 }
label { 
  display: block;
  text-align: left;
  font-family: arial, sans-serif;
  font-size: 0.9em;
  font-weight: 700;
  margin-bottom: 1em;
}
fieldset { 
  margin: 0 auto 0 auto;
  display: block;
}
fieldset.info,
fieldset.church { 
  margin-top: 2em;
  width: 85%;
}
span.attention {
  color: red;
}
div.articlebody input { 
  margin: 0 auto 0 0;
}
div.articlebody input.button { 
  margin: 0 auto 3px auto;
}
div.articlebody form { 
  margin-top: 1em;
}