style "button" 
{
  fg[NORMAL] = "#dddddd"
  fg[PRELIGHT] = "#ffffff"
  fg[SELECTED] = "#cccccc"
  fg[ACTIVE] = "#cccccc"
  fg[INSENSITIVE] = "#707070"
  text[NORMAL] = "#dddddd"
  text[PRELIGHT] = "#ffffff"
  text[SELECTED] = "#cccccc"
  text[ACTIVE] = "#cccccc"
  text[INSENSITIVE] = "#707070"
  GtkWidget::separator-height                   = 0
  GtkWidget::separator-width                    = 0
  GtkWidget::wide-separators                    = 1  
	xthickness = 4
	ythickness = 5

  engine "pixmap"
  {
    image
    {
      function			= BOX
      detail				= "buttondefault"
      recolorable		= TRUE
      file				= "Buttons/button-default.png"
      border			= { 5, 5, 5, 5 }
      stretch			= TRUE
    }
    image
    {
      function			= BOX
      state				= PRELIGHT
      recolorable		= TRUE
      shadow			= OUT
      file				= "Buttons/button-prelight.png"
      border			= { 5, 5, 5, 5 }
      stretch			= TRUE
    }
    image
    {
      function			= BOX
      state				= PRELIGHT
      recolorable		= TRUE
      shadow			= IN
      file				= "Buttons/button-pressed.png"
      border			= { 5, 5, 5, 5 }
      stretch			= TRUE
    }
    image
    {
      function			= BOX
      state				= ACTIVE
      file				= "Buttons/button-pressed.png"
      border			= { 5, 5, 5, 5 }
      stretch			= TRUE
    }	
    image 
   {
     function			= BOX
     state				= INSENSITIVE
     file					= "Buttons/button-insensitive.png"
     border			= { 5, 5, 5, 5 }
     stretch			= TRUE
    }
    image 
    {
      function			= BOX
      file				= "Buttons/button-normal.png"		
      border			= { 5, 5, 5, 5 }
      stretch			= TRUE
     }	
  }
}
widget_class "*.<GtkButton>.*"		style "button"
class "GtkButton"	style "button"
widget_class "*GtkToggleButton*"   style "button"
