#popup a
{
	position: relative;
	text-decoration: underline;
}

a span {
	display: none;
}

a:hover {font-size: 100%;} /* IE/Win requires some link change on hover in order to show the tooltips */

html body a:hover span
{
	/*the span will display just on :hover state*/
	display: block !important;
	position: absolute;
	top: 5px;
	left: 40px;
	width: 300px;
	background-color: #E1DE85;
	color: #000;
	padding: 10px;
	font-size: 11px;
	border-color: #362B0E;
	border-width: 3px;
	border-style: double;
	line-height: 13px;
	z-index: 2;
	overflow: default;
}

div#commentForm
{
  margin: 0px 20px 0px 20px;
  display: none;
}

div#commentFormPartner
{
  margin: 0px 20px 0px 20px;
  display: none;
}