div.message {
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	width: 300px;
	font-size: 0.9em;
	margin: 0px auto 0;
}

.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;
}