/* CSS Document */
.input_frm {
	float:left;
	width:100%;
	margin-top:10px;
}
.select_text_hander {
	background:url(../images/fieldbg.gif) repeat-x 0px -3px;
	height:29px;
	width:100px;	
	float:left;
	overflow:hidden;
}
.select_text {
	height:26px;
	width:400px;	
	padding:5px 0px 0px 3px ;
	float:left;
}

.select_button {
	float:left;
	width:16px;
	height:26px;
	background:url(../images/dropdown.gif) no-repeat;
	border-top:1px solid #CCCCCC; 
	border-right:1px solid #CCCCCC; 
	border-bottom:1px solid #CCCCCC; 
}

.select_drop {
	display:none;
	position:absolute;
	max-height:300px;
	overflow-y:scroll;
	overflow-x:hidden;
	width:115px;
	border-bottom:1px solid #CCCCCC;
	z-index:2;
}

.select_drop ul{
	margin:0px;
	padding:0px;
	list-style:none;
	width:100px;
	border:1px solid #CCCCCC;
	float:left;
}

.select_drop ul li{
	border-collapse:collapse;
	float:left;
	width:100px;
	margin:0px;
	padding:0px;
	background:#FFFFFF;
	border-bottom:1px solid #CCCCCC;
}

.select_drop ul li a{
	display:block;
	color:#000000;
	padding:5px 3px;
	font-size:10px;
}
.select_drop ul li a:hover{
	background-color:#CCCCCC;
}

.text_supp{
	height:20px;
	padding-top:3px;
	background:url(../images/fieldbg.gif) 3px 0px;
}

.select_type {
	float:left;
}

.select_brand {
	float:left;
	margin-left:5px;	
}
.select_brand .select_drop {
	width:165px;
}
.select_brand .select_drop ul,
.select_brand .select_drop ul li,
.select_brand .select_text_hander{
	width:150px;
}

.txtType {
	width:300px;
}

.txtaantal,
.txttype {
	float:left;
	padding-left:10px;
}

.txtaantal .txt {
	width:100px;
}
.txttype .txt {
	width:180px;
}

#naam_result,
#cperson_result,
#email_result {
	position:absolute;
	z-index:1;
}