@charset "UTF-8";
/* CSS Document */

.ajaxtooltip{
	position: absolute; /*leave this alone*/
	display: none; /*leave this alone*/
	width: 200px;
	left: 0; /*leave this alone*/
	top: 0; /*leave this alone*/
	background: white;
	border: 2px solid gray;
	border-width: 1px 2px 2px 1px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

div#wrapperPieFlash {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #590000;
}