body {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    color: #333;
    text-align: center;
    line-height: 1.3;
    background: #f2f2f2;
}
a {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #000;
}
h1 {
    font-size: 24px;
}
h2 {
    padding-bottom: 15px;
    font-size: 14px;
}
p.description {
    margin-bottom: 15px;
    line-height: 1.5;
}
ul.options {
    line-height: 1.5;
    list-style-image: url(../images/error/bullet.gif);
    list-style-position: inside;
}
#container {
    position: relative;
    margin: 50px auto 10px auto;
    width: 808px;
    background: url(../images/error/container-bg.gif) repeat-y;
}
#container-top {
    width: 808px;
    height: 13px;
    font-size: 0px;
    background: url(../images/error/container-top.gif) no-repeat;
}
#container-bottom {
    width: 808px;
    height: 13px;
    font-size: 0px;
    background: url(../images/error/container-bottom.gif) no-repeat;
}
#container-content {
    padding: 50px 10px 50px 260px;
    margin: 0 4px;
    width: 530px;
    min-height: 240px;
    text-align: left;
    background: #ebebeb url(../images/error/container-content.gif) repeat-x;
}
form#search {
    margin-top: 10px;
}
input {
    vertical-align: middle;
    padding: 5px;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    color: #333;
    font-style: italic;
    background: #fff url(../images/error/input-bg.gif) repeat-x;
    border: 1px solid #aeaeae;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
input#search-box {
    width: 150px;
}
input.button {
    padding: 5px 10px;
    cursor: pointer;
    font-style: normal;
    font-weight: bold;
    text-shadow: 0px 0px 1px #fff;
    background: #f0f0f0 url(../images/error/button-bg.gif) repeat-x;
}
/* Remove the additional button padding in firefox */
input.button::-moz-focus-inner {
  padding: 0;
  border: none;
}
#error-label {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 146px;
    height: 146px;
}
#error404, #error500 {
    position: absolute;
    top: 107px;
    left: 65px;
    width: 144px;
    height: 117px;
}