﻿body
{
	text-align:center;
	font-family:Lucida Grande, Lucida Sans Unicode, sans-serif;
	color:#000;
}
a, a:hover, a:visited
{
	color:#6087c2;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}

.errorPanel
{
	width:600px;
	margin:0 auto;
	text-align:left;
}
.errorMessage
{
	padding:20px;
	background-image:url(images/excl.png);
	background-position:0 30px;
	background-repeat:no-repeat;
	padding-left:90px;
}
fieldset
{
	
	padding:20px;
}
legend
{
	color:#6087c2;
}
li
{
	padding:4px;
	list-style-type:square;
}