body {
  background-color: #BBB;
  font-size: 11px;
  font-family: Tahoma, Verdana, Helvetica, Arial;
  color: #555;
  margin: 0;
  padding: 0;
}


h1, h2 {
  font-family: Helvetica, Arial;
  font-weight: bolder;
  color: #222;
  padding: 0;
}

h1 {
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -1px; 
  margin: 0;
}

h2 { 
  font-size: 26px;
  line-height: 26px;
  letter-spacing: normal; 
  letter-spacing: -.7px; 
  margin: 0 0 10px 0;
}

p, form { 
  line-height: 20px; 
}

p {
  padding: 0;
  margin: 0 0 10px 0;
}

p.last {
  margin: 0;
} 

a {
	color: #0297FC;
	text-decoration: none;
}

a:hover {
	color: #0297FC;
	text-decoration: underline;
}

form {
  margin: 0;
  padding: 0;
}

label {
  display: block;
  font-weight: bolder;
  line-height: 14px;
  margin-bottom: 5px;
}

input, textarea {
  background-color: #F5F5F5;
  border: 1px solid #D5D5D5;
  padding: 5px;
  font-size: 11px;
  font-family: Tahoma, Verdana, Arial;
  width: 368px;
  margin: 0 0 10px 0;
  color: #444444;
  height: 15px;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

textarea {
  line-height: 18px;
  height: 150px;
  max-width: 368px;
}

input[type="submit"] {
  background-color: #727272;
  font-size: 11px;
  font-family: Tahoma, Verdana, Arial;
  font-weight: bolder;
  padding: 5px 0;
  height: 30px;
  color: #FFFFFF;
  border: none;
  width: 380px; 
  margin: 0;
}

input[type="submit"]:hover {
  background-color: #0297FC;
  cursor: pointer;
}

input[type="submit"]:disabled {
  color: #D3D3D3;
}

input[type="submit"]:disabled:hover {
  background-color: #727272;
  cursor: wait;
}


#container {
  width: 600px;
  margin: 0 auto;
}


#header {
  margin: 25px 0;
}

#header h1 {
  text-align: center;
}

#header h1 strong {
  color: #0297FC;
  font-weight: inherit;
}


.blokje {
  background-color: #FFF;
  width: 380px;
  padding: 25px;
  margin: 0 auto 20px auto;
  
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.blokje.last {
  margin-bottom: 0;
}

.blokje p {
  text-align: justify;
}


#ContactStatusIn {
  width: 368px;
  padding: 5px;
  font-weight: bolder;
  background-color: #F9B29C;
  border: 1px solid #EA6353;
  color: #8A352A;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#ContactStatusIn.OK {
  background-color: #B9EE99;
  border: 1px solid #67C82C;
  color: #487C29;
}

#ContactCaptchaWrapper {
  overflow: hidden;
  margin: 0 0 15px 0;
}

#ContactCaptchaImage {
  float: left; 
  height: 50px;
  width: 189px;
  border: 1px solid #D5D5D5; 
  border-right: 0; 
  cursor: pointer;
  
  background: #F5F5F5 none no-repeat center center;
  
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#ContactCaptchaInput {
  float: right; 
  height: 40px; 
  width: 178px; 
  margin: 0;
  font-size: 30px; 
  text-transform: uppercase; 
  text-align: center; 
  letter-spacing: 7px;
  
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}


#footer {
  color: #333;
  margin: 15px 0;
  font-weight: bolder;
  text-align: center;
}

#footer p {
  line-height: 16px;
  margin: 0;
}

#footer p strong {
  color: #0297FC;
  font-weight: inherit;
}