﻿div.container
{
	text-align: center;
	padding: 50px 130px;
}
.errors
{
	margin: auto;
	background: transparent url(/graphics/backgrounds/error_message.gif) repeat-y scroll 0%;
	width: 450px;
}
.errors img
{
	padding: 9px;
	float: left;
}
.errors h3
{
	font-weight: normal;
	min-height: 52px;
	padding: 5px;
}
.title
{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 3px;
	background: transparent url(/graphics/backgrounds/error_message_top.gif) no-repeat scroll left top;
}
#error_message
{
	font-size: 13px;
	text-align: left;
	background: transparent url(/graphics/backgrounds/error_message_bottom.gif) no-repeat scroll left bottom;
}
