.tooltip {
	width:260px;
	display:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin-top:10px;
}

.tooltip .top {
	width:257px;
	height:19px;
	background-image:url(../images/tooltip_top.png);
}

.tooltip .middle {
	width:257px;
	height:auto;
	background-image:url(../images/tooltip_middle.png);
}

.tooltip .middle p {
	margin:0px;
	padding:0 15px;
}

.tooltip .bottom {
	width:257px;
	height:27px;;
	background-image:url(../images/tooltip_bottom.png);
}

.fakecheck {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	outline: none;
	background: url(images/checkbox.gif) no-repeat;
	height: 16px;
	width: 40px;
	display: block;
	float: left;
	padding: 1px 0px 0px 20px;
	color: #666666;
}

.fakecheck:hover {
	color:#0066FF;
	text-decoration: underline;
}

.fakechecked {
	background-position: left -25px;
}

