 .body-404 
 {
     margin:0;
     padding:0;
     background:url('/404/images/pageBg-404.jpg') repeat;
     font-family:'Arial';
     font-size:14px;
 }
 
 .h1-404, .h2-404  
 {
     font-weight:normal;
     font-family:'Roboto';
     color:#EE1C1C;
 }
 
 .h1-404
 {
     font-size:42px;
     margin:0 0 20px 0;
 }
 
 .h2-404 
 {
     font-size:30px;
     margin:0;
 }
 
 .h3-404 
 {
     font-weight:bold;
     font-size:23px;
     margin:0 0 20px 0;
 }
 
 .box-404
 {
    background:url('/404/images/whiteBoxBG-404.jpg') no-repeat;

    width:762px; 
    height:350px;
    margin:100px auto 0 auto;
    padding:40px 20px 40px 60px ;
 }
 
 .list-404
 {
     margin:20px 0 0 0;
     padding:0 40px 20px 40px;
     font-family:'Arial';
     font-size:14px;
 }
 
 .list-404 li
 {
     margin:10px 0 0 0;
     font-family:'Arial';
     font-size:14px;
 }
 
  
  a.Btn-404
  {
      display:inline-block;
      font-weight:bold;
      padding:10px 15px 10px 15px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      font-size:14px;
      color:#000000;
      text-decoration:none;
      margin:10px 20px 0 0;
      background: -moz-linear-gradient(center top,#fcfcfc 0,#ededed 100%);
      background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fcfcfc),color-stop(100%,#ededed));
      background: -webkit-linear-gradient(top,#fcfcfc 0,#ededed 100%);
      background: -o-linear-gradient(top,#fcfcfc 0,#ededed 100%);
      background: -ms-linear-gradient(top,#fcfcfc 0,#ededed 100%);
      background: linear-gradient(top,#fcfcfc 0,#ededed 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc',endColorstr='#ededed',GradientType=0);
      border :1px solid #c0c0c0
  }
  
  a.Btn-404:hover
  {
      text-decoration:underline;
  }
    
    