  style "tooltip"
  {
    font = "-adobe-helvetica-medium-r-normal--*-100-*-*-*-*-*-*"
    fg[NORMAL] = { 0.0, 0.0, 0.0 }
    bg[NORMAL] = { 1.0, 0.98, 0.8 }
  }
  widget "gtk-tooltips" style "tooltip"

  style "button"
  {
     font = "-*-lucida-medium-r-normal-*-14-*-*-*-*-*-iso8859-1"
     fg[ACTIVE] =   { 0.0, 0.0, 0.0 }
     bg[ACTIVE] =   { 0.67, 0.85, 0.90 }
     fg[NORMAL] =   { 1.0, 1.0, 1.0 }
     bg[NORMAL] =   { 0.67, 0.85, 0.90 }
  }

  style "send" = "button"
  {
     bg[NORMAL] = { 0.98, 0.50, 0.50 }
     bg[ACTIVE] =   { 1.00, 0.75, 0.79 }
     bg[PRELIGHT] =   { 1.00, 0.00, 0.00 }
  }

  style "progressbar"
  {
     fg[NORMAL] = { 0.0, 1.0, 0.0 }
  }
  class "GtkProgressBar" style "progressbar"
  class "GtkBar" style "progressbar"

  widget "gsmssend.*GtkButton*"   style "button"

  widget "*send_button*" style "send"
