﻿#errorwrapper

{
	margin: 0 auto;
	width: 504px;
}

.error403,
.error404,
.error500
{
	margin: 100px auto;
	width: 504px;
	height: 299px;
	position: relative;
}
.error403
{
	background-image: url('images/Errors/403.gif');
}
.error404
{
	background-image: url('images/Errors/404.gif');
}
.error500
{
	background-image: url('images/Errors/500.gif');
}

#error_message
{
	left:270px;
	top:60px;
	position: absolute;
	width: 200px;
	height: 120px;
	overflow: hidden;
	line-height: 17px;
	color: #666;
	font-size: 12px;

}

#error_message h3
{
    margin: 0 0 5px 0;
    padding: 0px;
    color: #E6742F;
    font-size: 18px;
    line-height: 16px;
    font-weight: normal;
}


#company_message
{
	left:270px;
	top:180px;
	position: absolute;
	width: 200px;

	margin: 0 0 5px 0;
	padding: 0px;
	color: #0C518D;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}

#company_tagline
{
	left:90px;
	top:225px;
	position: absolute;
    white-space:nowrap;
	color: #0C518D;
	font-size: 7px;
}

#copyright
{
	left:270px;
	bottom:10px;
	position: absolute;
	width: 200px;

	color: #666666;
	font-size: 7px;
	text-decoration:italics;
}

