﻿
html,
body {
    height: 100%;
}

body {
    background-color: #f2f2f2;
    color: #444;
    font: 12px/1.5 'Helvetica Neue', Arial, Helvetica, sans-serif;
    background: url("../images/blueprint.png") repeat 0 0;
}

#Error div.da-wrapper {
    width: 100%;
    height: auto;
    min-height: 100%;
    position: relative;
    min-width: 320px;
}

#Error div.da-wrapper .da-container {
        width: 96%;
        margin: auto;
    }

#Error div.da-content {
    clear: both;
    padding-bottom: 58px;
}



#Error div.da-error-wrapper {
    width: 320px;
    padding: 30px 0;
    margin: auto;
    position: relative;
}

#Error div.da-error-wrapper .da-error-heading {
        color: #e15656;
        text-align: center;
        font-size: 24px;
        font-family: Georgia, "Times New Roman", Times, serif;
    }



#Error div.da-error-wrapper .da-error-code {
    width: 285px;
    height: 170px;
    padding: 127px 16px 0 16px;
    position: relative;
    margin: auto;
    margin-bottom: 20px;
    z-index: 5;
    line-height: 1;
    font-size: 32px;
    text-align: center;
    background: url("../images/error-hanger.png") no-repeat center center;
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    transform-origin: center top;
    -webkit-animation: error-swing infinite 2s ease-in-out alternate;
    -moz-animation: error-swing infinite 2s ease-in-out alternate;
    animation: error-swing infinite 2s ease-in-out alternate;
}

#Error div.da-error-wrapper .da-error-code .tip {
        padding-top: 2px;
        color: #e15656;
    }

#Error div.da-error-wrapper .da-error-code .tip2 {
        padding-top: 15px;
    }

#Error div.da-error-wrapper .da-error-code .tip3 {
        padding-top: 20px;
        font-size: 16px;
        color: #e15656;
    }

#Error div.da-error-wrapper .da-error-pin {
    width: 38px;
    height: 38px;
    display: block;
    margin: auto;
    margin-bottom: -27px;
    z-index: 10;
    position: relative;
    background: url("../images/error-pin.png") no-repeat center center;
}

#Error p {
    margin: 0;
    padding: 0;
}
