div.box {
	height:83px;
	position:relative;
	float:left;
	margin-top:10px;
	padding:4px;
	background-color:#726b61;
	color:#ada69c;
	border-radius:5px;
	background-repeat:no-repeat;
	background-position:center 4px;
	padding-top:24px;
	
	background: #80796f url('../../images/layout/bb-background.jpg') no-repeat !important;
}
div.box div.v {
	font-weight:bold;
	color: #d5cec8;
}
div.box div.v a {
	font-weight:bold;
	color: #d5cec8;
}
div.box img.icon {
	position:absolute;
	width:16px;
	height:16px;
	left:50%;
	top:4px;
}

a.button {
	width:108px;
	height:31px;
	
	background-repeat:no-repeat;
	display:block;
	margin-left:5px;
	text-indent:-9999px;
}
a:hover.button {
	background-position: 0px -31px;
}
a.button.sendmessage {
	background-image:url('../../images/profile/button_sendmessage.png');
}
a.button.addfriend {
	background-image:url('../../images/profile/button_friend.png');
}
a.button.backend {
	background-image:url('../../images/profile/button_backend.png');
}
a.button.empty {
	background-image:url('../../images/profile/button_empty.png');
}

div.buttons {
	position:relative;
	float:left;
	left:50%;
}

div.buttons ul {
	position:relative;
    float:left;
    left:-50%;
	margin:5px 0px;
	list-style: none;
	padding:0px;
}

div.buttons ul li {
	float:left;
}