
.ui-corner-all {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.ui-widget-content {
	background-color: #EEE;
	border: 2px solid #DDD;
	color:#777;

	box-shadow:0px 0px 6px #DDD;
	-webkit-box-shadow:0px 0px 6px #DDD;
	-moz-box-shadow: 0px 0px 6px #DDD;
}

.ui-menu {
	display:block;
	list-style:none outside none;
	margin:0;
	padding:4px 1px;
}

.ui-menu-item {
	padding:2px 4px;
}

.ui-state-hover {
	background-color:#B5D5FF;
}

.ui-menu-item a {
	padding:2px 0px;
	text-decoration:none;
}

.ui-autocomplete {
	cursor:default;
	position:absolute;
	z-index:103;
	left: -6px;
	padding-right:31px;
}


.tags {
	background: url('../afbeeldingen/dropdownknop.png') no-repeat top right;
	position:relative;
	float:left;
	width:388px;
	padding:2px 4px 1px 4px;
	background-color: #FFF;
	color: #777;
	border: 2px solid #DDD;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	min-height:15px;
	cursor: pointer;
	cursor: hand;
}

.dropdown {
	background: url('../afbeeldingen/dropdownknop.png') no-repeat top right;
	position:relative;
	float:left;
	width:388px;
	padding:2px 4px 1px 4px;
	background-color: #FFF;
	color: #777;
	border: 2px solid #DDD;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	min-height:15px;
	cursor: pointer;
	cursor: hand;
}

.hints {
	background: url('../afbeeldingen/dropdownknop.png') no-repeat top right;
	position:relative;
	float:left;
	width:388px;
	padding:2px 4px 1px 4px;
	background-color: #FFF;
	color: #777;
	border: 2px solid #DDD;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	min-height:15px;
	cursor: pointer;
	cursor: hand;
}

.taginput {
	position:absolute;
	width:362px;
	background-color:transparent;
	padding-left:5px;
	padding-bottom:5px;
	top:3px;
	left:-2px;
}

.hintinput {
	position:absolute;
	width:362px;
	background-color:transparent;
	padding-left:5px;
	padding-bottom:5px;
	top:3px;
	left:-2px;
}

.dropdownwaarde {
	position:relative;
	height:15px;
	width:168px;
	z-index:103;
}

.taglijst {
	margin:0;
	padding:0;
}

.taglijst li {
	position:relative;
	text-transform:uppercase;
	background-color:#DDDDDD;
	cursor:pointer;
	float:left;
	list-style:none outside none;
	margin-top:4px;
	margin-right:4px;
	padding:4px 26px 4px 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}