.AdInformation {
    top:0px;
    position:absolute;
    background:white;
    border: 1px solid black;
    padding: 2;
    min-height: 200px;
    min-width: 250px;
}

.AdInformation-banner{
    background:lightgreen;
    height: 22px;
    text-align: center;
}

.AdInformation-inner{
    border: 1px solid white;
    height: 90%;
    overflow:auto;
    word-wrap: break-word;
    margin-top: 0px;
    margin-bottom: 0px;
}

.AdInformation-inner dl:nth-child(even) {
    background:#FFFBFF ;
}

.AdInformation-inner dl:nth-child(odd) {
    background:LightGray ;
}

#adinfoClose {
    background:lightgreen;
    height: 21px;
    border: 1px;
    float:right;
}