



#container
{
	position: absolute;
	z-index : 400;
}

#shadow
{
 position: absolute; 
	width:150px;

	z-index : 0;
	
	top : 0px;
	left : 5px;


}

#hint
{
	position: absolute;
	width:150px;

	z-index : 1;

	top : -5px;
	left : 0px;
}




.hintFrame
{
	font-size: 11;  font-family: Arial;
	border: 1px solid #2A81B0;
}

.NNshadow,
.IEshadow
{
	display: '';
}

.IEshadow
{
  background-color: #111111;
  filter: Alpha(Opacity=50, FinishOpacity=50, Style=1, StartX=0, StartY=100, FinishX=0, FinishY=0);

}

.NNshadow
{
  background-color: #111111;
  -moz-opacity:0.5;
	border : 0px;
	margin : 0px;

}




.hintTextRow
{
  background-color: #ffffff;

}

.hintCaptionRow
{
  background-color: #2A93D8;
  background-image: url(button_bg.png);
  background-repeat : repeat-x;
  background-position : top left;

  font-weight: bold;
  color :#FFFFFF;
}






