.xtfw-settings-notice{

	background: #fff;
	border: 1px solid #eaeaea;
	border-left-width: 4px;
	padding: 1px 12px;
	margin: 0 0 15px;
	font-size: 13px;
	line-height: 1.2;

	&.notice-success {
		border-left-color: #00a32a
	}

	&.notice-success.notice-alt {
		background-color: #edfaef
	}

	&.notice-warning {
		border-left-color: #dba617
	}

	&.notice-warning.notice-alt {
		background-color: #fcf9e8
	}

	&.notice-error{
		border-left-color: #d63638
	}

	&.notice-error.notice-alt {
		background-color: #fcf0f1
	}

	&.notice-info {
		border-left-color: #72aee6
	}

	&.notice-info.notice-alt {
		background-color: #f0f6fc
	}
}