body
{
    background-image: url("images/background_body.jpg");
    background-repeat: repeat-x;
    background-color: #8ebad7;
}

.errorform
{
    position: relative;
    width: 698px;
    _width: 500px;
    overflow: visible;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    background-color: #fff;
    border: solid 1px #8ebad7;
}

.errorhead
{
    position: absolute;
    margin-right: 0px;
    width: 725px;
    height: 55px;
    top: -1px;
    left:-14px;
    background-image: url('images/background_errorhead.jpg');
    background-repeat: no-repeat;
}

.errorhead h2
{
   margin-left: 90px;
   margin-top: 19px;
   font-size: 14px;
   color: #f1f7fb;
   font-family: Verdana, Sans-Serif;
   font-weight: bold;
}

.errorcontent
{
    position: relative;
    margin-top: 70px;
    margin-left: 10px;
    color: #3d5e87;
}

.errorcontent p
{
    margin: 10px;
}

.errorcontent a.WizardButton
{
    display: inline-block;
    border: solid 1px #b7d5e8;
    color: #002d5f;
    font-size: 13px;
}

.errorcontent a.WizardButton:hover
{
    color: #ff6400;
}

.errorcontent a.WizardButton img
{
    vertical-align: bottom;
}

.errorreflex
{
    position: relative;
    width: 725px;
    height: 156px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('images/errorpage_reflex.png');
    background-repeat: no-repeat;
}

.errorsubsidaries div
{
    float: left;
    width: 330px;
}

.errorsubsidaries a
{
    color: #3d5e87;
    font-weight: normal;
    text-decoration: underline;
}

.errorsubsidaries a:hover
{
    color: #ff6400;
}

.errorsubsidaries img
{
    border: none;
    margin-top: 10px;
}

div.errorlogo
{
    float: left;
    height: 130px;
    width: 100px;
}

.errorsubsidaries div h2 
{
    white-space: nowrap;
    padding-top: 3px;
}

.errorsubsidaries div h2 a
{
    color: #002d5f;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}

.errorsubsidaries div h2 img
{
    float: left;
    margin-right: 10px;
    margin-top: -3px;
}

.errorfoot
{
    clear: both;
    margin: 0px;
    width: 100%;
    height: 37px;
    background-image: url('images/background_errorfoot.jpg');
    background-repeat: repeat-x;
    margin: 0px;
}

.errorfoot img
{
    float: left;
}

.footernote
{
    float: left;
    color: #3d5e87;
    font-size: 10px;
    padding-top: 5px;
}

.footerversion
{
    color: #3d5e87;
    font-size: 9px;
    padding-top: 2px;
    margin-left: 500px;
}
