﻿    @charset "utf-8";
    /* CSS Document */
    *

{
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background-image: url(../images/error/bg.png);
    background-repeat: repeat;
}

.oops {
    margin: 10px;
    float: left;
    width: 10%;
    min-width: 100px;
    padding-left: 1%;
}

.home {
    text-align: center;
    /*padding-right:5%;*/
    display: inline-block;
    width: 100%;
    margin: 15px 0 0 0;
}

.header_error {
    display: inline-block;
    width: 100%;
}

.error {
    float: left;
    margin-top: 20px;
    width: 75%;
    text-align: center;
}

#DetailedErrorPanel {
    margin: 0 25px;
    padding: 10px;
    border: 1px solid #2c3e50;
    border-left: 10px solid #2c3e50;
}

.error_handling_msg p {
    font-size: 14px;
}

    .error_handling_msg p span {
        font-size: 14px;
        padding: 5px 0;
        display: inline-block;
    }

.error_head {
    font-family: sans-serif;
    font-size: 300%;
    font-weight: bold;
    color: #d35400;
}

.error_con {
    font-family: sans-serif;
    font-size: 200%;
    color: #d35400;
}


.contact {
    padding-left: 5%;
    padding-top: 10px;
}

.contact_head {
    font-size: 200%;
    color: #2c3e50;
}


.contact_content {
    font-size: 100%;
    color: #2c3e50;
}


.button_g {
    background-color: #2c3e50;
    color: #FFF;
    padding: 5px 8px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    font-family: sans-serif;
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 20px;
    /*position:absolute;*/
    font-size: 12px;
    text-decoration: none;
}
