/* CSS Document */

/* modified*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.origin-hoken.com/style/ */

.help{
	position: relative;
	z-index: 0;
	text-decoration: none;
	cursor: help;
	
}

.help:link {
	text-decoration: none;
}

.help:visited {
	text-decoration: none;
}

.help:hover{
	background-color: transparent;
	z-index: 50;
	text-decoration: none;
}

.help:active {
	text-decoration: none;
}

.help div{
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	float: right;
	font-weight: normal;
}

.help:hover div{
	position: absolute;
	visibility: visible;
	top: 5px;
	left: 10px;
	overflow: visible;
	text-decoration: none;
	z-index: 200;
	min-width: 150px;
	float: right;
}


.help span{
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	float: right;
	font-weight: normal;
}

.help:hover span {
	position: absolute;
	visibility: visible;
	top: 5px;
	left: 10px;
	overflow: visible;
	text-decoration: none;
	z-index: 100;
	min-width: 150px;
	float: right;
}
