body {
    background-color: #ffffff;
    font-size: 10pt;
    font-family: Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    color: #244c75;
    margin: 10px auto;
    padding: 0px 10px;
    width: 780px;
}

.header{
    background-image: url("../../img/header.gif");
    background-repeat: no-repeat;
    height: 45px;
    width: 780px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 38px;
}

.footer{
    height: 160px;
    background-image: url("../../img/footer.jpg");
    background-repeat: no-repeat;
}

img{
    border-style: none;
}

input{
    color: #244c75;
}

.validatorMessage{
    display: block;
    font-size: 11pt;
    color: #ff0000;
    font-weight: bold;
}