.luckyViewCont 
{
  /*z-index         : 200;*/
text-align:center;
overflow: hidden;
position: relative;
border: 0px solid #000000;
 background  : #fff; 
}

.luckyViewHelp {
    /*z-index         : 200;*/
    visibility      : hidden;
    position        : absolute;
    background      : #fff;
    color           : #000000;
    border          : 1px outset #9E2F2D;
    padding         : 10px;
    text-align: left;
}

.luckyViewHelp * {
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    color: #000000;
    line-height: normal;
}

.luckyViewHelp p {
    margin-bottom   : 7px;
}



