/*Style specific for the tool tip messages (client side validation popup)*/
#dhtmltooltip{
	position: absolute; left: 100px; width: 70px; height: 15px; border: 1px solid #ff682d; padding: 2px; background-color: white; visibility: hidden; z-index:1002; color:#ff682d;}

#dhtmlpointer{
	position:absolute; left: 295px; z-index: 1001; visibility: hidden;
}

