/* Error pages */

#error {
  position: relative;
  width: 726px;
  height: 390px;
}

#error #text {
  padding: 30px 0px 20px 0px;
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
}

#error-bottom {
  width: 800px;
  height: 40px;
  margin-left: 90px;
  background: url('/common/images/shop/backgrounds/error-bottom.png') no-repeat top center;
  margin-bottom: 25px;
}


