/* BASIC css start */
#titleArea {
    position: relative;
}

#titleArea h2 {
    padding: 0 7px;
    line-height: 30px;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #000;
    text-align: center;
}

#titleArea span {
    display: none;
    position: absolute;
    top: 6px;
    left: 14px;
}

/* BASIC css end */

