* {
    font-family: "Arial", "FreeFont", sans-serif;
}
body {
    background: #040404 url(sunrise1200.jpg) no-repeat center 0;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
    position: relative;
    font-size: 11pt;
}
div.body {
    width: 990px;
    margin: 0px auto;
    text-align: left;
    color: #fff000;
    position: relative;
}
div.movie {
    position: absolute;
    top: 70px;
    left: 0;
}
form, div.opaque {
    position: absolute;
    top: 70px;
    left: 510px;
    width: 400px;
    padding: 20px 20px;
}
div.opaque {
    opacity: .3;
    filter: alpha(opacity=30);
    background: #909090;
    height: 165px;
    height: expression("200px");
}
form {
    z-index: 5;
    padding: 20px;
}
div.images {
    position: absolute;
    left: -140px;
    top: 400px;
    text-align: center;
    width: 500px;
}
div.images img {
    margin: 10px;
}
h1, h2 {
    font-size: 14pt;
    margin: 0px;
    padding: 0 0 0 110px;
}
label {
    display: block;
    float: none;
    font-size: 14pt;
    clear: both;
    float: none;
}
label span {
    width: 100px;
    display: block;
    float: left;
    padding: 2px 0;
}
input.text {
    border: solid 1px gray;
    width: 150px;
    height: 18px;
    margin: 0;
    width: 250px;
}
input.button {
    margin: 50px 0 0 0;
    background-color: #18355d;
    border: outset 2px gray;
    width: 150px;
    height: 40px;
    color: yellow;
    font-size: 12pt;
    font-weight: bold;
    position: relative;
    left: -20px;
    top: -20px;
}
