html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-image: linear-gradient(100% 60% 106deg, #eee, #9f9f9f);
    background-image: -moz-linear-gradient(100% 60% 106deg, #eee, #9f9f9f);
    background-image: -webkit-gradient(linear, 28% 100%, 15% 0%, from(#eee), to(#9f9f9f));
}

.wrapper {
    margin: 0;
    height: 100%;
}

.cmSystemError {
    position: relative;
    top: 40%;
    padding: 20px 20px 40px;
    /*border:1px dashed #555;*/
    margin: 0 auto;
    max-width: 488px;
    background: url(/cmErrorPage/cmErrorPageResources/cmErrorLogo.png) no-repeat scroll right bottom transparent;
}

h1 {
    font-size: 18px;
}

p {
    font-size: 12px;
}

.cmSystemError h1,
.cmSystemError p {
    font-family: Arial,sans-serif;
    margin-top: 0;
    text-shadow: 0 1px #fefefe;
}

.errorMessageContainer {
    display: inline-block;
    vertical-align: top;
    width: 384px;
    padding: 0 0 0 10px;
}
