@charset "utf-8";

h2 {
  background:url("img/subtitle.png") no-repeat;
}
* html h2 {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/subtitle.png);
}
#submenu {
  background:url("img/submenu_back.jpg") no-repeat;
}
#iqform table {
  margin:1.6em auto;
}
#iqform td {
  padding:2px 4px;
  border-top:dashed 1px #999999;
  border-bottom:dashed 1px #999999;
}


