table { 
	border-collapse: collapse; 
	border-spacing: 0; 
	border: 0;
	}
table, tbody, tr, td {
	padding: 0;
	}
.float-picts {
	float: left;
	border: 0;
	padding: 0;
	margin: 0;
}
.membercontact-outer {
	position: absolute; 
	width: 900px; 
	text-align: right; 
	top: 188px; 
	left: 0px;
	z-index: 5;
}

.membercontact-inner {
	position: absolute; 
	display: none;
	margin-top: 0px; 
	top: 25px;
	right: 0px; 
	background: #f0f0f0;
	border: 1px solid #666; 
	padding: 30px 0px 15px 15px;
}

a.membercontact-close {
	position: absolute;
	right: 3px;
	top: 3px;
	border: 1px solid #666;
	color: #000;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
	background: #fff;
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
}

a.membercontact-close:hover {
	text-decoration: none;
	background: #ccc;
}


.membercontact-item {
	float: left; 
	text-align: left;
	margin-right: 15px; 
	width: 220px; 
	height: 220px; 
	background: #fff; 
	border: 1px solid #666;
}

#membercontact-google {
	width: 260px; 
	overflow: hidden;
}

.membercontact-item-inner {
	padding: 0px 5px;
}
