﻿h2 
{
    color: #000000;
    position: absolute;
    top: 5px;
    left: 125px;
    text-align: left;
}

h3 
{
    position: absolute;
    top: 45px;
    left: 125px;
    text-align: left;  
    color: #333333; 
}

.txtErrorDescription 
{
    margin: 10px 10px 0px 0px;
    border: 1px solid #CCCCCC;
    background-color: #FEFFE8;
}

.divErrorBody 
{
    position: relative;
    width: 800px;
    margin: auto;
}

span.spanPageNotFound
{
	display: inline-block;
    position: absolute;
    top: 70px;
    left: 125px;
    text-align: left;
    color: #999999;
}

div.spanPageNotFound
{
	display: inline-block;
    position: absolute;
    top: 70px;
    left: 125px;
    text-align: left;
    color: #999999;
}

input, a
{
    margin-top: 10px;
}

.divErrorBody img 
{
    float: left;
}

