﻿body  
{
	background: white url(/images/error/accounterrorbg.jpg) repeat-x top left; 
	font: 14px Arial, sans-serif; 
	line-height: 17px;
	color: #515151; 
	padding: 0 0 10px;
	margin: 0;
}

a
{ 
	color: #449100; 
	font-weight: bold; 
	text-decoration:none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}

ul li
{
	margin: 0.5em 0;
}

#logo
{
	text-align: center;
	margin-bottom: 20px;
	margin-top: 50px;
}

#error 
{
	left: 50%;
	margin-left: -385px;
	position: relative;
	width: 728px;
	padding: 50px;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
}

#error h1 
{
	margin: 0;
	font-size: 20px;
	line-height: 25px;
	height: 25px;
	font-weight: bold;
	color:#18396A;
	background: url(/images/error/accountwarning.gif) no-repeat top left;
	padding-left: 32px;
}

#footer
{
	text-align: center;
	margin-top: 20px;
}