#ButtonSet_b_colour .buttonLabel {
position: absolute;
top: -15px;
background: orange;
color: white;
border-radius: 5px;
}
ButtonSet_b_colour .optionSelected .buttonLabel, #ButtonSet_b_colour button:hover .buttonLabel {
display: block;
}
#ButtonSet_b_colour .buttonLabel {
display: none;
}
.cmsFormElementb_colour .cmsOptionButtonSet button {
position: relative;
}