
textarea, select, table, input
{
  font-family: expression(this.style.fontFamily = this.parentNode.currentStyle['fontFamily']);
  font-size: 1em;
}

.button_special
{
  font-family: times;
}

input
{
  margin-top: -1px !important;
  margin-bottom: -1px !important;
}

.radio, 
.radio_list,
.checkbox,
.checkbox_list
{
  width: 13px;
}

.surveytable
{
    -pie-border-radius: 0 0 1px 0;
    behavior: url("/static/js/pie.htc");
}
