.notify-box{
	text-shadow: #000 0 0 -1px;
	background:#000;
	font: 14px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #D4D7D8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	margin:10px;
	padding:10px 20px;
	-moz-box-shadow: 1px 1px 20px #000;
	-webkit-box-shadow: 1px 1px 20px #000;
	box-shadow: 1px 1px 20px #000;
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter:alpha(opacity=85);
	border:1px solid #000;
	text-align:center;
	position: absolute;
	border:1px solid #121212;
	border-top:1px solid #212121;
}

.notify-box p{
	margin:10px 5px;
	text-align: center;
}

.notify-box a{
	text-decoration:underline;
	color: #fff;
}

.notify-box .close-notice{
	height: 27px;
	width: 27px;
	margin: 0 -25px 10px 0;
	float:right;
	display:block;
	background:url(/console/images/x-small.png) no-repeat;
}

.notify-box p.check-mark{
	background: transparent url(/console/images/check-big.png) no-repeat scroll center;
	height: 66px;
	padding-bottom:8px;
}

.notify-box p.alert{
	background: transparent url(/console/images/alert-big.png) no-repeat scroll center;
	height: 59px;
	padding-bottom:8px;
}