.user_profile_box {
	width:162px;
	height:90px;
	background-image:url(../images/userprofilebackground.jpg);
	background-repeat:repeat-x;

}

.user_profile_box .userimage {

	width:44px;
	height:44px;	
	position:absolute;
	top:8px;
	left:8px;
	border:1px solid #333333;

}

.user_profile_box .username {

	width:95px;
	height:44px;	
	position:absolute;
	top:8px;
	left:59px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;

}
.user_profile_box .tagline {

	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;

}

.user_profile_box .button {

	width:68px;
	height:17px;
	padding-top:6px;
	background-image:url(../images/loginbuttonbackground.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-transform:uppercase;
	color:#CCCCCC;
	float:left;
	margin-left:8px;

}

.user_profile_box .button a {

	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#CCCCCC;
	text-decoration:none;

}

.user_profile_box .button a:hover {

	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	text-decoration:underline;

}

.user_profile_box .buttonbox {

	position:absolute;
	width:160px;
	left:0px;
	top:60px;
	height:23px;

}
