@charset "utf-8";
/* CSS Document */

.MsgBoxSuccess, .MsgBoxError, .MsgBoxWarning, .MsgBoxInfo {
	border: 1px solid;
	margin: 15px;
	padding: 10px 15px 10px 52px;
	background-repeat: no-repeat;
	background-position: 10px 8px;
	width:auto;
    min-height: 48px;
	text-align: left;
}

.MsgBoxSuccess {
	color: #4F8A10;
	background-color: #e9ffd9;
	border-color: #a6ca8a;
	background-image:url('../images/Success32.png');
}

.MsgBoxError {
	color: #D8000C;
	background-color: #ffecec;
	border-color: #f5aca6;
	background-image: url('../images/Error32.png');
}

.MsgBoxWarning {
	color: #8a6d3b;
	background-color: #fff8c4;
	border-color: #f2c779;
	background-image: url('../images/Warning32.png');
}

.MsgBoxInfo {
	color: #256EB8;
	background-color: #e3f7fc;
	border-color: #8ed9f6;
	background-image: url('../images/Info32.png');
}

.MsgBoxSuccess a:link, .MsgBoxError a:link, .MsgBoxWarning a:link, .MsgBoxInfo a:link {
	color: inherit;
}

.MsgBoxSuccess a:visited, .MsgBoxError a:visited, .MsgBoxWarning a:visited, .MsgBoxInfo a:visited {
	color: inherit;
}