.ui-button,  .ui-button-text .ui-button{  
	font: 10px Arial !important;
    color: #5e6162;
    letter-spacing: .4pt;
    text-rendering: geometricPrecision;
	border-width: 2px !important;
    border-radius: 4px;
	border: thin solid #a3a3a3 !important;
    height: 22px;
    padding: 0 5px 0 5px;
}

.disable {
    cursor: not-allowed;
    pointer-events: none;
    color: #cccccc;
}

.ui-button-default-background {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#cccccc));
    background-image: -webkit-linear-gradient(top, #fbfbfb, #cccccc);
    background-image: -moz-linear-gradient(top, #fbfbfb, #cccccc);
    background-image: -ms-linear-gradient(top, #fbfbfb, #cccccc);
    background-image: -o-linear-gradient(top, #fbfbfb, #cccccc);
    background-image: linear-gradient(top, #fbfbfb, #cccccc);
}

.ui-button-default-background-nogradient {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#cccccc));
    background-image: -webkit-linear-gradient(top, #cccccc, #cccccc);
    background-image: -moz-linear-gradient(top, #cccccc, #cccccc);
    background-image: -ms-linear-gradient(top, #cccccc, #cccccc);
    background-image: -o-linear-gradient(top, #cccccc, #cccccc);
    background-image: linear-gradient(top, #cccccc, #cccccc);
}