
/* melbaCMSMembers.css */
div.Item ul.ListWithIcons{
	list-style:none;
	padding:0px;
	margin:10px 15px;
	overflow:hidden;
	}
div.Item ul.ListWithIcons li{
	margin:5px;
	color:#333;
	font-family:Verdana;
	font-size:12px;
	line-height:18px;
	padding:0px 0px 0px 22px;
	background-position:0px center;
	background-repeat:no-repeat;
	}
div.Item ul.ListWithIcons li.IPAddr{
	background-image:url("../Images/famfamfam_icons/house.png");
	}
div.Item ul.ListWithIcons li.Range{
	background-image:url("../Images/famfamfam_icons/star.png");
	}
div.Item ul.ListWithIcons li.Member{
	background-image:url("../Images/famfamfam_icons/user.png");
	}
	
	
.melbaCMSMembers_Account_Panel{
	
	}
.melbaCMSMembers_Account_Panel img.Photo{
	float:left;
	margin:5px 15px 10px 0px;
	width:120px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	}

#melbaCMSMembers_UpdatePhoto{
	
	}
#melbaCMSMembers_UpdatePhoto li.File{
	}