/* --- Langai iskvieciami naudojant JQuery UI */
.ui-widget {
    font-size: 12px;
}
.ui-widget-header {
  border: 1px solid #d49768;
  background: #E2D7BB;
  color: black;
}
.ui-widget-header .ui-state-default {
  border: none;
  background: #E2D7BB;
}
.ui-widget-content {
  border: 1px solid #C77654;
  background: #f4f0ec url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #1e1b1d;
}
.ui-slider-horizontal .ui-slider-handle {
    width:24px; height:24px;
    border:0; cursor:col-resize;
    background:url('images/slider-handle.png') 0 0 no-repeat;
}

button.red-button
{
    background:radial-gradient(#FF0000,#660000);
    color:white;
    border-color:#660000;
}
button.red-button:hover
{
    background:radial-gradient(#FF0000,#880000);
    color:white;
    border-color:#660000;
}
button.red-button:active
{
    background:radial-gradient(#FF0000,#660000);
    color:white;
    border-color:#660000;
}