@charset "UTF-8";
/* CSS Document */

#box_profile h4{
	font-size:18px; line-height:22px;
	color:#FFF;
}
#box_profile h5{
	font-size:12px; font-weight:normal;
	color:#FFF;
	margin-bottom:13px;
}

#box_profile .ug_image{
	margin-bottom:10px;
}
#box_profile p{
	font-size:11px; font-weight:normal;
}
#box_profile p strong{
	font-size:13px; font-weight:bold;
	display:block;
	margin-bottom:3px;
}
#box_profile p label{
	display:block;
	float:left;
	width:60px;
}
#box_profile p a.name{
	color:#CCC;
}

.add-to-friends {
  position:relative;
  z-index:1000;
}
.add-to-friends div {
  position:absolute;
  right:-10px;
  top:-40px;
}

