﻿/*  --- all contact form settings  ---  */
	.contact_form  {
		width: 590px;
		height: 330px;
		float:left;
		margin: 40px 0 5px 0;
		}
	form  {
		margin-top: 15px;
		}
	label  {
		float:left;
    	width: 110px;
    	height: 24px;
    	text-align: left;    
    	margin: 0;
    	padding: 4px;
    	color: #0b3f79;
    	}
    input, select  {
		margin: 0 4px 0 4px;
		padding: 4px;
		border: 1px #777 solid;
		}
	#naam, #bedrijf, #email, #bevestig_email, #telefoon {
		width: 260px;
		height: 24px;
		text-align: left;
		color: #000;
		border: 1px #777 solid;
		}
	#mededeling  {
		width: 460px;
		height: 100px;
		margin: 0 4px 0 4px;
		border: 1px #777 solid;
		}
	#send  {
		text-align: center;
		margin-top: 10px;
		}	
	#send input  {
		width: 80px;		
		}
	#send input:hover  {
		background-color: #fff;
		color: #0b3f79;
		}
	
