#userinfopopup {
	width		:	260px;
	height		:	240px;
	overflow	:	hidden;
	color		:	#fff;
	border		:	1px solid rgba(0,0,0,0.2);
	background	:	rgba(255,255,255,.3);
	background	:	url("../images/template/middle_bg.png") top left repeat;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
}

#userinfopopup_inner {
	display		:	block;
	position	:	absolute;
	left		:	5px;
	top			:	5px;
	width		:	250px;
	height		:	230px;
	background	:	rgb(0,0,0) !important;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#userinfopopup_header {
	width		:	232px;
	height		:	42px;
	display		:	block;
	background	:	url("../images/template/middle_bg.png") top left repeat;
	position	:	absolute;
	left		:	9px;
	top			:	9px;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	-webkit-border-radius-topleft: 9px;
	-webkit-border-radius-topright: 9px;
}
#userinfopopup_details {
	width		:	190px;
	height		:	46px;
	display		:	block;
	position	:	absolute;
	left		:	53px;
	top			:	51px;
}
#userinfopopup_details td.value {
	width		:	100%;
	padding-left:	3px;
}

#userinfopopup_usericon {
	position	:	absolute;
	left		:	-11px;
	top			:	-10px;
}

#userinfopopup_username {
	position	:	absolute;
	left		:	47px;
	top			:	4px;
	color		:	#fff;
	font-family	:	"Century Gothic";
	font-size	:	16px;
	font-weight	:	bold;
}
#userinfopopup_familiestatus {
	position	:	absolute;
	left		:	47px;
	top			:	22px;
	color		:	#fff;
	font-family	:	"Century Gothic";
	font-size	:	11px;
	font-weight	:	bold;
}

#userinfopopup_updated {
	position	:	absolute;
	right		:	10px;
	top			:	212px;
	color		:	#fff;
	font-family	:	courier new;
	opacity		:	0.5;
}
#faminfopopup {
	width		:	260px;
	height		:	150px;
	overflow	:	hidden;
	color		:	#fff;
	border		:	1px solid rgba(0,0,0,0.2);
	background	:	rgba(255,255,255,.3);
	background	:	url("../images/template/middle_bg.png") top left repeat;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
}

#faminfopopup_inner {
	display		:	block;
	position	:	absolute;
	left		:	5px;
	top			:	5px;
	width		:	250px;
	height		:	140px;
	background	:	rgb(0,0,0) !important;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#faminfopopup_header {
	width		:	232px;
	height		:	42px;
	display		:	block;
	background	:	url("../images/template/middle_bg.png") top left repeat;
	position	:	absolute;
	left		:	9px;
	top			:	9px;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	-webkit-border-radius-topleft: 9px;
	-webkit-border-radius-topright: 9px;
}
#faminfopopup_details {
	width		:	190px;
	height		:	46px;
	display		:	block;
	position	:	absolute;
	left		:	53px;
	top			:	51px;
}
#faminfopopup_details td.value {
	width		:	100%;
	padding-left:	3px;
}

#faminfopopup_usericon {
	position	:	absolute;
	left		:	-11px;
	top			:	-10px;
}

#faminfopopup_username {
	position	:	absolute;
	left		:	47px;
	top			:	4px;
	color		:	#fff;
	font-family	:	"Century Gothic";
	font-size	:	16px;
	font-weight	:	bold;
}
#faminfopopup_familiestatus {
	position	:	absolute;
	left		:	47px;
	top			:	22px;
	color		:	#fff;
	font-family	:	"Century Gothic";
	font-size	:	11px;
	font-weight	:	bold;
}

#faminfopopup_updated {
	position	:	absolute;
	right		:	10px;
	top			:	122px;
	color		:	#fff;
	font-family	:	courier new;
	opacity		:	0.5;
}