/* Styles for all Buttons -- added by Erik */
.ui-buttonpane {

bottom: 0;

 width: 100%;

 text-align: left;

 background: #ffffff;

}

.ui-buttonpane button {

 margin: .5em 0 .5em 0;

 color: #ffffff;

 background: #cb0000 url(images/00923f_40x100_textures_03_highlight_soft_25.png) 0 50% repeat-x;

 font-size: .8em;

 border: 1px solid #4d4d4d;

 cursor: pointer;

 padding: .1em .3em;

 line-height: 1.1em;

}

.ui-buttonpane button:hover {

 color: #000000;

 background: #3399cc url(images/60ac7e_40x100_textures_03_highlight_soft_25.png) 0 50% repeat-x;

 border: 1px solid #b2c7d7;

}

.ui-buttonpane button:active {

 color: #ffffff;

 background: #0086c0 url(images/60ac7e_40x100_textures_03_highlight_soft_25.png) 0 50% repeat-x;

 border: 1px solid #2694e8;

}

.ui-buttonpane button:disabled {

 color: #8B8888;

 background: #CDCDCD;

 border: 1px solid #8B8888;

 cursor: default;

}

