@charset "utf-8";

div.button {
  float: right;
}

table.button {
  width: auto;
}

td.top-left {
  background:url(images/button/topleft.gif) no-repeat bottom;
  width: 33px;
  height: 27px;
  }

td.top-right {
  background: url(images/button/topright.gif) no-repeat bottom;
  width: 32px;
  height: 27px;
}

td.bottom-left {
  background: url(images/button/bottomleft.gif) no-repeat;
  width: 33px;
  height: 37px;
}

td.bottom-right {
  background: url(images/button/bottomright.gif) no-repeat;
  width: 32px;
  height: 27px;
}

td.top-center {
  background: url(images/button/top1px.gif) repeat-x bottom;
  height: 29px;
}

td.bottom-center {
  background: url(images/button/bottom1px.gif) repeat-x;
  height: 16px;
}
td.middle-left {
  background: url(images/button/side1px-left.gif) repeat-y;
  width: 12px;
}

td.middle-right {
  background: url(images/button/side1px-right.gif) repeat-y;
  width: 17px;
}

td.content {
  background: url(images/button/middle.gif) repeat-x;
}

h2#rt {
  font: italic bold 1.2em Georgia, Times, serif;
  color: #FFFFFF;
}

h2#chihi {
  font: italic bold 1.2em Georgia, Times, serif;
  color: #fee1e1;
}

h2#rotvaki {
  font: italic bold 1.2em Georgia, Times, serif;
  color: #fee1e1;
}

a.non-decoration {
  text-decoration: none;
  color: #000;
  font: italic 1em Georgia, Times, serif;
}

a.non-decoration:hover {
  color:#ffffff;
}