form	{
	margin: 0;
	padding: 0;
}

input, select, textarea 
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #060606;
}

form table				{ padding: 0; margin: 10px 0px; border-collapse: collapse; width: 97%; border: 0px none;}
form td					{ padding: 6px 4px; vertical-align: top; border: 0px none;}
form th					{ padding: 6px 4px; vertical-align: top; border-bottom: 1px solid #000;}
form td.kop				{ padding: 6px 4px; vertical-align: top;}
form .noborder			{ background-color: #fff; border: 1px solid #fff;}
form span				{ color:  #D41819;}
form img				{ margin: 0; padding: 0; border: 0px none;}
form .validation-advice {
	width: 200px;
	font-size: 10px;
	border: 1px solid  #D41819;
	margin: 2px 0 2px 0;
	padding: 0px 0px 0px 4px;
	background-color: #D41819;
	color : #FFF;
	font-weight: normal;
}

/* Nieuwsbrief Formulier */
#FormNieuwsbrief table					{ margin-left: 8px;}
#FormNieuwsbrief #btn_verzenden			{ margin: 0; padding: 0;}

/* Contact Formulier */
#FormContact #naam					{ width: 200px;}
#FormContact #bedrijfsnaam			{ width: 200px;}
#FormContact #adres					{ width: 200px;}
#FormContact #postcode				{ width: 200px;}
#FormContact #plaats				{ width: 200px;}
#FormContact #telefoon				{ width: 200px;}
#FormContact #emailadres			{ width: 200px;}
#FormContact #opmerking				{ width: 200px; height: 60px;}

/* Gastenboek Formulier */
#FormGastenboek #naam				{ width: 200px;}
#FormGastenboek #emailadres			{ width: 200px;}
#FormGastenboek #bericht			{ width: 200px; height: 60px;}


/* FormAirfreight */
#FormAirfreight table	{ width: 100%; border: 0px none;}
#FormAirfreight td		{ border: 0px none; padding: 3px 0px;}
#FormAirfreight h2		{ margin: 5px 0px;}

#FormAirfreight .validation-advice	{ width: 140px;}
#FormAirfreight #contact_name		{ width: 140px;}
#FormAirfreight #company_name		{ width: 140px;}
#FormAirfreight #telephone			{ width: 140px;}
#FormAirfreight #fax				{ width: 140px;}
#FormAirfreight #emailaddress		{ width: 140px;}
#FormAirfreight #loading			{ width: 140px;}
#FormAirfreight #unloading			{ width: 140px;}
#FormAirfreight #weight				{ width: 140px;}
#FormAirfreight #packaging			{ width: 140px;}
#FormAirfreight #packaging_other	{ width: 140px;}
#FormAirfreight #departure			{ width: 140px;}
#FormAirfreight #arrival			{ width: 140px;}
#FormAirfreight #commodity			{ width: 140px;}
#FormAirfreight #cbm				{ width: 140px;}
#FormAirfreight #amount				{ width: 140px;}
#FormAirfreight #goods_value		{ width: 140px;}
#FormAirfreight #company_name		{ width: 140px;}


#FormAirfreight #dim_length, 
#FormAirfreight #dim_width, 
#FormAirfreight #dim_height			{ width: 30px;}

#FormAirfreight #instructions,
#FormAirfreight #comments,			{ width: 415px; height: 80px; line-height: 130%;}

/* FormOceanfreight */
#FormOceanfreight table					{ width: 100%; border: 0px none;}
#FormOceanfreight td					{ border: 0px none; padding: 3px 0px;}
#FormOceanfreight h2					{ margin: 5px 0px;}

#FormOceanfreight .validation-advice	{ width: 140px;}
#FormOceanfreight #contact_name			{ width: 140px;}
#FormOceanfreight #company_name			{ width: 140px;}
#FormOceanfreight #telephone			{ width: 140px;}
#FormOceanfreight #fax					{ width: 140px;}
#FormOceanfreight #emailaddress			{ width: 140px;}
#FormOceanfreight #loading				{ width: 140px;}
#FormOceanfreight #unloading			{ width: 140px;}
#FormOceanfreight #weight				{ width: 140px;}
#FormOceanfreight #packaging			{ width: 140px;}
#FormOceanfreight #packaging_other		{ width: 140px;}
#FormOceanfreight #departure			{ width: 140px;}
#FormOceanfreight #arrival				{ width: 140px;}
#FormOceanfreight #commodity			{ width: 140px;}
#FormOceanfreight #cbm					{ width: 140px;}
#FormOceanfreight #amount				{ width: 140px;}
#FormOceanfreight #goods_value			{ width: 140px;}
#FormOceanfreight #company_name			{ width: 140px;}

#FormOceanfreight #dim_length, 
#FormOceanfreight #dim_width, 
#FormOceanfreight #dim_height			{ width: 30px;}

#FormOceanfreight #instructions,
#FormOceanfreight #comments,			{ width: 415px; height: 80px; line-height: 130%;}

/* FormCallmeback */
#FormCallmeback table	{ width: 100%; border: 0px none;}
#FormCallmeback td		{ border: 0px none; padding: 3px 0px;}
#FormCallmeback h2		{ margin: 5px 0px;}

#FormCallmeback .validation-advice	{ width: 140px;}
#FormCallmeback #contact_name		{ width: 140px;}
#FormCallmeback #company_name		{ width: 140px;}
#FormCallmeback #telephone			{ width: 140px;}

#FormCallmeback #comments			{ width: 415px; height: 80px; line-height: 130%;}


