

div#messages span.note {
	color: green;
	font-weight: bold;
}


div#messages .bad {
	background: #fff6bf url(../admin/inc/mods/Message/images/bad.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 15px 50px 15px 70px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;

	color: #494949;
	margin-bottom: 20px;
	cursor: pointer;
}

div#messages .good {
	background: #ededed url(../admin/inc/mods/Message/images/good.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 15px 50px 15px 70px;
	border-top: 2px solid #b6b6b6;
	border-bottom: 2px solid #b6b6b6;

	color: #494949;
	margin-bottom: 20px;
	cursor: pointer;
}

div#messages .info {
	background: #dfe8f6 url(../admin/inc/mods/Message/images/info.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 15px 50px 15px 70px;
	border-top: 2px solid #2e5fac;
	border-bottom: 2px solid #2e5fac;

	color: #494949;
	margin-bottom: 20px;
	cursor: pointer;
}