.exception
{
	display: block;
	color: Red;
	margin: 10px;
	padding: 20px;
	font-family: Verdana;
	font-size: 90%;
}

#StatusPanel
{
	border: solid 1px #DF5202;
	margin-bottom: 25px;
	padding-bottom: 12px;
	vertical-align: middle;
	width: 100%;
	padding-top: 12px;
	background-color: #eee;
}

#StatusPanel i
{
	background-repeat: no-repeat;
	margin-left: 25px;
	width: 48px;
	float: left;
	height: 48px;
	margin-right: 15px;
}

#StatusPanel p
{
	vertical-align: middle;
	text-align: left;
	font-size: 13px;
	float:none;
}

#StatusPanel b
{
	margin-top: 15px;
	display: block;
	color: #044270;
	font-weight: bold;
}

#StatusPanel a
{
	display: block;
	padding-left: 20px;
	position: relative;
	left: 90%;
}

.statusError i
{
	background-image: url(../../Images/48x48/shadow/error.png);
}

.statusInformation i
{
	background-image: url(../../Images/48x48/shadow/information.png);
}

.statusHint i
{
	background-image: url(../../Images/48x48/shadow/about.png);
}

