div#hbox {
	position:absolute;
	visibility:hidden;
	border:1px solid black;
	background-color:rgb(237,41,57);
	padding:3px 5px;
	color:#FFFFFF;
	font-family: verdana;
	padding-left:28px;
	font-size:12px;
	z-index:100;
	height:30px;
	background-image:url(../images/warn.gif);
	background-repeat:no-repeat;
	background-position:4px 5px;
}
body>div#hbox {
	/* for non-IE browser */
	height:22px;
}
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 */
}