#balert {
	background-color: #282828;
	padding: 0;
}

#balert .system-message > dt {
	color: #129eb3;
	display: block;
	font-family: 'AauxNext-Regular', Arial;
	font-size: 3.2em;
	line-height: 0.75em;
	margin-left: 92px;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 #171717;
}

#balert .system-message > dt.notice  { 
	color: #EAD317; 
}

#balert .system-message > dd {
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #DCDCDC;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
	text-indent: 0;
	padding: 31px 0 19px 92px;
	position: relative;
	top: -25px;
}

#balert .system-message > dd > ul {
	background-image: none;
	border: 0;
	color: #DCDCDC;
	list-style: none;
	margin: 0;
	padding: 0;
}

#balert .system-message > dd > ul > li {
	border: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

#balert .system-message > dd > ul > li a {
	color: #A0A0A0;
}

#balert .system-message > dd > ul > li a:hover,
#balert .system-message > dd > ul > li a:active,
#balert .system-message > dd > ul > li a:focus {
	color: #FFF;
}

#balert .system-message > dd.notice {
	background-image: url('../img/notice.png');
}

#balert .system-message > dd.notice ul {
	background-color: transparent;
	background-image: none;
	color: #DCDCDC; 
}

#balert .system-message {
	margin: 0;
	padding-left: 0;
	padding-top: 30px;
}

#balert span.close {
	background-color: #787878;
	background-image: url('../img/closebtn.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 1px solid #3C3C3C;
	border-radius: 3px;
	box-shadow: 0 2px 0 -1px #737373;
	font-size: 0;
	margin: 4px 0;
	position: absolute;
	width: 28px;
	height: 28px;
	right: 5px;
	top: 0;
}

#balert span.close:hover,
#balert span.close:active,
#balert span.close:focus {
	background-color: #A0A0A0;
	background-position: 0 -30px;
	box-shadow: 0 2px 0 -1px #8F8F8F;
	cursor: pointer;
}

#balert .balert {
	position: relative;
}