.profile_preview {
	overflow: hidden;
}

.profile_preview a {
	color: #2a2a2a;
}

.profile_preview .rounded_edge {
	height: 5px;
}

.profile_preview .profile_image {
	width: 105px;
	height: 105px;
	float: left;
	margin-right: 5px;
	z-index: 1;
}

.profile_preview .profile_preview_header {
	overflow: hidden;
	position: relative;
	z-index: 2;
	left: -15px;
	top: 2px;
	margin-bottom: 5px;
}
.profile_preview.full .profile_preview_header {
	left: -22px;
	padding: 10px 0;
}
.profile_preview.mini .profile_preview_header {
	left: -15px;
	padding: 4px 0;
}

.profile_preview .name {
	font-family: "Arial";
	font-weight: bold;
	font-size: 12px;
	color: white;
	margin-left: 5px;
	padding-right: 15px;
}

.profile_preview .profile_link {
	vertical-align: top;
	display: inline-block;
	padding-left: 5px;
}

.profile_preview .profile_link a {
	font-family: "Arial";
	font-size: 11px;
	color: white;
	margin-right: 5px;
}

.profile_preview .profile_preview_header table {
	color: white;
	border-collapse: collapse;
	display: inline;
}

.profile_preview .profile_preview_header a {
	color: white;
}

.profile_preview .profile_preview_header .in {
	background-color: #3275da;
}

.profile_preview .profile_preview_header .pad {
	background-color: #3275da;
	width: 5px;
}

.profile_preview .profile_preview_header .pad.left {
	background-image: url(../img/profile_summary_full_header_edge_left.jpg);
	background-repeat: repeat-y;
}

.profile_preview .profile_preview_header .pad.right {
	background-image: url(../img/profile_summary_full_header_edge_right.jpg);
	background-repeat: repeat-y;
}

.profile_preview .profile_preview_header .profile_preview_header_inner .user_details {
	background-color: #3275da;
	text-align: left;
	font-family: Arial;
	font-size: 13px;
}

.profile_preview .profile_preview_header .profile_preview_header_top .in {
	height: 5px;
	background-image: url(../img/profile_summary_full_header_edge_top.jpg);
	background-repeat: repeat-x;
}

.profile_preview .profile_preview_header .profile_preview_header_bottom .in {
	height: 5px;
	background-image: url(../img/profile_summary_full_header_edge_bottom.jpg);
	background-repeat: repeat-x;
}





.profile_preview .info {
	line-height: 18px;
	margin-left: 115px;
}

.profile_preview .info label {
	font-family: "Arial";
	font-size: 11px;
	color: #9f9f9f;
	display: inline-block;
	width: 45px;
}

.profile_preview .info p {
	font-family: "Arial";
	font-size: 11px;
	color: #2a2a2a;
	display: inline;
}

.profile_preview .info img.envelope {
	position: relative;
	top: 2px;
}
