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

.projectlink
{
  font-weight:bold;
  color: #17385C;
}

a.projectlink:hover
{
  font-weight:bold;
  color: #666666;
}

.input
{
  border: solid 2px #67C0E5;
  width: 200px;
  /*background-color:#F5F5F5;*/
}

.inputover
{
  border: solid 2px #4A729C;
  width: 200px;
}

.textarea
{
  width:415;
  height: 80px;
  border: solid 2px #67C0E5;
}

.textareaover
{
  width:415;
  height: 80px;
  border: solid 2px #4A729C;
}

.select
{
  width: 200px;
}

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

.verzenden2
{
  border:0px;
  width:60px;
  height:11px;
  background-image:url(../images/buttons/verzenden2.gif);
  cursor:pointer;
}

.textareabig
{
  width:415;
  height: 200px;
  border: solid 2px #67C0E5;
}

.textareabigover
{
  width:415;
  height: 200px;
  border: solid 2px #4A729C;
}

.inputbig
{
  border: solid 2px #67C0E5;
  width: 300px;
  /*background-color:#F5F5F5;*/
}

.inputbigover
{
  border: solid 2px #4A729C;
  width: 300px;
}