#d_hint {
	visibility:hidden;
	display:none;
	position:absolute;
	width:160px;
	height:138px;
	margin-left:-15px;
	margin-top:0px;	
    background: url('../_images/bg_hint.png') left top no-repeat;
}

#d_hint_inner {
	visibility:hidden;
	display:none;
	position:absolute;
	width:130px;
	height:100px;
	margin-left:-15px;
	margin-top:0px;
	padding:15px 15px 20px 15px;
	font:normal 11px Verdana;
	color:#FFFFFF;
}

#d_hint_inner input {
	width:72px;
}

#d_hint_inner .a_hint {
	font:normal 11px Verdana;
    text-decoration:underline;
}

#d_hint_inner .a_hint:hover {
	text-decoration:none;
}
