.wall-entry{

}

.next-to-picture{
	display: table-cell;
	vertical-align:top;
}

.user-pic-middle{
	width:50px;
	margin-right:10px;
	float:left;
}

.user-pic-small{
	width:32px;
	margin-right:10px;
	float:left;
}

.user-pic-small img, .user-pic-middle img{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;	
}

.in-line{
    display: inline;
    margin-right: 5px;
}

.in-line a {
	text-decoration:none;
}

.in-line a:hover {
	text-decoration:underline;
}

div.reactions .taglib-ratings .thumbs {
	display: inline;
	float:none;
}

.reactions{
	margin-top:10px;
	clear:both;
	font-size:12px;
}

.reaction, .reaction-e{
	padding-right:16px;
}

.date-info{
	font-size:10px;
	color: #AAAAAA;
	clear:both;
}

.new_comment{
	display: none;
}
.new_comment_show{
	display: block;
}
.new_comment_show textarea{
	width: 95%;
	height: 29px;
}

input.add_comment{
	width: 95%;
	height: 14px;
}

.add-comment-link{
	padding-left:10px;
}

.wall-entry .icon-list{
	position:relative;
	float:right;
	display:none;
}

.wall-entry .share{
	padding: 10px 5px;
	display:none;
	background:#DDD;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
} 

.wall-entry .close-icon{
 background-image: url("../images/close.png");
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;

}

.wall-entry .reaction-e .close-icon{
    position:relative;
    right: -16px;
}

.wall-entry .reaction-e .share{
	display:none;
}