#profileContainer {
	width: 520px;
	height: 100%;
}

#editContainer {
	width: 100%;
}

#profileWrapper {
	min-height: 100%;
	float: left;
	margin-top: 10px;
}

#statusBox_update {
	width: 500px;
	margin-bottom: 15px;
}

.profileLeft {
	width: 140px;
	float: left;
	display: inline;
	margin: 5px 12px 0 0;	
}

	/* ++ profile pic starts ++ */
	.profilePicBox {
		width: 130px; 
		height: 130px; 
		margin: 5px auto 0 auto;
	}
	
	.profilePicBox td {
		 width: 128px; 
		 height: 128px;
	}
	
	.profilePicborder {
		border: 1px solid #6D6D6D;
	}
	
	.memberStatusProfile {
		width: 118px;
		margin: 5px auto 0 auto;
		text-align: right;
		border-bottom: 1px solid #F0F0F0;
	}
	
	#profileGallery {
			/*border: 1px solid #AEAEAE;*/
		margin: 15px 0 0 4px;
		width: 140px;
	}
	
	.galleryRow {
		margin-top: 3px;
	}
	
	.galleryRow ul {
		margin: 0;
		list-style: none;
		padding: 0;
	}
	
	.galleryRow li {
		width: 65px;
		height: 65px;
		display: inline;
	}
	
	.galleryThumb {
		padding-right: 2px;
	}

.profileRight {
		/*border: 1px solid #000000;*/
	width: 355px;
	float: left;
	display: inline;
	margin-top: 5px;
}

	.profileRight h3 {
		border-top: 1px solid #D1D1D1;
		padding: 3px 0 3px 0;
	}

	.profileRight h2 {
		padding-bottom: 3px;
		font-size: 11px;
		font-weight: bold;
	}
			
.profileInfoBox {
	font-size: 10px;
	padding: 5px; 
	margin-top: 7px;
}

.profileInfoBox div {
	margin-bottom: 10px;
}

.profileAction {
	border-top: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	height: 56px;
}

.profileActions ul {
	font-size: 9px;
	list-style: none;
	padding: 0;
	margin: 0 0 0 15px;
}

*html .profileActions ul {
	margin: 0 0 0 5px;
}

.profileActions li {
	margin: 0;
	padding: 9px 15px 0 0;
	text-align: center;
}

.profileActions div {
	display: inline;
	height: 26px;
}

.profileActions span {
	display: block;
}

.profileInfo {
	padding: 0 20px 18px 8px;
	line-height: 1.3em;
}

.profileInfo span {
	color: #999999;
}

.profileInfo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.profileInfo li {
	margin: 0;
	padding: 0;
}

.profileInfo .category {
	color: #999999;
}

.linkBullets {
	font-size: 14px;
}

fieldset {
	width: 500px;
	margin-bottom: 20px; 
	padding: 7px;
}

.sinceYouAsked select {
	width: 275px;
}

#smileMsgArea {
	float: left;
	width: 355px;
	padding: 5px;
	border: 1px solid #D6D6D6;
	margin-bottom: 20px;
}

.smileNote {
	margin-bottom: 15px;
}

.sentSmile {
	margin-bottom: 0px;
}

.removeSmile {
	float: right;
}

html>body .removeSmile {
	*margin-right: 20px;
}


/* ----------- MAIL MSG SPECIFIC ----------*/

.msgLeft {
	width: 140px;
	height: 170px;
	float: left;
	display: inline;
	margin: 5px 12px 0 0;	
}

#mailHeaders {
	border-top: 1px solid #D1D1D1;
	padding: 15px 0 0 0;
}

#mailHeaders div {
	margin-bottom: 5px;
}

#mailMessage {
	width: 330px;
	border-bottom: 1px solid #D1D1D1;
	padding: 15px 0 10px 0;
}

#mailMessage div {
	margin-bottom: 5px;
}

#mailMessage textarea {
	width: 310px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#mailMessage select {
	width: 330px;
	margin-bottom: 10px;
}

#mailMessage  p {
	margin-bottom: 10px;
}

/* ------------------------------------*/
