@charset "utf-8";

em {
	color:#CC0000;
	font-weight:bold;
	background-color:inherit;
	}

/*ERROR*/

div.error, div.success {
	border-top:5px solid #CCC;
	border-bottom:5px solid #CCC;
	background:#F1F1F1;
	margin:10px 0;
	padding:16px 20px;
	height:100%;
	}
div.error p.title {
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	color:#CC0000;
	background:url(../images/alertIcon.gif) 0 3px no-repeat;
	padding:0 0 7px 22px;
	margin:0px;
	height:100%;
	}
div.success p.titleSuc {
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	color:#4FA700;
	background:url(../images/right.gif) 14px 3px no-repeat;
	padding:0 0 7px 40px;
	margin:0px;
	height:100%;
	}
div.error ul, div.success ul {
	font-size:11px;
	line-height:23px;
	padding:0 0 0 23px;
	}
div.error ul li, div.success ul li {
	background:url(../images/arrow.gif) 0 9px no-repeat;
	padding-left:12px;
	height:100%;
	}	