﻿/* PowerTip Plugin */
#powerTip {
	cursor: default;
	background-color: #fff;
	background-color: rgba(255,255,255,0.95);
	border-radius: 6px;
	color: #555;
	display: none;
	padding: 10px;
	position: absolute;
	/*white-space: nowrap;*/
	z-index: 2147483647;
	width: 400px;
	border: 1px solid #D1D1D1;
}
#powerTip img {
	float:right;
	margin-left:10px;
}
#powerTip:before {
	content: "";
	position: absolute;
}
