.ptt-container {
	-moz-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.5);
	background-color:#FFF;
	border:1px solid #999;
	display:block;
	padding:10px 6px;
	position:absolute;
	top:0;
	visibility:visible;
	z-index:2000;
}
.ptt-container .ptt-actions {
	position:absolute;
	right:7px;
	top:7px;
}
.ptt-container .ptt-actions div {
	float: right;
	margin-left: 2px;
	height:16px;
	width:16px;
	background-repeat: no-repeat;
	cursor:pointer;
}
.ptt-container .ptt-actions div.ptt-close {
	background-image: url("../img/tooltip_close.gif");
}
.ptt-container .ptt-actions div.action_detail {
	background-image: url("../img/magnifier.png");
}
.ptt-container .ptt-actions div.action_edit {
	background-image: url("../img/edit.png");
}
.ptt-container .ptt-actions div.action_attach {
	background-image: url("../img/attach.png");
}
.ptt-container .ptt-actions div.action_delete {
	background-image: url("../img/bin.png");
}
.ptt-container .ptt-arrowLeft {background-position: 0 0; height:30px; width:17px;}
.ptt-container .ptt-arrowRight {background-position: 17px 0; height:30px; width:17px;}
.ptt-container .ptt-arrowTop {background-position: 0 -30px; height:17px; width:30px;}
.ptt-container .ptt-arrowBottom {background-position: 0 -47px; height:17px; width:30px;}
.ptt-container .ptt-arrow {
	background-image:url("../img/tooltip_arrows.gif");
	left:-16px;
	position:absolute;
}
.ptt-container .ptt-content {
	overflow:hidden;
	font-size: 10px;
	text-align: left;
}
