
.alert-msg-container {
	padding: 20px 66px;
	box-sizing: border-box;
	font-size: 12px;
	border-radius: 4px;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.alert-msg-success {
	border: 1px solid #00732F;
	background-color: #CCEFC2;
}

.alert-msg-warn {
	border: 1px solid #FF8402;
	background-color: #FFFFEF;
}

.alert-msg-error {
	border: 1px solid #FF0000;
	background-color: #fbe3e4;
}

.alert-msg-info {
	border: 1px solid #CCCCCC;
}

.alert-msg-text {
	margin-top: 8px;
}

.alert-close-icon {
	position: absolute;
	top: 3px;
	right: 3px;
	opacity: 0.33;
	cursor: pointer;
}