#notifier {
	width: 80%;
	margin: 6px auto 18px auto;
	padding: 1em .5em 1em 40px;
	font-size: 12px;
	font-weight: bold;
	border: 2px solid;
}
.notifierOther {
	background: #eee;
	color: #000;
}
.notifierSuccess {
	background: #efe url('images/success24x24.gif') 5px 5px no-repeat;
	color: #040;
	border: 2px solid #080;
	border-color: #080;
}
.notifierNotice {
	background: #fff url('images/notice24x24.gif') 5px 5px no-repeat;
	color: #008;
	border-color: #008;
}
.notifierWarning {
	background: #ffd url('images/warning24x24.gif') 5px 5px no-repeat;
	color: #c00;
	border-color: #c00;
}

.notifierError {
	background: #fe4 url('images/error20x20.gif') 8px 8px no-repeat;
	color: #c00;
	border-color: #c00;
}