.close_error_windows_btn
    {

    display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        color: #710D21;
        cursor: pointer;
        right: 5px;
        top: 5px;
        font-size: 20px;
    }

.black_area
    {   z-index: 9999;
        display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    text-align: center;
    min-height:400px;
    min-width: 700px;
    }


.black_area:after {
        display: inline-block;
        height: 100%;
        width: 0;
        vertical-align: middle;
        content: ''
    }    
    .comment_text_error_area
    {
        
        display: inline-block;  
        height: 300px;
        width: 570px;
        position: relative;
        max-width: 80%;
        border: 1px solid #000;
        background: #fff;
        vertical-align: middle;
    }
    .error_title
    {
        
        padding: 14px 8px 8px 15px;
        margin: 0;
        height: 45px;  
        font-size: 16px;
        font-weight: bold;
        text-align: left;
        background-color: #F3E3D8;
        color: #710D21;
        text-align: left; 
    }
    .error_text
    {
        margin: 10px;
        height: 110px;
        text-align: left;
        width: 515px;
        font-size: 13px;
    }
    #input_txt_comment_error
    {
        width: 534px;
        margin-left: -11px;
        font-size: 15px;
        padding: 3px;
        background: #fff;
        border: 1px solid #000;

    }
    #btn_sub_comment_error
    {
        padding: 3px 12px;
        font-size: 16px;
        background: #F3E3D8;
        border: 1px solid #F3E3D8;
        width: 131px;
        height: 33px;
        position: absolute;
        bottom: 10px;
        right: 20px;
        color: #710D21;
        font-weight: bold;
    }
    .error_inform_text
    {
        text-align: left;
        font-size: 14px;
        margin-left: 10px;
        margin-bottom: 5px;
    }
    
    .sub_error_inform_area
    {
        width: 400px;
        float: left;
        margin: 4px 10px;
        text-align: left;
        font-size: 10px;
        font-style: italic;
    }
 #load {
            background-image:url(loader.gif);
            background-size: cover; 
            position: absolute;
            bottom: 50%;
            left: 50%;
            margin-left: -25px;
            width: 30px;
            height: 30px;
            display: none;
        }
