#si6_container {
	border: 1px solid #F7941D;
	background: #FEEFDA;
	text-align: center;
	clear: both;
	height: 90px;
	position: relative;
}
#si6_container .si_close {
	position: absolute;
	right: 3px;
	top: 3px;
	font-family: courier new;
	font-weight: bold;
}
#si6_container .si_content {
	width: 660px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	overflow: hidden;
	color: black;
}
#si6_container .si_content .si_alert {
	width: 75px;
	float: left;
}
#si6_container .si_content .si_desc {
	width: 275px;
	float: left;
	font-family: Arial, sans-serif;
}
#si6_container .si_content .si_desc .si_title {
	font-size: 14px;
	font-weight: bold;
	margin-top: 12px;
}
#si6_container .si_content .si_desc .si_info {
	font-size: 12px;
	margin-top: 6px;
	line-height: 12px;
}
#si6_container .si_content .si_nav {
	width: 75px;
	float: left;
}