/* -------- Member Home -------- */
.Fieldset-Button{
	float: right;
	width: 220px;
	text-align: right;
}
/* -------- Member Messages ---------*/
.LabelDivs{
	float: left;
	width: 80px;
	line-height: 40px;
}
#Send-Message{
	padding: 10px 10px 10px 10px;
}
#Send-Message .Labels{
	float: left;
	width: 80px;
}
#Send-Message textarea{
	padding: 10px 10px 10px 10px;
	width: 655px;
	height: 200px;
}
#Send-Message .Buttons{
	margin-top: 10px;
}
#Send-Message .Send{
	float: left;
}
#Send-Message .Cancel{
	float: right;
}
/* -------- Member Checklist -------- */
#Member-Checklist ul, ol{
	list-style-position: inside;
	list-style-type: decimal;
	font-size: 14px;
}
/* -------- Personal Info -------- */
#Personal-Info{
	/*
	width: px;
	height: px;
	*/
}
#Personal-Info .Labels{
	float: left;
	width: 100px;
	line-height: 20px;
}
#Personal-Info .Info{
	float: left;
	width: 255px;
}
/* -------- My Memorials -------- */
#My-Memorials{
	float: left;
	width: 580px;
	height: 140px;
}
#My-Memorials .Thumb{
	float: left;
	width: 140px;
	height: 130px;
	padding-top: 10px;
	text-align: center;
}
#My-Memorials .Icons{
	float: left;
	width: 25px;
	height: 130px;
	padding-top: 10px;
	text-align: left;
}
#My-Memorials .Icons img{
	padding-bottom: 4px;
}
#My-Memorials .Details{
	float: left;
	width: 390px;
	height: 130px;
	padding-top: 10px;
	line-height: 20px;
}
#My-Memorials .Actions{
	float: left;
	width: 16px;
	height: 130px;
	padding-top: 10px;
	padding-right: 9px;
}
/* -------- Display Image -------- */
#Display-Image .upload_browse{
	float: left;
}
#Display-Image .upload_browse input{
	width: 270px;
}
#Display-Image .Upload-Button{
	float: right;
}
#Display-Image{
	width: 290px;
	height: 350px;
}
#Display-Image #Member-Loader{
	display: none;
	width: 295px;
	height: 215px;
	margin-top: 100px;
	vertical-align: middle;
	text-align: center;
}
#Display-Image #Member-Image{
	text-align: center;
}
#Ajax-Display {
	text-align: center;
}
/* -------- Message Widget -------- */
#Message-Widget{
	width: 290px;
}
#Message-Widget .Links{
	float: left;
	width: 150px;
}

/* -------- Watchlist Widget -------- */
#Watchlist-Widget{
	width: 295px;
}

