div.message {
	padding: 20px 10px 10px 60px;
	background: #E7F1FA url(../images/icon/Info-32.gif) no-repeat 2% 60%;
	border: 1px solid #AEC5E3;
	margin:20px 0px;
	color: #000000;
	font-weight:bold;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari and Chrome */
	border-radius:5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */	
	behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}

div.message.info {
	background-image: url(../images/icon/Info-32.png);
	background-color: #b8e8fa;
	border-color: #a8d4df;
}

div.message.error {
	background-image: url(../images/icon/Delete-32.png);
	background-color: #FFE3E3;
	border-color: #E38282;
}

div.message.alert {
	background-image: url(../images/icon/Alert-32.png);
	background-color: #FFE3E3;
	border-color: #E38282;
}

div.message.positive {
	background-image: url(../images/icon/Tick_32.png);
	background-color: #D8F8CB;
	border-color: #B8DFA8;
}

div.message.stocAlert {
	background-image: url(../images/icon/Refresh2-32.png);
	background-color: #577b5f;
	border-color: #fff;
	color:#FFF;
	font-weight:normal;
}



