.error_summary
{
	font-size: 12px;
	font-weight: bold;
	color: red;
	font-family: Arial;
	margin-bottom: 10px;
}

.error_summary ul
{
	margin-top: 3px;
}

.error_summary li
{
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 5px;
}

.error_field
{
	display: inline-block;
	background-image: url('../image/exclamation.png');
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: -9999px;
}

.hidden
{
	display: none;
}

.error_label
{
	color: red;
}