#rememberPanel {
    height: 300px;
    overflow-y: scroll;
    width: 400px;
    cursor: pointer;
    z-index: 99999;
    font-size: 90%;
    background-color: #e8e8e8;
    margin: 0 0 20px;
    padding: 0 0 0 10px;
    color: #217FB4;
    font-weight: bold;
    position: absolute;
    display: block;
} #rememberPanel dl {
    float: left;
    position: absolute;
    left: 170px;
    margin-top: 5px;
} #rememberPanelEMail {
    font-size: 100%;
    color: #999999;
    width: 150px;
    margin: 0 5px 0 5px;
} #rememberPanel img {
    float: left;
    width: 134px;
    height: 99px;
    padding: 8px;
    background: #ffc900 url("../image/default/img-pronajem.png") no-repeat 0 0;
    margin: 0 16px 0 11px;
} #rememberPanel h2 {
    color: #217FB4;
    padding: 5px;
    margin: 0px;
} #rememberPanel span span {
    height: 160px;
    display: block;
} #rememberPanelKML {
    margin: 0 5px 0 5px;
}

dl#rememberPanel {
    display: inline;
} #rememberPanel dt, #rememberPanel dd {
    float: left;
    display: inline;
} #rememberPanel dt {
    clear: left;
    font-weight: bold;
    text-align: right;
    width: 50px;
} #rememberPanel dd {
    margin: 0 0 0 10px;
    width: 150px;
} .rememberPanelRemoveLink {
    color: #FF0000;
}