@charset "utf-8";
/* CSS Document */
/* All form elements are within the definition list for this example */
dt {
	padding:5px;
	white-space:nowrap;
}
dd {
	padding:0px; 
	margin:0px;
}
/* The hint to Hide and Show */
.hint {
   	display: none;
    position: absolute;
    right: -250px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    background: #ffc url(../images/pointer.gif) no-repeat -10px 5px;
}
/* The pointer image is hadded by using another span */
.hint .hint-pointer {
	position: absolute;
	left: -10px;
	top: 5px;
	width: 10px;
	height: 19px;
	background-image: url(../images/pointer.gif);
	background-repeat: no-repeat;
	background-position: left top;
}