@charset "utf-8";
/* CSS Document */

.inputfield{
	width:85px;	
	border:1px solid #14489E;	
	height:15px;
}
.inputfieldlarge{
	width:200px;	
	border:1px solid #14489E;	
	height:20px;
}
.inputfieldmedium{
	width:180px;	
	border:1px solid #14489E;	
	height:15px;
}
.inputfielddata{
	width:85px;	
	border:1px solid #14489E;	
	height:15px;
	background-image:url("../images/B_Home_date_ico.gif");
	background-position:right center;
	background-repeat:no-repeat;
}
.inputfielddatamedium{
	width:180px;	
	border:1px solid #14489E;	
	height:15px;
	background-image:url("../images/B_Home_date_ico.gif");
	background-position:right center;
	background-repeat:no-repeat;
}
.inputfielddatalarge{
	width:200px;	
	border:1px solid #14489E;	
	height:20px;
	background-image:url("../images/B_Home_date_ico.gif");
	background-position:right center;
	background-repeat:no-repeat;
}
.btnYellow{
	margin:0px;
	border:2px solid #14489E;
	color:#14489E;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	text-align:center;
	cursor:pointer;
	padding:0px 25px 0px 0px;
	height:30px;
	background:#E9E543 url("../images/icon.gif") no-repeat right;
	min-width:90px;
	font-family:Arial, Helvetica, sans-serif;
}
.btnYellowSmall{
	margin:0px;
	border:2px solid #14489E;
	color:#14489E;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	text-align:center;
	cursor:pointer;
	padding:0px 15px 0px 0px;
	height:18px;
	background:#E9E543 url("../images/icon-small.gif") no-repeat right;
	min-width:80px;
	font-family:Arial, Helvetica, sans-serif;
}
.btnYellowlarge{
	margin:0px;
	border:2px solid #14489E;
	color:#14489E;
	font-weight:bold;
	text-transform:uppercase;
	font-size:26px;
	text-align:center;
	cursor:pointer;
	padding:0px 40px 0px 0px;
	height:48px;
	background:#E9E543 url("../images/icon-large.gif") no-repeat right;
	min-width:180px;
	font-family:Arial, Helvetica, sans-serif;
}
.inputfielddropsmall{
	width:31px;	
	border:1px solid #14489E;	
	height:20px;
}
.inputfielddrop{
	width:35px;	
	border:1px solid #14489E;	
	height:20px;
}
.inputfielddroplarge{
	width:45px;	
	border:1px solid #14489E;	
	height:22px;
}
.searchbox {
	border:1px solid #767676;
	background:#B8C8E2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding:0px;
}
label {
	text-decoration:none;
}
.inputText {
	/*width:100px;*/width:85px;
	border:1px solid #14489E;
	/*height:19px;*/height:15px;
	line-height:16px;
	font-size:14px;
	padding:0 2px;
}
.inputDate {
	/*width:100px;*/width:85px;
	/*background:#FFF url("../images/B_Home_date_ico.gif") no-repeat 87px 1px;*/
	border:1px solid #14489E;
	/*height:19px;*/height:15px;
	line-height:16px;
	font-size:14px;
	padding:0 2px;
	background-image:url("../images/B_Home_date_ico.gif");
	background-position:right center;
	background-repeat:no-repeat;
}
.inputSelect {
	width:40px;
	border:1px solid #14489E;
	height:19px;
	line-height:16px;
	font-size:14px;
	padding:0;
}
/*.btnYellow {
	margin:0px;
	border:2px solid ##14489E;
	color:##14489E;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	text-align:center;
	cursor:pointer;
	padding:0px 25px 0px 0px;
	height:30px;
	background:##E9E543 url(#plaatsImages#images/icon.gif) no-repeat right;
	width:90px;
	font-family:Arial, Helvetica, sans-serif;
}*/
.CTlogo {
	background:#14489E;
}
.backgroundImg{
	background-image:url("../images/bg-searchboxlarge.gif");
	background-position:right bottom;
	background-repeat:no-repeat;
}
ul.autocompleter-choices li
{
	font-size:12px;
	padding:0.2em 1.0em 0.2em 0.5em;
}
