style "button"		= "default"
{
  engine "pixmap"
  {
    image
    {
      function			= BOX
      detail			= "buttondefault"
      recolorable		= TRUE
      file				= "Buttons/button-default.png"
      border			= {6, 6, 6, 6}
      stretch			= TRUE
    }
    image
    {
      function			= BOX
      state			= PRELIGHT
      recolorable		= TRUE
      file			= "Buttons/button-prelight.png"
      border			= { 6, 6, 6, 6 }
      stretch			= TRUE
    }
    image
    {
      function			= BOX
      state			= ACTIVE
      file			= "Buttons/button-pressed.png"
      border			= { 6, 6, 6, 6 }
      stretch			= TRUE
    }	
    image 
   {
     function			= BOX
     state			= INSENSITIVE
     file			= "Buttons/button-insensitive.png"
     border			= { 6, 6, 6, 6 }
     stretch			= TRUE
    }
    image 
    {
      function			= BOX
      file			= "Buttons/button-normal.png"		
      border			= { 6, 6, 6, 6 }
      stretch			= TRUE
     }	

    image
    {
      function			= FOCUS
      recolorable		= TRUE
      file			= "Buttons/button-default.png"
      border			= { 6, 6, 6, 6 }
      stretch			= TRUE
    }


  }
}

