#message
{
	font-family: Arial,Helvetica,sans-serif;
	width: 100%;
	z-index: 999;
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	color: #000000;
	padding: 10px 0px 10px 0px;
	background-color: #FFCC66;
	display: inline-table;
}

#message span
{
	text-align: center;
	width: 95%;
	float: left;
}

.close-notify
{
	white-space: nowrap;
	float: right;
	margin-right: 10px;
	color: #fff;
	text-decoration: none;
	border: 2px #fff solid;
	padding-left: 3px;
	padding-right: 3px;
}

.close-notify a
{
	color: #fff;
}

