﻿/* Message Label */
.Message {
	border: solid 1px;
	display: block;
	line-height: 24px;
	margin-bottom: 10px;
	padding: 4px 4px 4px 28px;
}

.Error {
	background: rgb(255, 217, 220) url(../Images/Error.gif) 2px center no-repeat;
	border-color: rgb(237, 27, 47);
	color: rgb(237, 27, 47);
}

.Success {
	background: rgb(195, 217, 206) url(../Images/Success.gif) 2px center no-repeat;
	border-color: rgb(0, 102, 51);
	color: rgb(0, 102, 51);
}

.Notification {
	background: rgb(184, 189, 218) url(../Images/Notification.gif) 2px center no-repeat;
	border-color: rgb(38, 55, 143);
	color: rgb(38, 55, 143);
}