﻿#error-wrapper {
    width: 669px; 
    height: 446px; 
    background-image: url(dospropmt.gif);
    z-index: 100;
    position: absolute;
    bottom: 10px;
    left: 50px;
}
#close-button {
    position: absolute;
    right: 5px;
    top: 2px;
    height: 25px;
    width: 18px;
    overflow: hidden;
}
p {
    font-size: 10pt;
}
#error-inner {
    padding: 32px 6px 6px 6px;
}
#divError {
    color: #fff; 
    width: 657px; 
    height: 408px; 
    line-height: 12px !important; 
    overflow-y: auto;
}
#divError * {
    font-family: Terminal, Courier;
    font-size: 12px !important;
    color: #C0C0C0;
    line-height: 12px !important;
}
