.tipsy {
	padding: 5px;
	font-size: 11px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-repeat: no-repeat;
	background-image: url(/js/jquery/tipsy/tipsy.gif); /* width: 150px; */
}

.tipsy-inner {
	padding: 5px 8px 4px 8px;
	background-color: black;
	color: white;
	max-width: 270px;
	text-align: left;
	line-height:155%;
	/* width: 150px; text-align: left; */
}

.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }

.tipsy-title { font-weight: bold; text-align: center; }
.tipsy-content { text-align: left; line-height:135%; }

.tipsy-inner ul li{
	background : url("/img/icon/arrow_orange2.gif" ) -2px 4px no-repeat;
	margin:0 0 3px 0;
	padding: 0px 0px 0px 7px;
}


.tipsy-help-guide {
	padding: 8px 5px 5px 5px;
	background:url(/img/icon/fk_ue_white.png) no-repeat center top;
	/* 
	opacity: 0.8;
	filter: alpha(opacity=80);
	*/
}

.help-guide .tipsy-inner {
border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;
border:1px #fff solid;
background: #fffaaa url(/img_ep/base/grade.png) 0px -10px;
	padding:  7px;
	text-align: center;
	font-weight: bold;
	font-size:12px;
	color:#ff387d;
-moz-box-shadow: 3px 4px 5px #aaa;
-webkit-box-shadow: 3px 4px 5px #aaa;
box-shadow: 3px 4px 5px #aaa;
/* 
border:1px #ccc solid;
*/
}
	