﻿

/* general buttons and rollovers */

.butSubmit
{
    width:49px;
    height:18px;
    display:block;
    background:url(../gfx/buttons/but_submit.jpg) no-repeat;
    margin-top:10px;
    float:left;
}

.butSubmit:hover
{
  background:url(../gfx/buttons/but_submit_f2.jpg) no-repeat;
}

.butMore
{
   width:39px;
   height:18px;
   display:block; 
   background:url(../gfx/buttons/but_more.jpg) no-repeat;
   margin-top:10px;
    float:left;
}


.butMore:hover
{
   background:url(../gfx/buttons/but_more_f2.jpg) no-repeat;
}


.butLogin
{
   width:38px;
   height:18px;
   display:block; 
   background:url(../gfx/buttons/but_login.jpg) no-repeat;
   margin-top:10px;
   float:left;
}


.butLogin:hover
{
   background:url(../gfx/buttons/but_login_f2.jpg) no-repeat;
}
