/**********************************

Name: cmxform Styles

***********************************/
form.cmxform {
	width: 355px;
	font-size: 1.0em;
	color: #333;
}

form.cmxform legend {
	padding-left: 0;
	background-color: #fff;
	font-size: 14px;
	color: #007977;
}

form.cmxform label {
	color: #333;
	width: 90%;
}

form#aanmelden #captcha + p label {
	width: 0;
}

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C2DEDE;
	/* background: url(../images/cmxform-fieldset2.gif) left bottom repeat-x; */
	background-color: #fff;
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
	background: url(../images/cmxform-divider2.gif) left bottom repeat-x;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	display: none;
	color: red;
	font-style: italic
}
div.error { display: none; }
form.cmxform input, form.cmxform textarea, form.cmxform select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
	background-color: #fff;
	width: 150px;
	border: 1px solid #C2DEDE;
}

/* ie6 and lower will ignore the following */
form.cmxform input[type="checkbox"], form.cmxform input[type="radio"] {
	margin-top: 3px;
  width: 20px;
  border: 0pt none; 
}

form.cmxform input:focus { border: 1px solid black; }
form.cmxform input.error { border: 1px dotted red; }

#captcha {
  display: inline;
  float: right;
  left: -13em;
  margin-top: 5px;
  position: relative;
}

#captcha object {
  margin-bottom: 9px;
}


