.msgerror
{
	background: #f6cbca  url(../../images/ui/msg/delete.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	color: #cb2026;
	text-align: left;
	padding: 20px 20px 20px 45px;
	border: 2px solid #cb2026;
	font-family: Arial;
	font-size: 0.9em;
}

.msginfo
{
	background: #b5d4fe url(../../images/ui/msg/information.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	color: #115170;
	text-align: left;
	padding: 20px 20px 20px 45px;
	border: 2px solid #115170;
	font-family: Arial;
	font-size: 0.9em;
}




.msgsuccess
{
	background: #cee6c3 url(../../images/ui/msg/accept.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	color: #168a43;
	text-align: left;
	padding: 20px 20px 20px 45px;
	border: 2px solid #168a43;
	font-family: Arial;
	font-size: 0.9em;
}