
* html img,
* html .png
{
  behavior: expression((this.runtimeStyle.behavior="none")&& (!this.pngSet) && ((this.nodeName == "IMG") ? ( (this.src.toLowerCase().indexOf('.png')>-1 || this.src.toLowerCase().indexOf('.svg')>-1) ?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "/static/img/transparent.gif"): ( this.pngSet = true )) : (this.origBg = ((this.origBg) ? this.origBg : this.currentStyle.backgroundImage.toString().replace('url("','').replace('")','')), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none"),this.pngSet=true));
}

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

.button_special
{
  font-family: times;
}

.select_fix
{
  overflow: none;
  position: absolute;
}

.surveynavigation div
{
  zoom: 1; 
}

.surveynavigation td
{
  text-align: center;
}

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

.report_logo
{
  display: none;
}