	.tooltip_bottom{
        color:black;
		background-color: silver;
		border: 1px solid #7eabcd;
		height: 20px;
		width: 250px;
		font-family: Verdana, Helvetica, Arial, sans;
		font-size: 8pt;
		padding: 3px;
        padding-top:8px;
		text-align: center;
		margin-top: -2px;
		position: relative;
		z-index: 50;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		
		background-color: silver; /*#e9e7e9*/
		background: -moz-linear-gradient(top, silver, #AAAAAA);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, silver), color-stop(1.0, #AAAAAA));
		filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='silver',EndColorStr='#AAAAAA');

	}
	.pointer_up{
		background: url(/img/tooltip/pointer_up.png) no-repeat 15px;
		width: 250px;
		height: 15px;		
		position: relative;
		z-index: 100;
		
	}
	#notice{
		visibility: hidden;
		width: 250px;
		height: 33px;
		position: absolute;
	}