/*------------------------------------------------------------------------------*/
/*									  	vCard 									*/
/*------------------------------------------------------------------------------*/

body {
	line-height: 20px;
	font-size: 12px;
	color: #424749;
	background-color: #E5E9EA;
	background-image: url(../imgs/bg.gif);
	background-repeat: repeat-x;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

/*Links*/
a:link {text-decoration: none; color: #B31419; outline:none;}
a:visited {text-decoration: none; color: #B31419; outline:none;}
a:hover {text-decoration: none; color: #DC2405; outline:none;}
a:active {text-decoration: none; color: #B31419; outline:none; position: relative; top: 1px;}

/*Images*/
img {
	border: none;
	text-decoration: none;
}

/*Wrapper*/
#vcard_wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -185px;
	margin-left: -205px;
}

#logo {
	float: left;
	clear: both;
}

#vcard {
	clear: both;
	float: left;
	background-color: black;
	width: 350px;
	position: relative;
	margin-top: 20px;
	padding: 30px;
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.vcard_col {
	float: left;
	width: 110px;
}

.vcard_col2 {
	float: left;
	width: 210px;
	margin-top: 0px;
	@margin-top: 13px;
}

.vcard_body1 {
	color: #DADADA;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 10px;
}

.vcard_body2 {
	color: #959595;
}

.vcard_img{
	clear: both;
	float: left;
	padding-right: 15px;
	padding-bottom: 05px;
	margin-top: 14px;
}

#vcard_top {
	clear: both;
	width: 355px;
}

.vcard_header {
	float: left;
	color: white;
	font-size: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 3px;
}

#vcard_btn {
	float: right;
}

#vcard_sub_title {
	font-size: 12px;
	color: #424749;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-top: 5px;
}

#vcard_bottom {
	clear: both;
	margin-top: 0px;
}

/*vCard btn*/
#btn_vcard{
	float: right;
	margin-top: 6px;
	display: block;
	width: 137px;
	height: 26px;
	background: url("../imgs/btn_download_vcard.png") no-repeat 0 0;
}

#btn_vcard:hover{
	float: right;
	margin-top: 6px;
	background-position: 0 -26px;
}

#btn_vcard:active{
	float: right;
	margin-top: 6px;
	background-position: 0 -52px;
}