/**
 * 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;
	}
	
	.members-info .txt dl dd {
		padding-left: 10px;
	}
	
/*Bug Fixes */

	
.safari .header-holder .language ul {
	display:none;
	left:383px;
	list-style:none outside none;
	margin:0;
	overflow:hidden;
	padding:0 11px 7px;
	position:absolute;
	top:2px;
	width:79px;
}

.safari .header-holder .language {
float:right;
list-style:none outside none;
margin:0 -25px 0 0;
padding:0;
width:120px;
}

