body {
    background-image: url('/images/background.jpg');
    background-repeat: no-repeat;
}

body, p, ol, ul, td, input {
    font-family: Arial;
    font-size: 16pt;
    /* line-height: 18px;*/
}

.error {
    position: absolute;
    top: 390px;
    left: 510px;
}

.buttonstyle {
    background-image: url('/images/submit.png');
    width: 144px;
    height: 35px;
    border: 0;
}

.txtfield {
    height: 30px;
    float: left;
    margin-right: 30px
}

.buttonstyle:hover {
    background-image: url('/images/submit-over.png');
    width: 144px;
    height: 35px;
}

.thanks {
    position: absolute;
    top: 380px;
    left: 120px;
    width: 800px;
}

.thanks-text {
    font-size: 24pt;
    color: #ADBDC2
}

.email-text {
    line-height: 1%
}

.form {
    position: absolute;
    top: 405px;
    left: 130px;
}

pre {
    background-color: #eee;
    padding: 10px;
    font-size: 11px;
}

a {
    color: #000;
}

a:visited {
    color: #666;
}

a:hover {
    color: #fff;
    background-color: #000;
}

.fieldWithErrors {
    padding: 0;
    float: left;
}

#errorExplanation {
    font-family: Arial;
    font-size: 14px;
    left: 530px;
    margin-bottom: 20px;
    padding: 7px;
    position: absolute;
    top: 0;
    width: 300px;
}

#errorExplanation h2 {
    font-weight: bold;
    font-size: 14px;
    font-family: Arial;
    display: inline;
}

#errorExplanation p {
    display: none;
}

#errorExplanation ul li {
    list-style: square;
    font-size: 14px;
    font-family: Arial;
}
