html {
    font-size: 62.5%;
}
body {
    color: #666666;
    font: 1.2em/1.7 Helvetica,Arial,sans-serif;
}

a {
    color: #1372B3;
}

img {
    border: 0 none;
    display: inline;
}

h1 {
    color: #1372B3;
    font-size: 1.4em;
    line-height: 1.5;
    margin: 0 0 14px;
    padding: 0;
}
pre {
    font-size:12px;
}
.bodyWrapper {
    background: url("/images/login-module-bg.png") repeat-x scroll 0 100px rgba(0, 0, 0, 0);
    border: 1px solid #CCCCCC;
    border-radius: 7px;
    box-shadow: 0 0 12px #DDDDDD;
    margin: 20px auto 10px;
    min-height: 400px;
    padding: 20px 25px 5px;
    width: 700px;
}
.bodyHeader {
    height: 75px;
    margin-bottom: 20px;
}
.bodyIcon {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/images/error/repair.png");
    background-repeat: no-repeat;
    float: right;
    height: 180px;
    width: 180px;
}
.broken {
    background-image: url("/images/error/broken.png");
}
.nodealer {
    background-image: url("/images/error/no-dealer.png");
}
.bodyMessage {
    width: 500px;
}
.footer {
    font-size: 0.875em;
    margin: 10px auto 0;
    padding: 5px 0 10px;
    width: 750px;
}
