.validateSpan {    display: none;    float: none;    z-index: 10000;    position: absolute;    top: 0px;    left: 0px;    background: transparent url('../img/jValidate.png') no-repeat center left;    color: white !important;    width: 200px;    padding: 5px 10px 5px 18px;    font-size: 0.9em;    border-radius: 0px 5px 5px 0px;}.validateSpanPointerLeft {    display: none;    float: none;    z-index: 10000;    position: absolute;    top: 0px;    left: 0px;    background: transparent url('../img/jValidatePointerLeft.png') no-repeat center left;    color: white !important;    width: 200px;    padding: 5px 10px 5px 18px;    font-size: 0.9em;    border-radius: 0px 5px 5px 0px;}.validateSpanPointerRight {    display: none;    float: none;    z-index: 10000;    position: absolute;    top: 0px;    righ: 0px;    background: transparent url('../img/jValidatePointerRight.png') no-repeat center right;    color: white !important;    width: 200px;    padding: 5px 10px 5px 18px;    font-size: 0.9em;    border-radius: 5px 5px 0px 0px;}.validateSpanPointerTop {    display: none;    float: none;    z-index: 10000;    position: absolute;    top: 0px;    righ: 0px;    background: transparent url('../img/jValidatePointerTop.png') no-repeat center right;    color: white !important;    width: 200px;    padding: 5px 10px 5px 18px;    font-size: 0.9em;    border-radius: 5px 5px 0px 0px;}.validateSpanPointerBottom {    display: none;    float: none;    z-index: 10000;    position: absolute;    top: 0px;    righ: 0px;    background: transparent url('../img/jValidatePointerBottom.png') no-repeat center right;    color: white !important;    width: 200px;    padding: 5px 10px 5px 18px;    font-size: 0.9em;    border-radius: 5px 5px 0px 0px;}