div.clear {
	clear:both;
}
div.member {
	clear:both;
	background: url(../img/search_bg.png) bottom repeat-x;
	padding:10px;
	border:1px solid #E5E5E5;
	width:99%;
	margin-bottom:10px;
}
div.member .profpicture {
	float:left;
	width:100px;
	text-align:center;
	padding:10px;
	padding-left:8px;
	padding-bottom:8px;
	background: url('/images/v2/pic_bg.gif') bottom left no-repeat;
}
div.member .details {
	float:right;
	width:775px;

}
div.member .details .left {
	float:left;
	width:540px;
	font-size:small;	
}
div.member .details .left .name {
	font-size:medium;
	font-weight:bold;
}
div.member .details .left .particulars {
	float:left;
	clear:both;
	width:95%;
	font-size:small;
	margin-top:5px;
	border:1px dotted #3e3288;
	padding:5px;
}
div.member .details .left .particulars .item {
	float:left;
	clear:both;
	width:90px;
	font-weight:bold;
}
div.member .details .left .particulars .answer {
	float:right;
	width:370px;
}
div.member .details .left .view_profile {
	text-align:left;
}
div.member .details .right {
	float:right;
	width:220px;
	margin:0;
	font-size:small;
	position:relative;
	margin-top:25px;
}
div.member .details .links {
	clear:both;
	margin-top:10px;
	font-size:small;
	background:#fff;
	border:1px solid #f5f5f5;
	padding:10px 10px;
}

div.member .details .right .lastlogin {
	background:#0187c1;
	padding:7px;
	font-weight:bold;
	color:#fff;

}