.statusArea {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 25px;
	display: none;
	background-color: #f0f0f0;
	z-index: 11000;
	padding-top: 10px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
	opacity: 0.9;
}
#statusAreaProductName {
	text-decoration: underline;
}
#productCommentStatus {
	position: relative;
	width: auto;
	height: 24px;
	display: none;
	background-color: #f0f0f0;
	z-index: 11000;
	padding-top: 11px;
}