#backgroundPopup {
    z-index:1;
    position: fixed;
    display:none;
    height:100%;
    width:100%;
    background:#000000;
    top:0px;
    left:0px;
}
.popupbutton {
    cursor: pointer;
}
.popupbutton #euflag {
    width:21px;
    height:14px;
}
#toPopup {
    font-family: arial;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 3px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
    font-size: 14px;
    left: 50%;
    margin-left: -402px;
    position: fixed;
    top: 20%;
    width: 350px;
    height: 70px;
    z-index: 2;
}
div.close {
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 1px;
    top: 2px;
    width: 20px;
}

div#popup_content {
    margin: 20px 20px;
    vertical-align:central;
}

