.p7TTM02.p7TTMbox {
	position: absolute;
	overflow: hidden;
	background-color: #FFF;
	border: 2px solid #CCCCCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.p7TTM02 .p7TTMcnt {
	position: relative;
	color:#000;
	padding: 10px 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #f5f5f5;
	margin: 5px;
	border: 2px solid #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	zoom: 1;
}
.p7TTM02 .p7TTMcnt p {
	margin: 6px 0 12px 0;
}


/*Special Class assigned to All Triggers, regardless of the Tooltip Style Theme, while its tooltip is showing.*/
.p7TTM_open {}

/*Special Class assigned to All Triggers, regardless of the Tooltip Style Theme, when using the Basic Interface.*/
.p7TTM_trg {
	text-decoration: underline;
	cursor: default;
}
/*Special Class you can use to assign to various trigger elements when using the class assignment method to define a tooltip.*/
.tooltip {}
