#infobox {
    position: absolute;
    top: 175px;
    left: 0px;
    width: 0px;
    height: 200px;
    background-color: #ECF2E4;
    color: #000;
    padding: 20px;
    border-right: 2px solid #97AD7E;
    border-top: 2px solid #97AD7E;
    border-bottom: 2px solid #97AD7E;
}

#ibContent {
    display: none;
    font-family: Trebuchet MS, Verdana, Helvetica, Arial;
    font-size: 10pt;
    color: #000000;
    text-align: justify;
}

#ibClose {
    position: absolute;
    right: 10px;
    top: 10px;
}