/**
 * MY_Exceptions Styles
 *
 * @author	Joshua Kendall, Inovat Design (http://inovat.com)
 * @date	May 21st, 2009
 */

/*
 * Neat Error Display
 */

.neat_errors
{
	padding-bottom: 50px;
	font-size: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
}

.neat_errors dl
{
	width: 600px;
	margin: 40px auto;
	padding: 10px;
	border: 4px solid #cfcfcf;
	background: #fff;
	font-family: arial;
}

	.neat_errors dl dt
	{
		padding: 8px 0;
		font-weight: bold;
		text-transform: uppercase;
	}

		.neat_errors dl dt strong
		{
			font-size: 20px;
			padding-right: 10px;
		}

	.neat_errors dl dd
	{
		line-height: 18px;
		padding: 4px 0 8px;
		border-bottom: 4px solid #cfcfcf;
	}