/* Error reporting styles */
.error, 
.error_small,
.warning, 
.warning_small {
	color: #000;
	border: 1px solid #ccc;
	line-height: 120%;
	min-height: 41px;
	padding: 12px 10px 10px 80px;
	margin: 20px 5px 20px 5px;
}

.error, 
.error_small {
	background: #fff url(../img/error.gif) no-repeat top left;
}

.warning, 
.warning_small {
	background: #fff url(../img/alert.gif) no-repeat top left;
}

.error_small li {
	margin-top: 10px;
}

.warning_small ul {
	margin-top: 10px;
}

.error_head,
.warning_head {
	color: #f00;
	font-size: 110%;
	font-weight: bold;
	padding: 0 10px 10px 0;
}
