div.alert {
	width: 100%;
	background-color: #fefefb;
	margin: 0 0 5px 0;
	}
div.alert span {
	display: block;
	padding: 5px 0 6px 18px;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #b6b6a0;
	font-family: Calibri, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13.5px;
	}
a.alert, a.alert:visited, a.alert:active {
	color: #e04040;
	}
a.alert:hover {
	cursor: pointer;
	text-decoration: none;
	}
.alert {
	display: block;
	}