﻿.tip
{
	width: 200px; 
	color:#000;
	font:lighter 11px/1.3 Arial,sans-serif;
	text-decoration:none;
	padding:3px 3px 3px;
    background-image:url(../../img/tipmiddle.gif);
    background-repeat:repeat-y;
}

.tip-top
{
	width: 200px; 
	height:34px;
    background-image:url(../../img/tiptop.gif);
    background-repeat:no-repeat;
}

.tip-bottom
{
	width: 200px; 
	height:19px;
    background-image:url(../../img/tipbottom.gif);
    background-repeat:no-repeat;
}

.tip-title
{
	font-weight:bold;
}

.tip-text
{
}