﻿/*
body 
{
    background-color: #fff;
    background-image:url('../Images/bg_erro.jpg');
    background-repeat:no-repeat;
    background-position:top;
    color: #666;
    text-align: center;
    font-family: arial, sans-serif;
}

div.dialog
{
    width: 40em;
    padding: 0 2em;
    margin: 150px auto 0 auto;
    border: 1px solid #ccc;
    border-right-color: #999;
    border-bottom-color: #999;
}

h1
{
    font-size: 200%;
    color: #f00;
    letter-spacing: -0.04em;
    line-height: 1.5em;
}

img
{
    position: absolute;
    left: 50%;
    margin-left: -318px;
    top: 110px;
}

a
{
    font-weight: bold;
    color: #f00;
}
*/
