.simple_announcer {
	position: relative;
	height: auto;
	padding: 10px 40px 10px 10px;
	line-height: 1.3em;
	color: #FFF;
}

.simple_announcer i {
	position: absolute;
	display: block;
	top:10px;
	right:10px;
	font-size: 24px;
	cursor: pointer;
}
.simple_announcer span.dismiss {
	display: block;
	position: absolute;
	margin-top: 20px;
	top: -4px;
	right: 12px;
	font-size: 24px;
	cursor: pointer;
}
.sa-grey {
	color: #555;
	background-color: #CCC;
	border: 1px solid #999;
}
.simple_announcer.sa-grey a {
	text-transform: none;
	color: #555 !important;
	text-shadow: none;
	letter-spacing: normal;
}
.sa-red {
	color: #a94442;
	background-color: #f2dede;
	border: 1px solid #ebccd1;
}
.simple_announcer.sa-red a {
	text-transform: none;
	color: #a94442 !important;
	text-shadow: none;
	letter-spacing: normal;
}
.sa-yellow {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border: 1px solid #faebcc;
}
.simple_announcer.sa-yellow a {
	text-transform: none;
	color: #8a6d3b !important;
	text-shadow: none;
	letter-spacing: normal;
}

