﻿body{
    background-color: #eae8e9;
}
.error-containner {
    width: 100%;
    min-height: 800px;
    
}

.error-box {
    margin: 0px auto;
    width: 1000px;
    padding: 0px 0px 0px 0px;
}

.error-border {
    /*border:3px solid #fff;*/
    border-radius: 5px;
    width: 100%;
    height: 400px;
    padding: 20px 20px;
}

.error-icon {
    background: url(/App_Themes/Theme/Images/message/error-icon.png) top center no-repeat;
    width: 90px;
    height: 90px;
}

.error-box-msg {
    width: 620px;
    margin-top: -200px;
    margin-left: 150px;
}

.error-box-icon {
    background: url(/App_Themes/Theme/Images/message/error-pic.png) left center no-repeat;
    height: 612px;
    margin: 0 auto;
    width: 620px;
}

.error-return {
    background: url(/App_Themes/Theme/Images/message/error-return.png) center center no-repeat;
    height: 50px;
    width: 150px;
    border: 0;
    text-indent: 25px;
    font-size: 16px;
    cursor: pointer;
}
