div.reaction_buttons{
    -moz-border-radius:7px 7px 7px 7px;
	background:none repeat scroll 0 0 #E8E8E8;
	color:#B0B0B0;
	float:right;
	font-family:helvetica;
	font-size:20px;
	font-weight:bold;
	height:36px;
	margin:22px 0;
	padding:12px 10px 0;
	text-shadow:2px 1px 2px #FFFFFF;
	width:579px;
	}

div.reaction_buttons_tagline {
	float:left;
}

div.reaction_buttons > span {
	color:#FFFFFF;
	float:left;
	font-family:helvetica;
	font-size:11px;
	height:20px;
	margin:0 0 0 8px;
	padding:4px 0 0;
	text-decoration:none;
	width:77px;
	cursor: pointer;
}

div.reaction_buttons > span:hover {
    background-color: #0F6;
}

#sidebar div.widget_reaction_buttons h3 {
	margin: 0;
	margin-top: 4px;
	font-size: 1.1em;
}

#sidebar div.widget_reaction_buttons ol {
	margin-left: 25px;
}
span#reaction1 {
	background:url("loveit_bg.jpg") no-repeat;
}
span#reaction2 {
	background:url("wantit_bg.jpg") no-repeat scroll 0 0 transparent;
}
span#reaction3	{
	background:url("amazing_bg.jpg") no-repeat scroll 0 0 transparent;
	width:89px;
}
span#reaction4	{
	background:url("wtf_bg.jpg") no-repeat scroll 0 0 transparent;
}
span#reaction5	{
	background:url("fail_bg.jpg") no-repeat scroll 0 0 transparent;
}
span#reaction6	{
	background:url("fake_bg.jpg") no-repeat scroll 0 0 transparent;
}
span.note  {
	color:#929292;
	float:left;
	font-size:14px;
	margin:0 5px 0 0;
	text-align:center;
	width:26px;
}
div.home div.reaction_buttons{
	display:none;
}