﻿
#body {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	color: #333333;	
}
#containerEr {
	width: 95%;
	margin: 25px;
}
#logoEr  {
	background-image: url('Images/logo.gif');
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	width: 232px;
	cursor: pointer;
}
#logoEr  h1 {
	display: none;
}
#messageEr {
	margin: 15px 0px;
	padding: 10px 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	background-color: #FFFFF0;
}
#messageEr h2 {
	font-size: 15px;
	background-image: url(Images/error.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 25px;
}
#messageEr p {
	font-size: 13px;
}
#messageEr li, a {
	color: #0066CC;
	font-size: 13px;
	text-decoration: none;
}
#messageEr a:hover {
	color: #003366;
	text-decoration: underline;
}
