.modal-window {
    position: absolute;
    top: 0;
}

.modal-window-bg {
    position: absolute;
    top: 0;
    z-index: 1;
    background: silver;
    overflow: hidden;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.modal-window-inner {
    position: absolute;
    top: 0;
    width: 500px;
    height: 580px;
    overflow: hidden;
    background: white;
    color: black;
    z-index: 2;
}

.modal-window-header {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 100%;
    border-bottom: 1px solid #903;
    font-size: 1.2em;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
}

.modal-window-content {
    position: absolute;
    top: 30px;
    left: 0;
    height: 520px;
    width: 100%;
    overflow: auto;
}

.modal-window-content img {
    display: inline;
}

.modal-window-content p {
  width: 475px;
  margin: 7px auto;
  padding: 0;
}

.modal-window-content p.screenshot {
  margin-top: 10px;
}

.modal-window-content .currencies input,
.modal-window-content .currencies span {
  cursor: pointer;
}

.modal-window-content form {
  display: block;
  margin: 0.5em auto;
}

.modal-window-content form dl {
  width: 475px;
  margin: 0.5em auto;
}

.modal-window-content form dl dt {
  display: block;
  width: 6em;
  float: left;
  padding-right: 10px;
}

.modal-window-content form dl dd {
  margin-bottom: 0.5em;
}

.modal-window-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 100%;
    border-top: 1px solid #903;
    line-height: 30px;
    text-align: right;
}

.modal-window-footer a {
    padding-right: 13px;
}
