.vcard p {
    padding: .5em;
    margin: 0;
}

.vcard {
    background-image: url(/images/hcard/vcardfill.png);
    background-repeat: no-repeat;
    background-color: #f2e1af;
    color: #000000;
}

.fn {
    background-image: url(/images/hcard/topright.png);
    background-repeat: no-repeat;
    background-position: top right;
    padding-top: 2em;
    font-weight: bold;
    font-size: 1.2em;
}

.telecommunications {
    background-image: url(/images/hcard/bottom-left.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

p.email {
    background-image: url(/images/hcard/bottom-right.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-bottom: 2em;
}

.vcard img {
    float: right;
    padding-right: 1em;
    margin-top: -1em
}

.vcard p {
    margin-left: 1em;
}

.vcard {
    width: 28em;
}


