.popupBlock {
    font-size: 90%;
    border: 1px solid #33f;
    display: none;
    width: 20em;
    position: absolute;
    background-color: #fafaf0;
    padding: 0.5em;
    z-index: 1000;
}

.pseudoButton {
    font: bold 110% sans-serif;
    border: 1px solid #999;
    padding: 0 .3em;
    cursor: hand;
    cursor: pointer;
}

#sponsoredBySend,
#sponsoredBySuccess,
#sponsoredByError {
    font-family: "verdana";
    font-size:11px;
    vertical-align: top;
}