@charset "utf-8";
/* CSS Document */

.hint {
  position: absolute;
  display:none;
  left: 600px;
  width: 200px;
  margin-top: -30px;
  border: 1px solid #c93;
  padding: 10px 12px;
  background-color: #ffc;
  z-index:100;
  background: #ffc url(../nimg/misc/pointer.gif) no-repeat -100px -100px;
}
 
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../nimg/misc/pointer.gif) left top no-repeat;
}

.labelTag {
	float:left;
	height:30px;
	width:200px;
	clear:left;
}
.fieldTag {
	position:relative;
	float:left;
	
}
-->

