/* Form errors */
form .error {
	background: #F2DADA;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal; 
}
ul.error { background: #F2DADA;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
	display: block;
	padding: 3px 7px 3px 7px; }
 .error li { padding-left: 35px; list-style-position: inside; width: 45%; font-size: 11px; }
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}
form .error,
form .error-message {
	color: #CF1111;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

/** Notices and Errors **/
.message {
	clear: both;
	color: #333333;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);	
	margin-bottom: 18px;
	padding: 7px 14px;
	color: #404040;
	font-size: 11px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.success,
.message,
.cake-error,
p.error,
.error-message {
	clear: both;
	width: 95%;
	margin:5px auto;
	background:url(images/bgerr.gif);
	color: #ED2B75;
	border-bottom:2px #CCC dashed;
	border-top:2px #CCC dashed;
}
.success {
	clear: both;
	color: #019680;	
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
} 