﻿.kill
{
    /* removes the default, image-only, right link from split button lists */
    display: none;
}
/* split button with text instead of icon */
.split-button-text
{
    border-width: 0 0 0 1px;
    height: 100%;
    width: 75px;
    margin: 0 !important;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px; /*For getting round corners: -moz-border-bottom-right-radius: 10px;     -moz-border-top-right-radius: 10px;     -webkit-border-bottom-right-radius: 10px;     -webkit-border-top-right-radius: 10px;     border-bottom-right-radius: 10px;     border-top-right-radius: 10px;*/

}
.split-button-text .ui-btn-inner
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 10px;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}