﻿.notif-container {
  margin: 20px auto;
  width: 580px;
  padding: 10px;
}

.notif-container p{
	line-height: 1.5;
}

.notif-image {
	float: left;
	width: 80px;
	padding: 0 auto;
}

.notif-message {
	float: right;
	width: 470px;
	word-wrap:break-word;
}

.notif-title {
	font-size: 16px;
}

.notif-warn {
	background: url(../images/alert_warn.png) no-repeat center center;
	height: 70px;
}

.notif-error {
	background: url(../images/alert_error.png) no-repeat center center;
		height: 70px;
}

.notif-ok {
	background: url(../images/alert_ok.png) no-repeat center center;
		height: 70px;
}