div.message {
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;

	font-size: 1em;
}

.alert {
	background: #FFD1D1 url(../images/exclamation.png) center no-repeat;
	border-top: 2px solid #FA5050;
	border-bottom: 2px solid #FA5050;
}

.tip {
	background: #F8FAFC url(../images/information.png) center no-repeat;
	border-top: 2px solid #A2D2FC;
	border-bottom: 2px solid #A2D2FC;
}

.ok {
	background: #D0FFCC url(../images/accept.png) center no-repeat;
	border-top: 2px solid #45FF29;
	border-bottom: 2px solid #45FF29;
}

.special {
	background: #FFFD9E url(../images/money_euro.png) center no-repeat;
	border-top: 2px solid #FFD724;
	border-bottom: 2px solid #FFD724;
}
