﻿#page404-div {
    background: #c4c4c2; /* Old browsers */
    background: -moz-linear-gradient(left, #c4c4c2 0%, #c4c4c2 50%, #faf7f2 50%, #faf7f2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #c4c4c2 0%,#c4c4c2 50%,#faf7f2 50%,#faf7f2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #c4c4c2 0%,#c4c4c2 50%,#faf7f2 50%,#faf7f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    min-height: 100%;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c2', endColorstr='#f2f2f3',GradientType=1 ); /* IE6-9 */
}


#bg {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    max-height: 845px;
    max-width: 1501px;
}
#italic-orange {
    color: #09518c !important;
    font-weight: bold;
}
.ui-widget-content table th a {
    color: #FFF !important;
}