/*Compatibilidade sem javascript*/
.descricao-campo {
    font-size: 13px;
	color: rgb(106, 106, 106);
}
/*Elementos criados via javascript*/
.dga_tooltip {
    height: 1.2em;
    margin-left: 5px;
    vertical-align: top;
}
#tooltip {
    background-color: rgb(230, 230, 230);
    border: 1px solid rgb(153, 153, 153);
    color: rgb(0, 0, 0);
    padding: 15px;
    position: absolute;
    text-align: center;
	z-index: 101;
}
#tooltip_bottom1 {
    border-left-width: 11px;
    border-right-width: 11px;
    border-top-width: 11px;
    bottom: -11px;
    margin-left: -11px;
    border-color: rgb(153, 153, 153) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
#tooltip_bottom2 {
    border-left-width: 10px;
    border-right-width: 10px;
    border-top-width: 10px;
    bottom: -10px;
    margin-left: -10px;
    border-color: rgb(230, 230, 230) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
#tooltip_bottom1, #tooltip_bottom2 {
    border-bottom-width: 0;
    border-style: solid;
    height: 0;
    left: 50%;
    position: absolute;
    width: 0;
}
#tooltip.top #tooltip_bottom1, #tooltip.top #tooltip_bottom2 {
    border-bottom-color: rgba(0, 0, 0, 0);
    border-top-color: rgba(0, 0, 0, 0);
}

#tooltip.top #tooltip_bottom1 {
    border-bottom-width: 11px;
    bottom: auto;
    top: -20px;
}
#tooltip.top #tooltip_bottom2 {
    border-bottom-width: 10px;
    bottom: auto;
    top: -20px;
}
#tooltip.left #tooltip_bottom1 {
    left: 9px;
    margin: 0;
}
#tooltip.left #tooltip_bottom2 {
    left: 10px;
    margin: 0;
}
#tooltip.right #tooltip_bottom1 {
    left: auto;
    margin: 0;
    right: 9px;
}
#tooltip.right #tooltip_bottom2 {
    left: auto;
    margin: 0;
    right: 10px;
}