/*Override demo.css*/
.searchCriteria #quoteLink {
    background: rgb(57, 61, 66);
}

    .searchCriteria #quoteLink:hover {
        background: rgb(129, 137, 147);
    }

    .searchCriteria #quoteLink:active, .searchCriteria #quoteLink :focus {
        background: rgb(88, 104, 122);
    }

.resultTable th {
    background-color: rgb(129, 137, 147);
}

div.button.preview a {
    background: rgb(57, 61, 66);
}

    div.button.preview a:hover {
        background: rgb(129, 137, 147);
    }

    div.button.preview a:active, div.button.preview a:focus {
        background: rgb(88, 104, 122);
    }
/*Override demo.css*/
/*Override style.css*/
#wrapper p.button input {
    background: rgb(57, 61, 66);
    border: 1px solid rgb(39, 42, 55);
}

    #wrapper p.button input:hover {
        background: rgb(129, 137, 147);
    }

    #wrapper p.button input:active,
    #wrapper p.button input:focus {
        background: rgb(88, 104, 122);
        border: 1px solid rgb(39, 42, 55);
    }

#formwrapper p.button input {
    background: rgb(57, 61, 66);
    border: 1px solid rgb(39, 42, 45);
}

    #formwrapper p.button input:hover {
        background: rgb(129, 137, 147);
    }

    #formwrapper p.button input:active,
    #formwrapper p.button input:focus {
        background: rgb(88, 104, 122);
        border: 1px solid rgb(39, 42, 45);
    }

    #wrapper p.change_link a:hover {
        border: 1px rgb(129, 137, 147);
    }
	
    #formwrapper p.change_link a:hover {
        border: 1px solid rgb(129, 137, 147);
    }
	
a.xbutton, .edit-button-pane .xbutton {
    background: rgb(57, 61, 66);
    border: 1px solid rgb(39, 42, 55);
}

    a.xbutton:hover, .edit-button-pane .xbutton:hover {
        background: rgb(129, 137, 147);
    }

    a.xbutton:active, a.xbutton:focus, .edit-button-pane .xbutton:active, .edit-button-pane .xbutton:focus {
        background: rgb(88, 104, 122);
    }
	
#pane .xbutton input {
    background: rgb(57, 61, 66);
    border: 1px solid rgb(39, 42, 55);
}

    #pane .xbutton input:hover {
        background: rgb(129, 137, 147);
    }

    #pane .xbutton input:active,
    #pane .xbutton input:focus {
        background: rgb(88, 104, 122);
    }
/*Override style.css*/