h1 {
    font-size: 16px;
}

body {
  margin: 20px;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
}

select {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
}

input {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
}

/* Loginformulier */
.tableheader {
  background-color: #95BEE6;
  color:black;
  font-weight:bold;
  font-size: 14 px;
}
.tablerow {
  background-color: #A7D6F1;
  color:black;
  font-weight:normal;
  font-size: 14px;
}
.message {
  color: #FF0000;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  width: 100%;
}

th, td {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

input {
font-family:Arial;
font-size:14px;
}

label{
font-family:Arial;
font-size:14px;
color:#999999;
}

.tblSaveForm {
border-top:2px #999999 solid;
background-color: #f8f8f8;
}

.btnSubmit {
background-color:#fd9514;
padding:5px;
border-color:#FF6600;
border-radius:4px;
color:white;
}

.message {
color: #FF0000;
text-align: center;
width: 100%;
}

.txtField {
padding: 5px;
border:#fedc4d 1px solid;
border-radius:4px;
}

.required {
color: #FF0000;
font-size:14px;
font-weight:italic;
padding-left:10px;
}