.error {
  font-size: 140%;
  font-family: sans-serif;
  font-weight: bold;
  text-align: center;
  background: red;
  color: white;
  padding: 1em;
}
.unobtrusive { 
  color: #444; 
  font-size: 90%; 
  font-weight: normal;
}
select { font-size: 75%; padding: .2em 0 .2em 0 }
input, textarea, select { 
  /* border-width: 1px; */
  padding: .2em;
}
input.checkbox { border: none; }

form#signature {
  clear: right;
  -moz-border-radius: .5em; 
  border: 1px solid #bbb;
  border-right: 2px solid #444;
  border-bottom: 2px solid #444;
  padding: 0 .8em .5em .8em;
  margin: 1em 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* width: 31em; */
  background-image: url(/images/bg_parchment.jpg);
  background-repeat: repeat;
}
#body form input,
#body form textarea,
#body form select { 
/*
  border-style: solid;
  border-color: black;
*/
}
#body input:focus,
#body textarea:focus,
#body select:focus { 
  background: #ffffcc;
}
#body form div { clear: both; margin-bottom: .8em }
button { padding: .2em 1em; font-size: 120%; }
td { padding-right: .2em }

form#signature label { 
  position: relative;
  cursor: pointer; cursor: hand; 
  font-size: 100%; 
  font-weight: bold;
  /* \*/ padding-left: 22px; /* To leave room for the icon */
  float: left;
  width: 7em;
}
#signature label.checkbox {
  display: inline; 
  width: auto;
  float: none;
  padding: 0px;
  font-weight: normal;
}
#signature label.small {
  display: block;
  width: auto;
  float: none;
  padding: 0px;
  font-size: 90%;
  color: #444;
  font-weight: normal;
  font-style: italic;
}
#signature label.required {
  background-image: url(/images/label-required.gif);
  background-repeat: no-repeat;
  background-position: 3px 0px;
}
#signature label.completed {
  background-image: url(/images/label-complete.gif);
  background-repeat: no-repeat;
  background-position: 3px 0px;
} 
.petitiontext {
  font-family: Georgia, "Times New Roman", serif;
  margin-bottom: 1.2em;
  border-bottom: 1px dotted gray;
}

.siglist { 
   width: 100%;
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size: 90%;
   margin: 1em 0 1em 0;
}
.siglist td { 
  vertical-align: top; 
  padding: 3px 8px;
  /* \*/ background: inherit; /* causes Mac MSIE to crash! */
}
.siglist thead th {
  padding: 3px 8px;
  font-weight: bold;
  text-align: left;
  white-space: nowrap; 
}
.siglist tbody tr { background: #fff }
.siglist tbody tr.even { background: #eee }

