@charset "UTF-8";
/* CSS Document */

.required {
	color: #FF0000;
}
.field_title {
	font-size: 12px;
	width: 100px;
	vertical-align: middle;
	text-align:left;
	padding-top: 2px;
}

.textfield, .email {
	color: #7d7c7c;
	border: none;
	font-weight: normal;
	border: 0px;
	font-size: 12px;
	width: 191px;
	height: 23px;
	background:  url(/modules/form/images/bg-veld.jpg) no-repeat;
	padding-left:3px;
	margin-right: 5px;
	padding-top: 5px;
}
input {
	border: none;
}


input.btn {
	border: none;
	padding: 5px;
	background:  url(/modules/form/images/bg-verstuur.jpg) no-repeat;
	padding-left: 10px;
	padding-right: 20px;
	color: #FFF;
}


.textarea {
	font-size: 12px;
	width: 90%;
	height: 100px;
}
.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 5px;
	color: #666666;
}
.select {
	font-size: 12px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}

/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}