* {
  padding: 0;
  margin: 0;
}
body {
  font: normal 12px Verdana, Arial, sans-serif;
  background: #9AA1B7;
  text-align: center;
}
img {
  border: 0;
}
#page {
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  margin: -5px 0 0 -5px;
  border: 10px solid #c1c9e5;
  overflow: auto;
  text-align: center;
}
h1 {
  font-size: 24px;
  margin-bottom: 12px;
}
h2 {
  font-size: 18px;
  margin-bottom: 6px;
}
fieldset {
  padding: 5px;
  border: 1px solid #C5C7CE;
  margin-bottom: 12px;
}
legend {
  letter-spacing: 1px;
  font: 12px/12px Verdana, Arial, sans-serif;
  color: #8B8F9D;
  padding: 0 6px;
  text-align: center;
}
*:first-child+html legend {
  margin-bottom: 6px;
}
* html legend {
  margin-bottom: 6px;
}
a {
  color: #0c3292;
}
a:hover {
  color: #f68f1e;
}
div.action {
  font-size: 18px;
}
a.option, a.button {
  background: #fff url(option.gif) no-repeat 0 0;
  font: 12px/29px Verdana, Arial, sans-serif;
  width: 177px;
  text-align: center;
  margin-bottom: 2px;
  display: block;
  color: #000;
  text-decoration: none;
}
a.option:focus, a.button:focus {
  outline: none;
}
a.option:hover, a.button:hover {
  color: #000;
  background-image: url(option-hover.gif);
}
a.chosen, a.chosen:hover {
  background-image: url(chosen.gif);
}
a.disabled, a.disabled:hover {
  cursor: default;
  background-image: url(option-disabled.gif);
}
img {
  border: 0;
}
td.image {
  text-align: center;
  width: 120px;
  padding: 12px 12px 12px 0;
}
td.description {
  text-align: left;
}
td.description span {
  font-size: 16px;
  font-weight: bold;
}
td.description strong {
  font-weight: normal;
  font-style: italic;
}
.video {
  width: 32px;
  text-align: center;
}
.video a {
  text-decoration: none;
}
