/*-------------------------------------------------------
Jquery - ToolTip
-------------------------------------------------------*/
/*.tooltip{
    display:inline;
    float:left;
    width:13px;
    margin:2px 0 0 6px;
    height:18px;
    cursor:pointer;
    background:#fff url(../images/tooltip.gif) repeat-y center top;
}
.tooltip:hover{
    background:#fff url(../images/tooltip.gif) repeat-y center bottom;
}
.form-cont-captcha .tooltip{
    margin:7px 0 0 6px;
}
.form-cont-captcha-2 .tooltip{
    margin:7px 0 0 6px;
}*/
/*#tooltip {
    position: absolute;
    padding: 5px;
    color: #FFF;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    display: none;
    text-align: left;    
    background-color:#64554B;
    border:2px solid #FF7D04;
}
.tooltipTitle {
    padding: 5px;
    margin-bottom: 5px;
    display: block;
    font-weight: bold;
    color:#fff;
    font-size:14px;
    text-transform:uppercase;
    background:#FF7D04;
}*/

#tooltip {
    position: absolute;
    color: #FFF;
    font-size: 12px;
    display: none;
    text-align: center;

}

#tooltip .title {
    display: block;
    font-weight:700;
    font-size:12px;
    color:#fff;
    border-bottom:#004219 1px solid;
    width:150px;
    text-transform:uppercase;
    background:url(../images/fondo-titulo-toltip.gif) top center no-repeat;
    margin:0;
    padding:8px 8px 4px;
}

#tooltip .text {
    display: block;
    color:#fff;
    font-size:12px;
    width:150px;
    background:url(../images/fondo-txt-toltip.gif) bottom center no-repeat;
    padding:4px 8px 8px;    
}