.divHelp {
	position: absolute;
	width: 330px;
	display: none;
	opacity : 0.85;
	-moz-opacity : 0.85;
	-khtml-opacity : 0.85;
	filter:alpha(opacity=85);
}

.divHelpBody {
	background: #FFEFFF url(../imagens/interrogacao.gif) no-repeat 5px 10px;
	border: solid 3px #B85AAA;
	text-align: left;
	padding: 4px 4px 4px 26px;	
}

.title {
	background: url(../imagens/fundo_titulo_info.gif) repeat-x;
	text-align: center;
	height: 18px;
	font-size: 13px;
	color: #FFFFFF;
}

.divHelp ol li{
	list-style-type: decimal;
	margin-top: 0px;
}

.spanHelp {
	cursor:help;
	font-weight: bold;
	font-size: 1em;
	color: #0054A6;
	text-decoration: underline;
	border-bottom: dashed 1px #736357;
	/*padding-bottom: 1px;*/
	padding-left: 16px;
	background: url(../imagens/interrogacao3.gif) no-repeat 0px 2px;
}

.closehelp {
	text-align: center;
}

.btclose {
	cursor: pointer;
	color: #FFFFFF;
	background: #D34DA4 url(../imagens/fundo_botao.gif) repeat-x;
	padding-left: 4px;
	padding-right: 4px;
{