#system-message .alert {
	display: block;
	clear: both;
	margin: 20px 0;
	border: 2px solid #9dd283;
	/*border-top: none;*/
	padding: 10px;
	position: relative;
	background: #fff;
    overflow: hidden;
}

#system-message a.close {
	position: absolute;
	right: 6px;
	top: 2px;
	text-decoration: none;
	font-size: 20px;
	cursor: pointer;
	z-index: 20;
	color: #fff;
}

#system-message .alert-heading {
	background: #9dd283 none repeat scroll 0 0;
    color: #fff;
    display: block;
    /*font-weight: bold;*/
    font-weight: normal;
    left: -2px;
    padding: 11px;
    padding-bottom: 3px;
    position: absolute;
    text-shadow: none;
    top: -10px;
    /*width: 418px;*/
    width: calc(100% + 4px);
    z-index: 19;
}

#system-message p {
	margin-top: 43px;
	text-shadow: 0 0 0 #ff4b4b;
}

#system-message .alert-error {
	border-color: #ff4b4b;
}

#system-message .alert-error .alert-heading {
	background: #ff4b4b;
}

#system-message .alert-error p {
	text-shadow: 0 0 0 #ff4b4b;
}

#system-message .alert-warning {
	border-color: #ece276;
}

#system-message .alert-warning .alert-heading {
	background: #ece276;
	color: #5e5810;
	text-shadow: 0 0 0 #fff;
}

#system-message .alert-warning p {
	text-shadow: 0 0 0 #ece276;
}

#system-message .alert-notice {
	border-color: #1782cd;
}

#system-message .alert-notice .alert-heading {
	background: #1782cd;
	color: #fff;
	text-shadow: 0 0 0 #fff;
}

#system-message .alert-notice p {
	text-shadow: 0 0 0 #1782cd;
}
