.widgetbuttongroup {
  padding: 5px;
  width: 100%;
  height: 30px; 
  background-color: #8CA4B9;
}

.widgetbuttongroup .buttonarea{
  float: right;
}

.widgetbuttongroup .widgetbutton {
  cursor: pointer;
  background: none;
  border: 0px;
  padding: 0px;
  height: 20px;
  float: left;
}

.widgetbuttongroup .widgetbutton .background {
  background:url("../../images/widgets/widgetbutton/btn_right.gif") no-repeat right top;
  width: 100%;
  height: 20px;
  color: #FFF;
  font-size: 10px;
}

.widgetbuttongroup .widgetbutton .leftimage {
  width: 4px;
  float: left;
  background:url("../../images/widgets/widgetbutton/btn_left.gif") no-repeat left top;
}

.widgetbuttongroup .widgetbutton .text {
  margin-left: -8px;
  width: 100%;
  float: left;
  text-align: center;
}

