	label { display:inline-block; width:100px; color:whitesmoke;}
	input { border: 1px solid #49413d; color: whitesmoke; padding:5px; width:300px; background: rgba(0, 0, 0, 0) url("../images/tail-input.png") repeat scroll 0; }
	input[type="checkbox"] { width:20px; margin-right:10px; }
	textarea { border: 1px solid #49413d; color: whitesmoke; height: 273px; overflow: auto; resize: none; width: 100%; background: rgba(0, 0, 0, 0) url("../images/tail-input.png") repeat scroll 0; }	
	.terms { display:none; }
	.email { display:none; }
	.senden {
	cursor: pointer;
	font: 12px Verdana,sans-serif;
	//color: #000000;
	border: 1px solid #000000;
	//background-color: #EED5FF;
	width: 120px;
	padding: 2px;
	line-height: 130%;
	}
	.button { width: 120px; }
	p { color:whitesmoke;}
	
	
	
	@media (max-width:567px){
		
input {
    width: 260px;
}
textarea {
    width: 270px;
}

}