body {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    color: #000000;
    text-align: center;
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
}

#errorPageDiv {
    height: 550px;
    min-width: 1150px;
}

#errorHdr {
    height: 95px;
    background: transparent url(../images/vbridges/login_bkg_hdr.png) 0 0
        repeat-x;
}

#errorBkg {
    background: transparent url(../images/vbridges/login_bkg.png) 0 0
        no-repeat;
    width: 350px;
    height: 95px;
    top: 0;
    left: 0;
    position: absolute;
}

.message {
    text-align: center;
    margin: 0 auto;
    width: 90%;
    font-size: 12pt;
}

#headerLogo {
    background: url("../images/vbridges/Verde_VDI_logo.png") no-repeat scroll 0 0
        transparent;
    height: 63px;
    left: 55px;
    position: absolute;
    top: 35px;
    width: 216px;
}
