.btn-help {
	position: relative;
	background: url('/images/IPOS/btn-help.png') no-repeat top left;
	display: inline-block;
	width: 14px;
	height: 14px;
}
.btn-help i {
	display: none;
}
a:hover.btn-help {
	color: #000;
	text-decoration: none;
}
.tooltip {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	display: none;
	font-size: 14px;
	line-height: 1.2em;
	min-height: 100px;
	width: 170px;
	padding: 9px 14px;
	position: absolute;
	left: -100px;
	top: -130px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
a:hover .tooltip {
	display: block;
}
input.watermark, select {
	float:left;
	color:#999;
	height:18px;
	margin-bottom:6px;
}

div.watermark {
	float:left;
}