
/*
input {
    background-color: #F5F5F5; 
    border-style: inset;
}

select {
    background-color: #F5F5F5;
}

.btn {
    border-style: outset;
    cursor: hand;
    background-color: #C6CCD2;
    color: #353C44
}
    */

/* Gecko 
input:focus {
    background-color: #F8F9FA;
}

.btn:hover {
    background-color: #708090;
}
*/



