#notifications {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #ccc;
	text-align: left;
	padding: 10px 0;
	z-index: 100000;
	display: none;
	border-bottom: 2px solid #fff;
	border-top: 1px solid #fff;
}

.ie6 #notifications {
	position: absolute;
}

div.message {
	color: #fff;
	margin: 0 10px 5px;
}

#notifications div {
	color: #fff;
	padding-left: 10px;
}

#notifications .close {
	right: 25px !important;
	display: block;
}

#notifications .close span {
	display: none;
}

.error .message a {color: #fff; text-decoration: underline;}
.error .message p {margin: 0;}

.error a.close {
	background: url(../images/global/buttons/errors_close.gif) no-repeat;
	width: 61px;
	height: 16px;
}

.success a.close {
	background: url(../images/global/buttons/success_close.gif) no-repeat;
	width: 61px;
	height: 16px;
}

#notifications.error {
	background: #ff0000;
}

#notifications.success {
	background: #006600;
}