/* CSS Document */
a.a_nieuwsbriefsend:link {color: #0079bf;  font-size: 11px; text-decoration: none; font-weight: bold;}
a.a_nieuwsbriefsend:visited {color: #0079bf;  font-size: 11px; text-decoration: none; font-weight: bold;}
a.a_nieuwsbriefsend:hover {color: #de1730;  font-size: 11px; text-decoration: none; font-weight: bold;}
a.a_nieuwsbriefsend:active {color: #0079bf;  font-size: 11px; font-weight: bold;}

table.tblNieuwsbrief {}
td.tdNieuwsbriefinput {
  color: #0079bf;
  padding: 2px;
}
td.nieuwsbrief_tussen {
	height: 1px;
}
td.tdNieuwsbriefsend {
  border: 0px;
  color: #0079bf;
  padding: 2px;
  text-align: right;
}
input.inpNieuwsbrief_naam {
  border: 1px solid #0079bf; background-color: #c8e4f4;
  width: 153px;
  height:19px;
}
input.inpNieuwsbrief_bedrijf {
  border: 1px solid #0079bf; background-color: #c8e4f4;
  width: 153px;
  height:19px;
}
input.inpNieuwsbrief_email {
  border: 1px solid #0079bf; background-color: #c8e4f4;
  width: 153px;
  height:19px;
}
select.selNieuwsbrief_doelgroep {
  border: 1px solid #0079bf; 
  background-color: #c8e4f4;
  width: 153px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #0079bf;
}

