.messageDiv_ok {
	display: none;
	min-width: 200px;
	_width: 200px;
	height: 20px;
	padding-top: -10px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 20px;
	background: #68af02;
	color: #ffffff;
	margin-top: 2px;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	text-align: center;
	z-index: 9999;
}

.messageDiv_warn {
	display: none;
	min-width: 200px;
	_width: 200px;
	height: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 20px;
	background: #eaa000;
	color: #ffffff;
	margin-top: 2px;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	text-align: center;
	z-index: 9999;
}

.messageDiv_error {
	display: none;
	min-width: 200px;
	_width: 200px;
	height: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 20px;
	background: #c50000;
	color: #ffffff;
	margin-top: 2px;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	text-align: center;
	z-index: 9999;
}

.messageDiv_content {
	font-size: 14px;
	font-weight: bold;
}