		a.tooltip {
                        border-bottom: 1px dotted #000000;
                        color: #000000;
                        outline: none;
                        cursor: help;
                        text-decoration: none;
                        position: relative;
                }
                a.tooltip span {
                        margin-left: -999em;
                        position: absolute;
                }
                a:hover.tooltip span {
                        position: absolute;
                        left: 1em; top: 2em;
                        z-index: 99;
                        margin-left: 0;
                        width: 230px;
                }
                .helps {
                        padding: 0 0.1em 0.2em 0.3em;
                        background: #FFFFAA;
                        border: 1px solid #FFAD33;
                }
