/* Lifted from main site css */

.countryChange {
    color: #000;

    width: 540px;
    margin: 40px 40px 20px 40px;
    text-align: center;

    font-size: 15px;
    font-family: arial;
    font-weight: normal;
}

.countryChange .countryChangeTitle {
    font-weight: bold;
    margin-bottom: 30px;
}

.countryChange .proceed {
    margin-top: 40px;
}

.countryChange .clear {
    clear: both;
    float: none;
    padding: 0 !important;
    margin: 0 !important;
}

.countryChange a.blueButton {
    padding-top: 0px;
    padding-bottom: 3px;
    min-height: 17px;
    max-height: 17px;
    line-height: 20px;
    font-weight: bold;

    background: url("sprite_repeat_h.png") repeat-x scroll 0 -188px #aaaaaa;
    float: right;
    border: medium none;
    color: #ffffff;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
    width: 106px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    display: inline;
}

/* Fix border box */
#fancybox-wrap, .countryChange a.blueButton {
    box-sizing: content-box;
}