/* Created by TopStyle Pro Trial Version - www.bradsoft.com */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.vcard {
	border: 1px solid #ccc;
	font-size : 10px;
	display: block;
	width: 170px;
	margin : 20px;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-right: 15px;
}
.vcard .fn {
	position: relative;
	background-color: #fff;
	top: -12px;
	left: -10px;
	padding-left: 5px;
	padding-top: 2px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 1.2em;
}

.vcard .family-name {
	text-transform: uppercase;
}
.vcard .org {
	font-size: 1.2em;
}

.vcard .url {
	display: block;
}

.vcard .tel {
	margin-top : 10px;
	padding-left: 20px;
	padding-top: 8px;
	background-image: url(phone.gif);
	background-repeat: no-repeat;
	background-position: left;
}
