.wpui-light .ui-collapsible-header,
.wpui-light .ui-accordion h3.ui-accordion-header {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-border-radius: 3px;
    font: bold 14px 'Segoe UI', 'Lucida Grande', 'Arial', sans-serif;
    background: -moz-linear-gradient(top, #fff, #eee);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background: -webkit-linear-gradient(top, #fff, #eee);
    background: -o-linear-gradient(top, #fff, #eee);
    padding: 4px 10px;
    color: #444;
    border: 1px solid #A2A2A2;
    text-shadow: 0 1px 0 #FFF
}
