/* copyright 2014 - Netgem (c) */
/* license   http://www.netgem.com/ Netgem License (c) */
@CHARSET "UTF-8";

html {
    margin: 0;
    padding: 0;
    border: 0;
}

div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,
code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

body { /* Text */
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 1.2em;
    /* Size and position */
    padding: 0;
    /* Colors */
    background: #f3f4f5;
    color: rgb(0, 0, 0);
}

a {
    color: #1e688a;
    text-decoration: none;
}

.errorContents p {
    font-size: 0.8em;
    color: #575F66;
}

.errorTitle { /* Size and Position */
    height: 30px;
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    padding: 9px 10px 0px 10px;
    /* Colors */
    background: -moz-linear-gradient(top, #ffffff, #e3e4e5); /* FF, Flock */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),
        to(#e3e4e5) ); /* Safari, Chrome */
    /* IE 8 */
    /* Border */
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border: 1px #d8d9db solid;
    /* Text */
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;
    color: #252C33;
}

.errorContents { /* Size and Position */
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    /* Colors */
    background: #ffffff;
    /* Border */
    border: 1px #d8d9db solid;
    border-top-width: 0px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    /* Text*/
    text-align: center;
}