
.user_actions_box
{
	height:70px;
}

.user_actions_box a
{
	display:block;
	float:left;
	width:70px;
	height:20px;
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:35px;
	text-align:center;
	margin:0px 5px 2px 5px;
	color:#fe5200;
	font-size:11px;
	text-decoration:none;
}
.user_actions_box a
{
	text-decoration:underline;
}

.user_actions_box a.user_profile 
{
	background-image:url(../../images/ro/ap_user_profile.gif);
}
.user_actions_box a.user_images 
{
	background-image:url(../../images/ro/ap_user_images.gif);
}
.user_actions_box a.send_msg 
{
	background-image:url(../../images/ro/ap_send_msg.gif);
}
.user_actions_box a.add_friend 
{
	background-image:url(../../images/ro/ap_add_friend.gif);
}
.user_actions_box a.send_gift 
{
	background-image:url(../../images/ro/ap_send_gift.gif);
}
