.rating i.icon-minus, .rating i.icon-plus {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    padding:1px;
}
.rating i.icon-minus {
    background-image: url('../images/thumbs_down.gif');
}
.rating i.icon-plus {
    background-image: url('../images/thumbs_up.gif');
}
.rating a {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background-color: #f0f0f0;
    padding: 3px 7px;
    margin:0 11px;
    font-size: 11px;
    min-width: 20px;
    text-align: center;
    color:#999 !important;
	text-decoration:none;
	cursor:default;
}
.rating a.red {
    background-color:#bb6969;
    color:#fff !important;
	text-decoration:none;
}
.rating a.green {
    background-color:#71c347;
    color:#fff !important;
	text-decoration:none;
}
a.karma {
    color:#666666 !important;
	text-decoration:none;
}
a.karma b.red {
    color:red;
}
a.karma b.green {
    color:green;
}

.rating_result b {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 3px 7px;
    margin:0 11px;
	color: transparent;
    font-weight: 0;
    font-size: 0px;
    min-width: 20px;
    text-align: center;
	
}
.rating_result b.red {
    background-color:#bb6969;
    color:#fff;
	font-size: 11px;
	font-weight: 100;
}
.rating_result b.green {
    background-color:#71c347;
    color:#fff;
	font-size: 11px;
	font-weight: 100;
}

.rating_message_popup h5{
 background:#ffffff;
 color:#666666;
 font-size:18px;
 text-align: center;
 padding: 50px;
}