#InsContractKentekenRow {
	display: none;
}

#InsContractKentekenDescr {
	vertical-align: middle; 
}

#kentekenCheckWrapper {
	position: relative;z-index: 10;
}

#kentekenCheckWrapper * {
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: black;
}
#kentekenCheckWrapper #kenteken {
	background: url('/DIVPublicImages/kentekenCheckV2/kentekenplaat.png') no-repeat;
	height:21px;
  	padding:2px 10px 5px 20px;
  	text-align:right;
  	width:110px;
	float:left;
}

#kentekenCheckWrapper #kenteken input {
	border:0px;
	background:none;
	width:110px;
	font-weight:bold;
	text-align:center;
	font-family: verdana;
	font-size: 15px;
	line-height: 18px;
	vertical-align: center;
}

#kentekenCheckWrapper #kentekenWait {
	background: url('/DIVPublicImages/kentekenCheckV2/ajax-loader.gif') no-repeat 50% 50%;
	text-indent: -50000px; width: 140px; height: 30px;
}

#kentekenCheckWrapper #kentekenFlyout {
	max-width: 800px;
	max-height: 600px;
	overflow: hidden;
	 z-index: 10;
	 position: absolute;
	 top: 20px; 
	 left: 0px;
}
#kentekenCheckWrapper #kentekenFlyout table, #kentekenCheckWrapper #kentekenFlyout table tr,  #kentekenCheckWrapper #kentekenFlyout table td {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	text-algin: left;
	vertical-align: top;
}

#kentekenCheckWrapper #kentekenFlyout #kentekenSelectModelMerkTypeText {
	display: block;
	text-align: center;
	font-size: 12px;
	margin: 3px;
}

#kentekenCheckWrapper #kentekenFlyout #kentekenUitvoeringSelect {
	border: 1px solid black;
	margin-top: 3px;
}

#kentekenCheckWrapper #flyoutTopLeft {
	min-width: 138px;
	background: url('/DIVPublicImages/kentekenCheckV2/flyout_background.png') no-repeat 0% 0%;
}
#kentekenCheckWrapper #flyoutTopRight {
	width: 10px;
	background: url('/DIVPublicImages/kentekenCheckV2/flyout_background.png') no-repeat 100% 0%;
}
#kentekenCheckWrapper #flyoutBottomRight {
	height: 5px;
	background: url('/DIVPublicImages/kentekenCheckV2/flyout_background.png') no-repeat 100% 100%;
}
#kentekenCheckWrapper #flyoutBottomLeft {
	height: 5px;
	background: url('/DIVPublicImages/kentekenCheckV2/flyout_background.png') no-repeat 0% 100%;
}
#kentekenCheckWrapper #kentekenFlyoutCloseBtn {
	text-indent: -50000px;
	background: url('/DIVPublicImages/kentekenCheckV2/kentekenFlyoutCloseBtn.gif') no-repeat;
	cursor: pointer;
	width: 10px;
	height: 10px;
	position: relative;
	top: 6px;
	right: 3px;
}

#kentekenCheckWrapper #flyoutContent {
	padding: 10px 10px 5px 10px;
}

#kentekenOverlay {
	display: none; 
	background: black;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4; 
	position: fixed; 
	width: 100%; 
	height: 100%; 
	top: 0px; 
	left: 0px; 
	z-index: 9;
}