﻿#errorContainer
{
	margin:0 auto;
	width: 924px;
	height: 100%;
	
}
#errorContentTop
{
	overflow:hidden;
	height:15px;
	width:924px;
	background: url('../images/errors/background_top.gif') no-repeat;
}
#errorContentBottom
{
	overflow:hidden;
	height:17px;
	width:924px;
	background: url('../images/errors/background_bottom.gif') no-repeat;
}
#errorContent
{
	width:924px;
	text-align:center;
	background-color:#e4edce;
	padding-top:60px;
}
#errorMessageBox
{
	text-align:center;
	margin:0 auto;
	padding-top:35px;
	width:354px;
	height:70px;
	background: url('../images/errors/message_box.gif') no-repeat;
}

#errorMessageBox h1 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 34px;
	font-weight:bold;
	color: #FFFFFF;
	text-align:center;
	padding-bottom:10px;
}

#errorNumber
{
	text-align:center;
	margin:0 auto;
	margin-top:10px;
}

#errorNumber h3
{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight: normal;
}

#errorHelp
{
	text-align:center;
	margin:0 auto;
	margin-top:10px;
}

#errorHelp p
{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 13px;
	color: #333333;
}

#errorHelp a
{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight:bold;
	text-decoration:none;
}



