style "gtkentry" 
{
  xthickness = 8
  ythickness = 8
  engine "pixmap" 
  {
    image 
    {
      function        = SHADOW
      shadow          = IN
      file            = "entry/entry-normal.png"
      border          = {7, 7, 7, 7}
    }
  }
  text[NORMAL] = "#000000"
  base[NORMAL] = "#ffffff"
  fg[NORMAL] = "#000000"
  text[INSENSITIVE] = "#999999" # dark grey
}
class "GtkEntry" style "gtkentry"
widget_class "*.GtkEntry*" style "gtkentry"
