.ipsBadge_green {
    background: #7ba60d;
}
.ipsBadge_red {
    background: red;
}
.ipsBadge {
    display: inline-block;
    height: 15px;
    line-height: 15px;
    padding: 0 5px;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
}
		
.top_shout {
    display: inline-block;
    height: 15px;
    line-height: 15px;
    background: url(../../../images/SkillShot/highlight.png) repeat-x top center;
    padding: 0 5px;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
}
		
		
		