 .love-button {
	background: #00ff00;
	color: #ff0000;
	padding:11px 22px;
	display:inline-block;
	border:0px;
	text-decoration: none;
    box-shadow: 0px 6px #d2234c;
    position:relative;
}


.entry-content .ujabutton {
	background: #f14864;
	color: #0000ff;
	padding:11px 22px;
	display:inline-block;
	border:0px;
	text-decoration: none;
    box-shadow: 0px 6px #d2234c;
    position:relative;
}

.entry-content .uneinbutton {
	background: #f14864;
	
color: #00ff00;
	padding:11px 22px;
	display:inline-block;
	
border:0px;
	text-decoration: none;
    box-shadow: 0px 6px #d2234c;
   
 position:relative;
}




.entry-content .utextsend {
	background: #333333;
	
color: #333333;
	padding:11px 22px;
	display:inline-block;
	
border:0px;
	text-decoration: none;
    box-shadow: 0px 6px #d2234c;
   
 position:relative;
}







.entry-content .love-button:hover{
	top:3px;
    box-shadow: 0px 3px #d2234c;
}

.entry-content .love-button:active{
	top:6px;
    box-shadow: none;
}


#love-count {
	background: #eee;
    box-shadow: 0px 6px #ddd;	
	color: #666;
	padding:11px 22px;
	display:inline-block;
}