	@charset "UTF-8";
	
	/*
	Custom Mouse Tips for MooTools 1.2
	Powered by: MooTools - http://www.mootools.net
	Author: Jason R. Walker
	*/
	
	.tip {
	width: 205px;
	background: url(../images/tip.png) top repeat-y;
	font: normal normal 11px Arial, Helvetica, sans-serif;
	text-align: justify;
	}
	
	.tip-top {
	width: 205px;
	height: 20px;
	background: url(../images/tip-top.png) left top no-repeat;
	}
	
	.tip-title {
	width: 165px;
	padding: 0 14px 0 26px;
	background: url(../images/tip.png) top repeat-y;
	color: #f20000;
	font: normal bold 12px Arial, Helvetica, sans-serif;
	}
	
	.tip-text {
	width: 165px;
	padding: 0 14px 4px 26px;
	background: url(../images/tip.png) top repeat-y;
	color: #000;
	font: normal normal 11px Arial, Helvetica, sans-serif;
	text-align: justify;
	}
	
	.tip-bottom {
	width: 205px;
	height: 18px;
	background: url(../images/tip-bottom.png) no-repeat bottom;
	}
