.hint {

   	display: none;

    position: absolute;

    /*right: -250px;*/

    width: 200px;

    margin-top: -4px;

    font-size:10px;

    color:#5D5C5C;

    font-weight:normal;

    line-height:1.6;

    margin-left: 10px;

    border: 1px dashed #000000;

    padding: 5px;

    /* to fix IE6, I can't just declare a background-color,

    I must do a bg image, too!  So I'm duplicating the pointer.gif

    image, and positioning it so that it doesn't show up

    within the box */

    background: #f1f1f1 url(script/pointer.gif) no-repeat -10px 5px;

}

/* The pointer image is hadded by using another span */

.hint .hint-pointer {

    position: absolute;

    color:#5D5C5C;

    font-weight:normal;

    line-height:1.6;

    left: -10px;

    top: 5px;

    width: 10px;

    height: 19px;

    background: url(script/pointer.gif) left top no-repeat;

}

/*CSS for the form tooltips end <<<<<<<*/

.alert

{

font-family:Tahoma;

font-size:11px;

font-weight:normal;

color:#ff0000;

line-height:1.7;

}
