/*tooltip:if javascript is enabled tooltips are hidden*/
.tooltip-text
{
    border:1px solid #FF9445;
    background-color:#FDEFCF;
    padding:8px;
    color:#000;
    margin-left:10px;
    max-width:270px;

}
form .tooltip-text{
    display: none;
}

*+html .tooltip-text
{
    width:250px;
}

* html .tooltip-text
{
    width:250px;
}

.tooltip
{
    border:1px solid #FF9445;
    background-color:#FDEFCF;
    padding:4px;
    color:#000;
    max-width:270px;
    position: absolute;
    top: -10000px;
}

*+html .tooltip
{
    width:270px;
}

* html .tooltip
{
    width:270px;
}
