.tplib-alert-info, .tplib-alert-error
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0.5em 0;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	border-bottom: 4px solid #FEFFAF;
	background: #FFFFEF;
	color: #3E3F00;
}
.tplib-alert-error
{
	border-bottom: 4px solid #FFAFAF;
	background: #FFEFEF;
	color: #3F0000;
}
.tplib-alert-close
{
	position: absolute;
	top: 0;
	right: 0.5em;
	font-size: 0.5em;
}
.tplib-alert-close:hover
{
	color: #000;
}
