/* MOOTOOLS CLASSES HERE */
.dragHandle {
	cursor: move;
}
.tip {
	width: 173px;
	background: url(../images/help-mid.png);
	background-repeat: repeat-y;
	padding: 5px 10px 0 20px;
}
.tip-top {
	background: url(../images/help-top.png);
	background-repeat: no-repeat;
	height: 46px;
	width: 203px;
}
.tip-title {
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}
.tip-text {
	color: #FFFFFF;
	text-align: left;
}
.tip-bottom {
	background: url(../images/help-bottom.png);
	background-repeat: no-repeat;
	width: 203px;
	height: 18px;
}
.tooltip {
	cursor: help;
}