

#bg-shadow-top-error {
    background:url(/img/bg-shadow-top-error.png) no-repeat 50% 0;
    }
    
#bg-shadow-bottom-error {
    background:url(/img/bg-shadow-bottom-error.png) no-repeat 50% 100%;
    padding-bottom:22px;
    }
    
#wrapper-error {
    width:1000px;
    margin:0 auto;
    }
    
#header-error { 
    height:124px;
    }
    #header-error #header-logo-error {
        height:124px;
        width:274px;
        margin:0 auto;
        background:url(/img/logo-place.png) no-repeat;
        }
        #header-error #header-logo-error img {
            margin-top:10px;
            }
            
#error-menu ul {
    text-align:center;
    color:#d3d3d3;
    padding-bottom:30px;
    }             
#error-menu li {
    display:inline;
    } 
            
#content-error {
    background:#fff;
    margin-top:22px;
    padding:0 60px;
    }                 
    #content-error .error-text {
        font-size:28px;
        line-height:1.4em;
        padding:0 140px;
        text-align: center;
        }                  
    #content-error .car {
        background:url(/img/car.jpg) no-repeat 50% 50%;
        width:810px;
        height:262px;
        margin:50px auto;
        }       
                   
    #content-error #error-search {
        display:block;
        width:420px;
        margin:0 auto;
        border:1px solid #dadada;
        background:#f6f6f6;
        padding:4px 10px;
         border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;       
        }                     
        #content-error #error-search #error-search-q,
        #content-error #error-search #error-search-s {
            padding:0;
            margin:0;
            height:29px;
            display:block;
            float:left;
        }
        #content-error #error-search #error-search-q {
            border:none;
            background:transparent;
            font-size:22px;
            color:#676767;
            margin-right:10px;
            width:380px;
            }                       
        #content-error #error-search #error-search-s {
            width:29px;
            }  
    
pre.error {
    display:block;
    font-family:Consolas,'Courier New',monotype;
    margin:18px 0;
    background:#f6f6f6;
     border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; 
    padding:12px;
    border:1px solid #eaeaea;
    }
    pre.error h2 {
        font-family:Arial,Verdana,Geneva,Helvetica,sans-serif;
        background:#eaeaea;
        margin:18px -12px 8px;
        padding:6px 12px;
        }
