div.alert_container {
	position: fixed;
	right:0;
	top:0;
	_position:absolute;
	_top: expression(
		eval(document.documentElement.scrollTop)
	);
	width:300px;
	height:auto;
	z-index: 999;
	overflow:hidden;
}

div.alert_container div.item {
	position: relative;
	height: auto;
	padding:0.5em 0;
	margin:0 0;
	font-size:0.84em;
	color:#fff;
}

div.alert_container div.error_item {
	position: relative;
	height: auto;
	padding:0.5em 0;
	margin:0 0;
	font-size:0.84em;
	color:#fff;
	cursor: pointer;
}

div.alert_container table.corners {width: 100%;}
div.alert_container table.corners tr td {background: #757f87;}
div.alert_container table.corners tr td.ac1,
div.alert_container table.corners tr td.ac2,
div.alert_container table.corners tr td.ac3,
div.alert_container table.corners tr td.ac4 {
	width: 8px;
	height: 8px;
}
div.alert_container table.corners tr td.ac1 {background-color: none; background: url(/f/i/alert/c1.gif) no-repeat 0 0;}
div.alert_container table.corners tr td.ac2 {background-color: none; background: url(/f/i/alert/c2.gif) no-repeat 100% 0;}
div.alert_container table.corners tr td.ac3 {background-color: none; background: url(/f/i/alert/c4.gif) no-repeat 100% 100%;}
div.alert_container table.corners tr td.ac4 {background-color: none; background: url(/f/i/alert/c3.gif) no-repeat 0 100%;}
div.alert_container table.corners tr td.content {padding:6px; text-align: left;}