.tipsy {
	padding: 5px; font-size: 11px; position: absolute; z-index: 100000;
}
.tipsy-inner {
	padding: 7px 10px; text-align: left; color: rgb(96, 71, 37); max-width: 230px; background-color: rgb(255, 255, 255);
}
.tipsy-inner {
	border-radius: 5px; border: 2px solid rgb(255, 210, 114); border-image: none; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.tipsy-arrow {
	background: url("tipsy.gif") no-repeat left top; width: 9px; height: 5px; position: absolute;
}
.tipsy-n .tipsy-arrow {
	left: 50%; top: 0px; margin-left: -4px;
}
.tipsy-nw .tipsy-arrow {
	left: 10px; top: 0px;
}
.tipsy-ne .tipsy-arrow {
	top: 0px; right: 10px;
}
.tipsy-s .tipsy-arrow {
	background-position: left bottom; left: 50%; bottom: 0px; margin-left: -4px;
}
.tipsy-sw .tipsy-arrow {
	background-position: left bottom; left: 10px; bottom: 0px;
}
.tipsy-se .tipsy-arrow {
	background-position: left bottom; right: 10px; bottom: 0px;
}
.tipsy-e .tipsy-arrow {
	background-position: right top; top: 50%; width: 5px; height: 9px; right: 0px; margin-top: -4px;
}
.tipsy-w .tipsy-arrow {
	left: 0px; top: 50%; width: 5px; height: 9px; margin-top: -4px;
}
