div#hbox {
	position:absolute !important;
	visibility:hidden;
	border:1px solid black !important;
	background-color:#FFFFE1 !important;
	padding:5px 5px 0px 28px !important;
	font-size:12px;
	z-index:1000;
	height:24px;
	background-image:url(../images/warn.gif);
	background-repeat:no-repeat;
	background-position:4px 5px;
}
body>div#hbox {
	/* for non-IE browser */
	height:24px;
}
input, select {
	position:relative; /* this is used to retrieve exact position when the object is in a table, this is not necessary if the object not in any table */
}