/*  Styles for all Buttons -- added by Erik  */
.ui-buttonpane {
 bottom: 0;
      width: 100%;
      text-align: right;
      background: transparent;
float:right;
}
.ui-buttonpane button {
      margin: .5em 0.3em .3em 0;
      color: #666666!important;
      background: #ffffff url() 0 50% repeat-x;
      font-size: .8em;
      border: 1px solid silver;
      cursor: pointer;
      padding: .1em .2em;
      line-height: 1.1em;
}
.ui-buttonpane button:hover {
      color: #000000;
     background: silver url() 0 50% repeat-x;
      border: 1px solid #333333;
}
.ui-buttonpane button:active {
      color: #666666;
      background: #ffffff url() 0 50% repeat-x;
      border: 1px solid silver;
}
.ui-buttonpane button:disabled {
      color: #8B8888;
      background: #CDCDCD;
      border: 1px solid #8B8888;
      cursor: default;
}