	#auth_tooltip {
		position:absolute;
		left:200px;
		top:4px;
		float:left;
		display:none;
		_width:79px;
		font-size:1em;
	}
	#auth_tail {
		width:9px;
		height:15px;
		position:absolute;
		background:url(../img/tip_tail.png) no-repeat 0 0;
		_background:url(../img/tip_tail.gif) no-repeat 0 0;
		z-index:2;
	}
	#auth_tooltip_holder  {
		left:8px;
		position:absolute;
		z-index:1;
		float:left;
	}

	#auth_tooltip .corner {
		width:11px;
		height:11px;
		padding:0px;
		font-size:0px;
		_margin-right: -11px;
	}

	#auth_tooltip .center {
		line-height:11px;
		height:11px;
		margin:0px 11px;
		_overflow:hidden;
		_width:100%;
	}

	#left_top_corner {
		background:url(../img/left_top_corner.png) no-repeat 0 0;
		_background-image:url(../img/left_top_corner.gif);
		float:left;
	}

	#right_top_corner {
		float:right;
		background:url(../img/right_top_corner.png) no-repeat 0 0;
		*background-image:url(../img/right_top_corner.gif);
		_margin-left: -11px;
		_margin-right:0px;
	}

	#left_bottom_corner {
		background:url(../img/left_bottom_corner.png) no-repeat 0 0;
		_background-image:url(../img/left_bottom_corner.gif);
		float:left;
	}

	#right_bottom_corner {
		background:url(../img/right_bottom_corner.png) no-repeat 0 0;
		_background:url(../img/right_bottom_corner.gif) no-repeat 0 0;
		float:right;
		_margin-left: -11px;
		_margin-right:0px;
	}
	#center_top {
		background:#e52d3e url(../img/border_top_pix.gif) repeat-x center top;
	}
	#center_bottom {
		background:#e52d3e url(../img/border_bottom_pix.gif) repeat-x center bottom;
	}

	#auth_tooltip_content_w {
		background:#e52d3e url(../img/border_left_pix.gif) repeat-y left center;
		float:left;
		clear:both;
	}
	#auth_tooltip_content_w2 {
		background:#e52d3e url(../img/border_right_pix.gif) repeat-y right center;
		clear:both;
		padding:0px 2px;
		float:left;
	}


	#auth_tooltip_content {
		background:#e52d3e;
		margin:-4px 0px;
		padding:0px 10px;
		color:white;
		font-family:Tahoma;
		white-space:nowrap;
		float:left;
		position:relative;
	}