div.info_notification, div.error_notification
{
	font-size: 10px;
	color: #427bd6;

	background-color: #ffffff;

	border: 2px solid #427bd6;

	margin-top: 16px;
	padding-left: 25px;
	padding-top: 5px;

	margin-bottom: 10px;

	min-height: 20px;

	background-image: url(../images/index/notification_info.png);
	background-repeat: no-repeat;

	background-position: 5px 5px;

	font-weight: bold;
}

div.error_notification
{
	color: #e50000;

	border: 2px solid #e50000;

	background-image: url(../images/index/notification_error.png);
}

