#vcc_front img, #vcc_back img {
    margin: 0 !important;
}
#vcc_bg {
    position: absolute:
    z-index: 10;
}

#vcc_front {
    margin: 0 auto;
    width: 400px;
    height: 230px;
    position: relative;
}
#vcc_location {
    position: absolute;
    z-index: 20;
    background: #fff;
    top: 93px;
    left: 20px;
    padding: 5px;
}
#vcc_flag {
    padding: 1px;
    border: 1px solid #ccc;
    float: left;
    margin-right: 5px;
}
#vcc_country {
    color: #333;
    font-weight: bold;
    font-size: 22px;
    float: left;
    margin-top: 6px;
}
#vcc_city {
    position: absolute;
    z-index: 30;
    color: #666;
    font-size: 14px;
    top: 125px;
    left: 100px;
}
#vcc_pin {
    position: absolute;
    z-index: 20;
    left: 16px;
    top: 155px;
}
#vcc_number {
    position: absolute;
    z-index: 20;
    left: 210px;
    top: 155px;
}
#vcc_pin span, #vcc_number span {
    font-weight: bold;
    color: #5C5C5C;
    font-size: 14px;
    display: block;
}
#vcc_pin strong, #vcc_number strong {
    font-weight: bold;
    display: block;
    text-align: center;
    margin-top: 8px;
    font-size: 20px;
    width: 180px;
}
#vcc_pin strong {
    color: #0159A0;
}
#vcc_number strong {
    color: #455562;
}



#vcc_back {
    margin: 0 auto;
    width: 400px;
    height: 230px;
    position: relative;
}
#vcc_back_text {
    position: absolute;
    z-index: 20;
    top: 0px;
    left: 0px;
    padding: 20px;
    width: 360px;
}


#vcc_print {
    margin: 10px auto;
    text-align: center;
}
#vcc_print input {
    padding: 3px 10px;
    font-weight: bold;
    font-size: 1.1em;
}