/* Copyright (C) 2003 by Home of the Brave
   Web http://home.of.the.brave.de
   eMail info@brave.de */
/* $Revision: 2.3 $ $Date: 2004/06/07 08:40:58 $ */
/* owner: Simon.Leidig@brave.de */


select {
  font-family: monospace;
}

input {
  font-family: monospace;
}

font.navigation {
  font-size: 11px;
}

.textbutton {
  background-color: #C00;
  color: #fff;
  margin: 0px;
  padding: 1px;
  font-size: 9px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  text-align: center;
  border-top: 0px;
  border-left: 0px;
  border-right: 2px solid #627386;
  border-bottom: 2px solid #627386;
}

.textbutton:link, .textbutton:visited {
  color: #FFF;
}

a.textbutton {
  position: relative;
  top: 1px;
  padding: 2px 5px 2px 5px;
  color: #FFFFFF;
  text-decoration: none;
}

.iconbutton {
  background-color: #c00;
  color: #fff;
  margin: 0px;
  padding: 0px;
  text-align: center;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

