﻿/** 
definições para as páginas de erro 

**/

body
{
    background-image: url(images/BodyBackground.gif);
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-size: 12px;
    color: #666666;
}

h1
{
    font-size: 26px;
    color: #333333;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
     padding-bottom:20px;
}

h2
{
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    vertical-align:middle;
}
 
        
h3
{
    font-size: 14px;
    font-weight: normal;
    color: #808080;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}

h4
{
    font-size: 12px;
    font-weight:normal;
    color: #808080;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}

hr
{
    color: #CCCCCC;
    background-color: #CCCCCC;
    border: none;
    height: 1px;
}

p
{
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: normal;
    color: #666666;
}
   	
a
{
    color: #0088cc;
    text-decoration: none;
}

a:link, a:visited, a:active
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

#box
{
    width: 508px;
    height: 328px;
    border: 0;
    background-image: url(images/boxBack.png);
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -250px;
    margin-top: -125px;
    overflow: hidden;
    text-align:center;
    display:table;
}
#box-content
{
    display: table-cell;
    vertical-align: middle;
}

