.warning {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	display:block;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background-color: #ffffe1;
	border-bottom: 1px solid #888;
	background-image: url(../images/warning.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
}
.warning span {
	line-height:25px;
	margin-left:25px;
	color: #000;
}

