/*--- CSS tbv contactformulier ---*/

#contact label {
	width: 300px;
	float: left;
	text-align: left;
	display: block
}
input {
	margin: 0 0 10px 0;
	width: 300px;
	border: 1px solid #000000;
}
select {
	width: 155px;
	margin: 0 0 10px 0;
	border: 1px solid #000066;
}
textarea {
	width: 300px;
	height: 120px;
	margin: 5px 0 5px 0;
	border: 1px solid #000000;
	/*filter: alpha(opacity=70);
	moz-opacity: .70;
	opacity: .70;*/
}

/*--- Layout ---*/
#contactMain {
	width: 370px;
	height: 500px;
	margin: 20px;
}
#contact {
	width: 350px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 11px;
	float: left;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #867f7f;	
	border: #aa669c solid 1px;
	
}
.formText {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #aa669c;
	margin-bottom: 10px;
}

/* Dit heb ik aangepast */
input {
	/*filter: alpha(opacity=70);
	moz-opacity: .70;
	opacity: .70;*/
	color: #000000;
}

#contact label {
	/*filter: alpha(opacity=70);
	moz-opacity: .70;
	opacity: .70;*/
}
#contact select {
	/*filter: alpha(opacity=70);
	moz-opacity: .70;
	opacity: .70;*/
}


/* Tot hier */



/*--- Classes ---*/

.submit {
	background-color: #aa669c;
	background-repeat: repeat;
	width: 25%;
	padding: 2px 4px 2px 4px;
	text-align: center;
	border: #000 solid 1px;
	color: #FFF;
	font-weight: normal;
}
.required {
	color: #FF0000;
	margin: 3px 0 0 5px;
}
.small {
	width: 50px;
	margin-left: 10px;
}
.captcha {
	width: 100px;
}

/*--- That's all folks! ---*/
