#geoipbox{
    /* overlay is hidden before loading */
    display:none;
    z-index:10000 !important;
    background: #333;
    border:2px solid #8c8c8c;
    padding:10px 20px;
    width:400px;
}
#geoipbox h3{
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1em;
}
#geoipbox .wrapper{
    margin-bottom: 1em;
    color:#8c8c8c;
}
#geoipbox button.action{
    text-decoration: none;
    cursor:pointer;
    border:1px solid #8c8c8c;
    background: #333;
    width:100%;
    color:#8c8c8c;
    height: 22px;
}