body, table, td, tr, a, h, input, textarea
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a
{
  color: #175384;
}

a:hover
{
  color: #000000;
}

.footer
{
  font-size:9px;
  font-weight: bold;
}

.input
{
  border: solid 2px #1B779D;
  width: 200px;
  height:24px;
  padding-top: 2px;
}

.inputover
{
  border: solid 2px #000000;
  width: 200px;
  height:24px;
  padding-top: 2px;
}

.textarea
{
  border: solid 2px #1B779D;
  height: 80px;
  width: 350px;
}

.textareaover
{
  border: solid 2px #000000;
  height: 80px;
  width: 350px;
}

.verzenden
{
  border: 0px;
  width: 78px;
  height: 16px;
  background-image: url(../images/buttons/verzenden.gif);
  cursor: pointer;
}