﻿h2 {
    font-size: 18pt;
    font-weight: bold;
    padding-top: 15px;
    margin-bottom: 30px;
}

* html #error_container {
    height: 100%;
}

body > #error_container {
    height: auto;
}

#error_container {
    padding-top: 150px;
}

#error_main_contents {
    width: 850px;
    margin: 0 auto;
}

#error_main_contents > fieldset{
    margin-top: 20px;
    padding: 15px;
}

#error_img {
    float: left;
}

#error_contents {
    padding-left: 350px;
    position: relative;
}

#messages {
    line-height: 200%;
    padding-left: 20px;
}

#links {
    position: absolute;
    bottom: 0;
    right: 0;
}

    #links > li {
        display: inline-block;
    }

        #links > li:first-child {
            margin-left: 0;
        }

    #links a {
        color: rgb(51, 102, 255);
    }

#error_footer {
    color: rgb(153, 153, 153);
    font-size: 8pt;
    width: 100%;
    height: 16px;
    position: absolute;
    bottom: 0;
}

#system_version {
    float: left;
    padding-left: 5px;
}

#copyrights {
    float: right;
    padding-right: 5px;
}
