.hint { 
  display:none;
  position: absolute;
  right: relative;
  width: 200px;
  margin-top: -4px;
  border: 1px solid #c93;
  padding: 10px 12px;
  background: #CBDB9A url(images/pointer.gif) no-repeat -100px -100px;
}

.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(images/pointer.gif) left top no-repeat;
}
.error{
  	font-family: Tahoma;
	font-size: 8pt;
  	color: red;
 	margin-left: 05px;
  	display:none;
}
