/* Contact form ZA. */
/* Templates by HID Digital Solutions. */

/* General. */
body {
	margin: 0;
	font: 12px arial, verdana;
}


/* Title. */
h1 {
	font-size: 22px;
	font-weight: 100;
	margin: 0 0 27px 0;
}

.miniMundi h1 {
	color: rgb(34, 108, 145);
}

.arsenaal h1 {
	color: rgb(167, 25, 47);
}

.bambini h1 {
	color: rgb(228, 34, 130);
}

.langeJan h1 {
	color: rgb(203, 1, 51);
}

.voetbalExperience h1 {
	color: rgb(239, 126, 0);
}


/* Form. */
form, fieldset {
	border: 0;
	fieldset: 0;
	margin: 0;
	padding: 0;
}


/* Spacer. */
.divSpacer {
	display: block;
	height: 10px;
}


/* Label. */
form label {
	display: block;
	float: left;
	font-weight: 900;
	width: 150px;
	margin-bottom: 10px;
	line-height: 21px;
}

form .largeLabel {
	height: 50px;
	margin: 0;
}

.miniMundi form label {
	color: rgb(31, 84, 128);
}

.arsenaal form label {
	color: rgb(167, 25, 47);
}

.bambini form label {
	color: rgb(228, 34, 130);
}

.langeJan form label {
	color: rgb(203, 1, 51);
}

.voetbalExperience form label {
	color: rgb(239, 126, 0);
}

/* Input. */
form input {
	display: block;
	border: 0;
	margin-bottom: 10px;
	padding: 2px 5px 0px 5px;
	width: 454px !important;
	width: 464px;
	height: 19px !important;
	height: 21px;
}

.miniMundi form input {
	background: rgb(227, 242, 249);
	color: rgb(31, 84, 128);	
}

.arsenaal form input {
	background: rgb(231, 234, 188);
	color: rgb(163, 169, 55);
}

.bambini form input {
	background: rgb(251, 215, 234);
	color: rgb(228, 34, 130);
}

.langeJan form input {
	background: rgb(252, 244, 222);
	color: rgb(220, 173, 22);
}

.voetbalExperience form input {
	background: rgb(255, 235, 215);
	color: rgb(239, 126, 0);
}


/* Select. */
form select {
	display: block;
	border: 0;
	margin-bottom: 10px;
	padding: 2px 0px 2px 0px;
	width: 464px;
	height: 21px;
}

.miniMundi form select {
	background: rgb(227, 242, 249);
	color: rgb(31, 84, 128);	
}

.arsenaal form select {
	background: rgb(231, 234, 188);
	color: rgb(163, 169, 55);
}

.bambini form select {
	background: rgb(251, 215, 234);
	color: rgb(228, 34, 130);
}

.langeJan form select {
	background: rgb(252, 244, 222);
	color: rgb(220, 173, 22);
}

.voetbalExperience form select {
	background: rgb(255, 235, 215);
	color: rgb(239, 126, 0);
}


/* Textarea. */
form textarea {
	display: block;
	border: 0;
	font: 12px arial, verdana;
	margin-bottom: 14px;
	padding: 2px 5px 0px 5px;
	width: 454px !important;
	width: 464px;
	height: 234px !important;
	height: 244px;
	overflow: auto;
}

.miniMundi form textarea {
	background: rgb(227, 242, 249);
	color: rgb(31, 84, 128);
}

.arsenaal form textarea {
	background: rgb(231, 234, 188);
	color: rgb(163, 169, 55);
}

.bambini form textarea {
	background: rgb(251, 215, 234);
	color: rgb(228, 34, 130);
}

.langeJan form textarea {
	background: rgb(252, 244, 222);
	color: rgb(220, 173, 22);
}

.voetbalExperience form textarea {
	background: rgb(255, 235, 215);
	color: rgb(239, 126, 0);
}


/* Radio button. */
form input.radioButton {
	float: left;
	width: 12px !important;
	width: 12px;
	margin: 1px 5px 0 0;
	background: none;
}


/* Checkbox. */
form input.checkBox {
	float: left;
	width: 12px !important;
	width: 12px;
	margin: 0px 5px 0 0;
	background: none;
}


/* Radio/Checkbox span. */
span {
	display: block;
	width: 434px !important;
	width: 444px;
	line-height: 21px;
	margin-bottom: 2px;
}

.miniMundi span {
	color: rgb(31, 84, 128);
}

.arsenaal span {
	color: rgb(163, 169, 55);
}

.bambini span {
	color: rgb(228, 34, 130);
}

.langeJan span {
	color: rgb(220, 173, 22);
}

.voetbalExperience span {
	color: rgb(239, 126, 0);
}


/* Submit button. */
form .button {
	display: block;
	width: 142px !important;
	width: 142px;
	height: 28px !important;
	height: 28px;
	margin: 0 0 0 150px;
	cursor: pointer;
}

.miniMundi form #submit0 {
	background: url('../images/button_minimundi_nl.png');
}

.miniMundi form #submit1 {
	background: url('../images/button_minimundi_en.png');
}

.miniMundi form #submit3 {
	background: url('../images/button_minimundi_fr.png');
}

.miniMundi form #submit2{
	background: url('../images/button_minimundi_de.png');
}

.arsenaal form #submit0 {
	background: url('../images/button_arsenaal_nl.png');
}

.arsenaal form #submit1 {
	background: url('../images/button_arsenaal_en.png');
}

.arsenaal form #submit3 {
	background: url('../images/button_arsenaal_fr.png');
}

.arsenaal form #submit2 {
	background: url('../images/button_arsenaal_de.png');
}

.bambini form #submit0 {
	background: url('../images/button_bambini_nl.png');
}

.bambini form #submit1 {
	background: url('../images/button_bambini_en.png');
}

.bambini form #submit3 {
	background: url('../images/button_bambini_fr.png');
}

.bambini form #submit2 {
	background: url('../images/button_bambini_de.png');
}

.langeJan form #submit0 {
	background: url('../images/button_langejan_nl.png');
}

.langeJan form #submit1 {
	background: url('../images/button_langejan_en.png');
}

.langeJan form #submit3 {
	background: url('../images/button_langejan_fr.png');
}

.langeJan form #submit2 {
	background: url('../images/button_langejan_de.png');
}

.voetbalExperience form #submit0 {
	background: url('../images/button_voetbalexperience_nl.png');
}

.voetbalExperience form #submit1 {
	background: url('../images/button_voetbalexperience_en.png');
}

.voetbalExperience form #submit3 {
	background: url('../images/button_voetbalexperience_fr.png');
}

.voetbalExperience form #submit2 {
	background: url('../images/button_voetbalexperience_de.png');
}