#profile {
	width:200px;
 	padding:0;
	margin:0 auto 15px auto;
}
#profile ul {
	width:200px;
	list-style-image: none;
	list-style-type: none;
	margin:0;
	padding:0;
}
#profile li {
	margin:0;
	padding:0;
	text-align:left;
	border-bottom:1px dotted #ccc;
}
#profile a, #profile a:active {
	display: block;
	width:180px;
	padding: 5px 10px 5px 10px;
	margin: 0;
	text-decoration: none;
	position: relative;
}
#profile a:hover {
	background: #f0f0f0;
}
#profile a.active {
	background: #f0f0f0;
}
.delPhoto {
	margin:0 35px 0 5px;
}
.changePhoto {
	margin-left:10px;
}
.inputProfile {
	width:440px;
	margin:0 5px 0 5px;
}
.updateProfile {
	text-align:right;
	padding:0 35px 0 0;
}
#profile li a span{
	float:left;
	position:absolute;
	right:0px;
	padding-right:10px;
}

#tooltip{ position:absolute; padding:2px 5px 0 5px; display:none; color:#fff; background:url(../images/layout/tooltip-bg.gif) no-repeat; height:26px; }

a.profileIcon { padding:10px 10px 0 10px; }
.bold { font-weight:bold; }

