/* Opmaak voor contactformulier: */

fieldset{
	border: 0;
	margin: 30px 0 0 0;
  width: 425px;
  font-size: 0.9em;
}

fieldset p, ul ol{
	font-size: 1em;
}

html>body textarea{
	width: 395px;
}

input{
	width: 220px;
}

input, textarea, #contactform div.checkfrm input#naam{
	background: url(form.gif) #FFFFFF 0px -3px repeat-x scroll;
	border: 1px solid #CCCCCC;
	padding: 0.3em;
}

input, textarea, select{
	font-size: 0.75em;
	margin-bottom: 0.4em;
}

input.knop{
	background-position: 0px 2px;
	color: #B8AFA6;
	width: 9em;
}

input.knop:hover{ /* Anndere achtergrondpositie en kleur bij het bewegen van de muis over de knop */
	background-position: 0px -2px;
	color: #777777;
}

input:hover, textarea:hover, /* Andere randkleur en achtergrondpositie bij het bewegen van de muis over de velden */
input:focus, textarea:focus,
#contactform div.checkfrm input#naam:hover{
	background-position: 0px -5px;
	border-color: #AAAAAA;
}

label{
	color: Silver;
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 0.75em;
}

small{
	color: #888888;
}

textarea{
	background: #FFFFFF url(frm_ta.gif) repeat-x scroll 0px -4px;
	height: 180px;
	overflow: auto;
	width: 398px;
}

textarea:hover, textarea:focus{ /* Andere achtergrondpositie bij het bewegen van de muis over het tekstveld */
	background-position: 0px -10px;
}

.bar fieldset{
	padding: 0;
}

#contactform{margin-bottom: 3em;}

#contactform div{
	background: #F9FCFF;
	margin: 2px;
	padding: 8px 0px 2px 8px;
}

#contactform div input, #contactform div.checkfrm input#naam{
	width: 180px;
}

#contactform div.checkfrm input#naam{
  float: right;
  margin: -28px 5px 10px -15px;
}

html>body #contactform div.checkfrm input#naam{
  margin-right: 10px;
}

#contactform label{
	color: #444444;
	display: block;
	float: left;
	width: 215px;
}

#contactform div.checkfrm{
  height: 35px;
}

#contactform div.checkfrm input{
  width: 15px;
  background: transparent;
  border: 0;
  position: relative;
  top: 6px;
}

#contactform div.checkfrm label{
  display: inline;
  float: none;
}

#contactform div.checkfrm label.slabel{
  width: 15px;
  margin: 0;
}

div label:hover + input, div label:hover + br + textarea{ /* Bij het bewegen van de muis over de labels verandert de kleur van de rand van de bijbehorende velden */
	border: 1px solid #AAAAAA;
}


