@charset "utf-8";
.messagebox {
	position:absolute;
	width:180px;
	height:12px;
	background-repeat:no-repeat;
	color:#FF6;
	font-family:'Microsoft Sans Serif';
	font-size:11px;
	line-height:15px;
}
.messageboxerror {
	position:absolute;
	width:180px;
	height:12px;
	background-repeat:no-repeat;
	color: #FF6;
	font-family:'Microsoft Sans Serif';
	font-size:11px;
	line-height:15px;
}
