.infobox {
    background: none repeat scroll 0 0 #848283;
    color: #fefefe;
    font-size: 20px;
    line-height:24px;
    vertical-align:middle;
    position: absolute;
}

    .infobox .close {
        background: none repeat scroll 0 0 #212121;
        cursor: pointer;
        float: right;
        font-size: 17px;
        height: 25px;
        line-height: 22px;
        position: relative;
        right: -25px;
        text-align: center;
        top: 0;
        width: 25px;
    }

    .infobox .content {
        margin: 8px 15px 0px 15px;
    }
