div.profile .left {
	width: 300px;
}

div.profile .right {
	width: 500px;
	position: relative;
}

div.profile div.ranking {
}

/*** Fix: Move to global.css ***/

div.profile_link {
	padding: 5px;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	border-bottom: 1px solid #CCC;
}

div.profile_link.add_roomie {
	background-image: url('/img/icons/memberadd.gif');
}

div.profile_link.send_message {
	background-image: url('/img/icons/membermessage.gif');
}

div.profile_link.show_all {
	background-image: url('/img/icons/memberprojects.gif');
	border: none;
}

div.profile_link a {
	text-decoration: none;
}

/*** Fix: Comments ***/

div#project_wall textarea {
	width: 410px;
}

div#project_wall div.post div.message {
	width: 410px;
}

form#post_comment input[name="submit"] {
	width: auto;
}

div#notifications a {
	text-decoration: none;
}
