			
/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

.tip {
	width: 400px;
	padding-top: 20px;
	overflow: hidden;
	display: none;
	position: absolute;
	margin-top:20px;
	z-index: 500;
	background: transparent url(../images/tipTop3.png) no-repeat top;
	font:8pt Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	}
	
.tipMid {background: transparent url(../images/tipMid2.png) repeat-y; padding: 0px 15px 5px 15px;}
.tipBtm {background: transparent url(../images/tipBtm2.png) no-repeat bottom; height: 32px;}