/**************************************************************
   Form Elements
 **************************************************************/

label {
  display: block;
  padding: 0 0 2px 0;
  font-weight: bold;
  margin: 13px 0 0 0;
}


.form-text,
textarea,
select {
  font-family: Verdana;
  font-size: 12px;
  background: #ffffff;
  border: 1px solid #D8D3D3;
  width: 300px; 
  height: 20px;
}

form input{
	padding: 4px 0 0 4px;
}

form textarea{
	padding: 4px 0 0 4px;
}

form .submitb{
	padding: 2px;
}

#captchainvoer{
	width: 100px;
	float: left;
	margin: 0 5px 0 5px;
	height: 30px;
	font-size: 20px;
}

#captcha{
	float: left;
}

#BlogContent input,textarea {
  width: 550px;
  height: 200px;
}

.form-required{
	color: #D39000;
}

.error{
	color: #FF0000;
	margin: 0;
}

.submitb{
	margin: 20px 0 20px 0;
}

#ongezondevoedingtable tr td{
	padding: 0 0 0 10px;
}

#artikelform #titel{
	font-family: Helvetica, Arial, sans-serif;
    font-size: 170%;
    height: 30px;
}

#paragraaftitel{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 130%;
  font-weight: bold;
  line-height: 130%;
  text-align: left;
}

#artikelform #auteur{
   font-size: 0.72em;
   color: #595959;
   line-height: 170%;
}

#artikelform select{
   width: 150px;
}

#artikelform textarea{
   width: 550px;
   height: 200px;
   line-height: 170%;
}

#paragraaf_toevoegen{
	cursor: pointer;
	padding: 0 0 0 5px;
	float: right;
}

