.message {
	position:fixed;
	float:left;
	display:none;
	top:0px;
	margin-left: 2px;
	z-index: 10000;
}
.message span {
	color: #FFFFFF;
	font-weight:700;
	float:left;
	display:block;
	margin-left:30px;
	_margin-left:15px;
	padding-right:10px;
	line-height: 27px;
}
.red-message {
	background:transparent url(../images/alert-red.png) no-repeat bottom left;
	_background:url(../images/alert-red.gif) no-repeat bottom left;
}
.red-message span {
	background:transparent url(../images/alert-red1.png) no-repeat bottom right;
	_background:url(../images/alert-red1.gif) bottom right;
}
.yellow-message {
	background:transparent url(../images/alert-yellow.png) no-repeat bottom left;
	_background:url(../images/alert-yellow.gif) no-repeat bottom left;
}
.yellow-message span {
	background:transparent url(../images/alert-yellow1.png) no-repeat bottom right;
	_background:url(../images/alert-yellow1.gif) no-repeat bottom right;
}
.green-message {
	background:transparent url(../images/alert-green.png) no-repeat bottom left;
	_background:url(../images/alert-green.gif) no-repeat bottom left;
}
.green-message span {
	background:transparent url(../images/alert-green1.png) no-repeat bottom right;
	_background:url(../images/alert-green1.gif) no-repeat bottom right;
}/* CSS Document */
