/* =hint
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.hint {
	color: #333333;
	position: absolute;
	padding-right: 10px;
	padding-left: 10px;
	width: 264px;
	margin-right: 5px;
	margin-left: 5px;
}
.hintHead {
	background-image: url(images/hintHead.png);
	height: 9px;
	font-size: 1px;
	position: relative;
	bottom: -86px;
	width: 264px;
}

.hintBody {
	background-image: url(images/hintBodyBottom.png);
	position: absolute;
	width: 264px;
	bottom: -236px;
	font-size:10px;
	font-family: Verdana;
	height: 160px;
}

.hintBodyBottom  {
    background-image: url(images/hintBodyTop.png);
    background-repeat: repeat-y;
    height: 22px;
    position: relative;
    width: 100%;
}

.hintBodyTop{
    position: absolute;
    padding: 5px 15px;
}

.hintFoot {
    background-image: url(images/hintFoot.png);
    height: 10px;
    font-size: 1px;
	position: relative;
	bottom: -246px;
}

.hintTipTop {
    position: absolute;
    top: -24px;
    left: 30px;
    width: 25px;
    height: 25px;
    background-image: url(images/hintTipTop.png)
}

.hintTipBottom {
    position: absolute;
    bottom: -67px;
    left: 30px;
    width: 25px;
    height: 25px;
    background-image: url(images/hintTipTop.png);
}
