body, html {
    height: 100%;
    min-height: 582px;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Trebuchet Ms', sans-serif;
    font-size: 14px;
    background: #0066cc;
}

form {
    margin: 0;
    padding: 0;
}

#container {
    position: relative;
    top: 50%;
    height: 582px;
    margin-top: -291px;
}

#container2 {
    width: 640px;
    height: 582px;
    margin: 0 auto;
    background: url('../images/bg_main.jpg') no-repeat;
}

#logo {
    display: block;
    width: 210px;
    height: 155px;
    margin: 2px auto;
    background: url('../images/logo.jpg') no-repeat;
}

#content {
    margin: 25px 40px 0 40px;
    color: #fff;
}
* html #content {
    margin-top: 20px;
}

#content p {
    margin: 1em 0;
}

#form_title {
    margin: 0 20px;
    padding: 7px 0 0 0;
    border-top: 1px solid #63A9EF;
    font-weight: bold;
    text-align: center;
    color: #FFCC00;
}

#form {
    width: 377px;
    margin: 0 auto;
    padding-top: 10px;
    background: url('../images/bg_form.jpg') top no-repeat;
    color: #035DB7;
    line-height: 30px;
}

#form form {
    padding-bottom: 10px;
    background: url('../images/bg_form_b.gif') bottom no-repeat;
}

#form label {
    display: block;
    float: left;
    clear: left;
    width: 130px;
    text-align: right;
}

#form .input {
    height: 16px;
    width: 140px;
    margin: 4px;
}
#form .input_error {
    height: 16px;
    width: 140px;
    margin: 4px;
    border-color: red;
}

#form .note {
    float: right;
    width: 80px;
}

#form .separator {
    clear: both;
    height: 2px;
    background: url('../images/hr_form.gif') center center no-repeat;
    margin: 7px 0;
}
* html #form .separator {
    margin: 0;
}

#form .button {
    margin: 0 153px;
}