

.ui-tooltip {
  position:absolute;
  padding:10px 10px 0 35px;
  width:196px;
  height:48px;
  left:100px;        
  z-index:10000; 
  opacity:1;

}
body .ui-tooltip { 
  border:0;
  background: transparent;
  background-image: url(../images/tooltip.png);
}  
.ui-tooltip-content   
{                
  color:#374d60;
  font-size:14px;
  line-height:18px;
  margin-top:9px;     background:white;
}
.dva-radky
{
  margin-top:-9px;
}




/* Error
----------------------------------*/
input.ui-state-highlight,
.ui-state-highlight {
	border-bottom:1px solid red;
	background:white;
	border-top:0;
	border-left:0;
	border-right:0;
}




