/***********************
 Popover styles
************************/
.popover button {
        width: 95% !important;
        font-weight: bold;
        margin: 0 auto 6px !important;
        background: none !important;
        border: 1px solid #c9c9c9 !important;
        color: #4d4d4d !important;
        background: url("../img/popover-button-bg.gif") repeat-x scroll 0 0 #FFFFFF !important;
        padding: 0 15px 0 8px !important;
        height: 31px !important;
}

.popover button:hover {
        background: url("../img/popover-button-bg-hover.gif") repeat-x scroll 0 0 #FFFFFF !important;
}

.popover button.ui-state-active {
        background: url("../img/popover-button-bg-active.gif") repeat-x scroll 0 0 #FFFFFF !important;
}

.popover button .ui-button-text {
        text-align: center;
}

.ui-button-text > .ui-button-text {
        padding: 0;
}
