div.tip-wrap {
	background: #fffece;
	border: 1px solid #d9d9c4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 2px 2px 5px #999;
	-moz-box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
}
div.tip-wrap .tip {
	padding: 10px;
}
div.tip-wrap .tip .tip-title {
	font-weight: bold;
	padding-bottom: 5px;
}
div.input { position: relative; }
a.tooltip {
	text-indent: -5000px;
	display: block;
	width: 16px;
	height: 16px;
	background: url('../img/help.png') no-repeat 0 0;
}