div#ha_help_wrapper {
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333;

    padding: 10px;
    width: 52em;
    padding: 12px;
    margin: 0 auto;
}

div#ha_help_wrapper h2 {
    font-size: 14px;
    padding-top: 20px;
}

div#ha_help_wrapper h3 {
    font-size: 12px;
    cursor: pointer;
    text-decoration: underline;
    position: relative;
    padding-left: 15px;
}

div#ha_help_wrapper h3:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "▶";
}

div#ha_help_wrapper h3.active:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "▼";
}

div#ha_help_wrapper div.helptext {
    display: none;
    overflow: auto;
}

div#ha_help_wrapper div.helptext ul li {
    margin-bottom: 1em;
}

div#ha_help_wrapper div.helptext a img {;
    margin-left: 10px;
    margin-bottom: 10px;
    border: 1px solid black;
}

div#ha_help_wrapper #lightbox-container-image-box {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

div#ha_help_wrapper #lightbox-container-image-data-box {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

div#ha_help_wrapper dl {
    margin-left: 5em;
}

div#ha_help_wrapper dl dt {
    font-weight: bold;
}

div#ha_help_wrapper dl dd {
    margin-bottom: 1em;
}

div#ha_help_wrapper textarea {
    width: 100%;
    height: 150px;
    border-radius: 5px;
    border: 1px solid #333;
    padding: 10px;
}