<!--

BODY
{
background-image: url(https://www.gicintranet.com/gic_error_docs/back_v4.png);
background-repeat: repeat-x;
background-color: #FFFFFF;
background-position:left top;
}

TD
{
font-family:  Verdana, Arial, Sans-Serif;
font-size: 14px;
color: #000000;
font-weight: normal;
}

#submit {
    background-color: #454545;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius:6px;
    color: #ccc;
    font-family: 'Verdana';
    font-size: 20px;
    text-decoration: none;
    padding: 10px 20px 10px 20px;
    cursor: pointer;
    border: none;
    box-shadow: 10px 10px 10px #777;
}


#submit:hover {
    border: none;
    color: #454545;
    background: #ccc;
    box-shadow: 10px 10px 10px #777;
}

.error1 {
         font-size: 25px;
         color: #000000; 
         font-weight: bold;
}

.error2 {
         font-size: 20px;
         color: #000000; 
         font-weight: bold;
}

-->