#your-profile {
	font-size: 11px;
	font-family: "Trebuchet MS", sans-serif;
	float: right;
	position: relative;
	top: -35px;
}

#your-profile a {
	text-decoration: underline;
	color: #666;
	z-index: 4;
}

#your-profile a:hover {
	color: #333;
	z-index: 4;
}

#profile-gravatar {
	width: 40px;
	height: 40px;
	border: 1px solid #ccc;
	padding: 3px;
	position: relative;
	top: -14px;
}

#profile-status {
	margin-top: 3px;
}

#profile-name {
	color: #000088;
	border-top-color: #333;
	letter-spacing: -1px;
	font-size: 1.3em;
	position: relative;
	left: 20px;
	z-index: -4;
	top: -19px;
}

#hr {
	border-bottom: 2px solid #ccc;
	position: relative;
	z-index: -5;
	height: 3px;
	top: -20px;
}

#profile-input {
	border: 1px solid #ccc;
	height: 18px;
	width: 133px;
	margin-bottom: 5px;
	padding-left: 3px;
	padding-top: 2px;
	font: 13px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #666;
}

#profile-label {
	color: #333;
	font: bold 12px "Trebuchet MS", sans-serif;
}

#openid-label {
	color: #b3b3b3;
	font: bold 12px "Trebuchet MS", sans-serif;
}

#openid-label a,visited {
	color: #FF6600;
	font: bold 12px "Trebuchet MS", sans-serif;
}

#openid-label a:hover {
	color: #b3b3b3;
	font: bold 12px "Trebuchet MS", sans-serif;
}

#profile-join {
	color: #666;
	margin-top: -15px;
	font-size: 1em;
}

#profile-join a,hover,visited {
	color: #00CC00;
	letter-spacing: -1px;
	font-weight: bold;
}

#invite-friend {
	position: relative;
	top: -65px;
	float: right;
	font: bold .95em "Trebuchet MS", sans-serif;
}

#profile-login {
	margin-top: 4px;
}

#profile-logout {
	position: relative;
	height: 16px;
	width: 45px;
	margin: 0;
	padding: 0;
	top: -45px;
	float: right;
	clear: both;
}

#profile-remember {
	color: #999;
	font: 1em "Trebuchet MS", sans-serif;
}