.attention {
	background: #fffbcc url('../images/icons/exclamation.png') 10px 11px no-repeat;
	border-color: #e6db55;
	color: #666452;
}

.information {
	background: #dbe3ff url('../images/icons/information.png') 10px 11px no-repeat;
	border-color: #a2b4ee;
	color: #585b66;
}

.success {
    background: #d5ffce url('../images/icons/tick_circle.png') 10px 11px no-repeat;
    border-color: #9adf8f;
    color: #556652;
}

.error {
	background: #ffcece url('../images/icons/cross_circle.png') 10px 11px no-repeat;
	border-color: #df8f8f;
	color: #665252;
}

.notification div {
	display:block;
	font-style:normal;
	padding: 10px 10px 10px 36px;
	line-height: 1.5em;
}

.notification .close {
	display:none;
}
.notification {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

p.form_error {
    color: #990000;
    font-weight: bold;
}
