﻿/*********************************************************************************
********************************* ORDER FORM CSS *********************************
**********************************************************************************/

#unive_orderform label {
	width: 170px;
	display: block;
	float: left;
	clear: left;
}
#unive_orderform input {
	width: 180px;
	display: block;
	float: left;
	border:1px solid #ffffff; 
	background: #bbdbe3;
}
#unive_orderform input.semihidden {
	border:0px solid #bbdbe3; 
	background: #bbdbe3;
	width: 70px;
	display: block;
	float: right;
	margin: -14px 0 0 0;
}
#unive_orderform input.postcode {
	width: 60px;
}
#unive_orderform input#accept {
	width: 20px;
	background: none;
}
#unive_orderform input#discount {
	background: #cae19c;
}
div.orderbox {
	clear: both;
	width: 470px;
}
input#child_18_12_2009, input#adult_18_12_2009, input#child_19_12_2009, input#adult_19_12_2009, input#child_20_12_2009, input#adult_20_12_2009, input#child_21_12_2009, input#adult_21_12_2009  {
	width:30px;
	margin: 0 20px 0 0;
}
div.kaarten_input {
	display: block;
	float: left;
	width: 200px;
	clear: left;
}
div.prijs_indicatie {
	display: block;
	float: left;
	width: 70px;
}
div.prijs_totaal {
	display: block;
	float: left;
	width: 90px;
	height: 20px;
}
div#korting {
	margin: 20px 0 20px 232px;
	width: 128px;
}
div#totaal {
	margin: 20px 0 20px 160px;
	width: 200px;
}
div#subtotaal {
	margin: 20px 0 20px 220px;
	width: 140px;
}

.submit {
	background:#B30404 none repeat scroll 0 0;
	border:1px solid #000000;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	float: right;
	display: block;
	clear: both;
}
.submit_disabled {
	background:#cccccc none repeat scroll 0 0;
	border:1px solid #999999;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	float: right;
	display: block;
	clear: both;
}

/******************************** VALIDATOR CODE *************************************/

.tfvHighlight {color: red; }
.tfvNormal {color: black;}
/*.inputHighlighted {color: red;}
.inputNormal {color: #bbdbe3;}*/

























