.popup {
    position: absolute;
    width: 400px;
    overflow: auto;
    border: 1px solid #000;
    background-color: #CCC;
    z-index: 2;
    visibility: hidden;
    padding: 5px;
    font-weight: normal;
    text-align: left;
    font-size: 11px;
    color: #000;
    line-height: 100%;
    text-transform: none
    }