﻿.help {
	display: none;
	position: absolute;
	padding: 10px; 
	margin-left: -7px;
	margin-top: 25px;
	font-size: 0.9em; 
	background-color: white; 
	border: 1px solid #a6c9e2; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	z-index: 9999;	
	text-align: left;
	color: #2E6E9E;
}

.helpIcon {
	cursor: pointer;
}

.help .arrow { 
	position: absolute; 
	top: -10px; 
	left: 5px;
	background: url(../Lib/vTip_v2/images/vtip_arrow.png) top right no-repeat;
	width: 21px;
	height: 11px;
	z-index: 9999;
}

.help ul {
	list-style: disc;
	margin-left: 15px;
	margin-bottom: 0px;
	font-weight: normal;
	line-height: 1.6em;
}

.help ul li {
	padding: 0px;
	margin: 5px 0px;
}

.help p {
	margin-bottom: 5px;
}

.help h4 {
	font-weight: bold;
}