
/* HELP BUTTON */



button.help_button{
	margin:0 5px 0 0;
	width:25px;
	height:23px;
	line-height:23px;
	border-style:none;
	background:url('/images/help.png');
	cursor:pointer;
}
button.help_button:hover{
	background-position:0 -23px;
}



/* HELP BUBBLE */
div.help_bubble{
	margin:0 10px;
	width:400px;
	position:absolute;
	display:none;
	overflow:visible;
	z-index:1000;
}
div.help_bubble div{
	padding:0;
	margin:0;
}
div.help_bubble label{
	display:block;
	font-weight:bold;
	margin-top:0;
	margin-bottom:10px;
}
div.help_bubble div.top,div.help_bubble div.bottom{
	height:8px;
	background:url('/images/helpBubble.png') repeat-x 0px -102px;
	overflow:hidden;
	margin:0 8px;
}
div.help_bubble div span.l{
	display:block;
	position:absolute;
	width:8px;
	height:8px;
	left:0px;
	background:url('/images/helpBubble.png') no-repeat -14px 0px;
	overflow:hidden;
}


div.help_bubble div span.r{
	display:block;
	position:absolute;
	width:8px;
	height:8px;
	right:0px;
	background:url('/images/helpBubble.png') no-repeat 0px 0px;
	overflow:hidden;
}

div.help_bubble div.bottom{
	background-position:0 -110px;
}
div.help_bubble div.bottom span.l{
	background-position:-14px -8px;
}
div.help_bubble div.bottom span.r{
	background-position:0 -8px;
}


div.help_bubble div.pointer{
	display:block;
	position:absolute;
	width:21px;
	height:22px;
	z-Index:50;
	background:url('/images/helpBubble.png') no-repeat;
}
div.help_bubble div.north,div.help_bubble div.south{
	left:50%;
}
div.help_bubble div.east,div.help_bubble div.west{
	top:50%;
	width:22px;
	height:20px;
}
div.help_bubble div.south{
	background-position:0px -38px;
	top:-19px;
}
div.help_bubble div.north{
	background-position:0px -16px;
	bottom:-19px;
}
div.help_bubble div.west{
	background-position:0px -60px;
	right:-19px;
}
div.help_bubble div.east{
	background-position:0px -82px;
	left:-19px;
}

div.help_bubble div.middle{
	background-color:#FFFFCC;
	border-left:3px solid #f6b646;
	border-right:3px solid #f6b646;padding:10px;
}

div.help_bubble div.middle span.close{
	float:right;
	margin-top:-10px;
	color:red;
	font-weight:bold;
	cursor:pointer;
}

/* END HELP BUBBLE */

