
#w3BodyOverlay { 
	background-color: #000; 
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	filter:alpha(opacity="0");
}
#w3ShowMsgToUser {
	position: absolute;
	left: 50%;
	width: 350px;
	margin-left: -175px;
	background-color: #D88484;
	border: 2px solid #ffffff;
	color: #000000;
	padding: 0 0 5px 1em;
	opacity: 0;
	filter: alpha(opacity="0");
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: small;
	text-align: left;
}
#w3ShowMsgToUser h3 {
	background-color: #bf0404;
	margin: 0 0 0.5em -1em;
	padding: 0.5em 1em 0.5em;
}
#w3ShowMsgToUser ol {
	margin: 0 0 5px;
	padding: 0;
	list-style-position: inside;
	list-style-type: decimal;
	line-height: 1.5em;
}
#w3ShowMsgToUser input {
	width: 65px;
	font-weight: bold;
	padding: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 0;
}
.w3FieldError {
	background-color: #fcc;
}
