﻿
/*

	ERROR PAGE STYLES
	-----------------------------------------------------------------------------------------------
	Last Updated: 04.02.2009

*/

	.ErrorPage
	{
		padding: 30px 0px 0px 25px;
		width: 700px;
	}
	
		.ErrorPage h1
		{
			font-size: 28px;
			line-height: 32px;
			color: #0a4728;
		}

		.ErrorPage h2
		{
			font-size: 23px;
			line-height: 27px;
			color: #0a4728;
		}

		.ErrorPage a
		{
			color: #0a4728 !important;
			text-decoration: underline;
		}
		
		.ErrorPage .Item
		{
			padding-top: 25px;
		}
