/* ================================
    CSS STYLES FOR DNN Event Module 
   ================================

See Themes Subdirectory for Creating Themes that will be loaded by the Module Instance Settings

*/

.searchbutton
    {
        background-image: url(images/search_off.png);
        height: 23px;
    }

    .searchbutton:hover
    {
        background-image: url(images/search_on.png);
        height: 23px;
    }