.errorMsgBox {
	background:#FF3300;
	padding:0 5px 0 5px;
	font:bold 12px/25px arial;
	color:#FFF;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity:0;
	filter: alpha(opacity=0);
	width:90%;
	display:none;
}
