fieldset.example
{ border: 1px solid #ebebeb; margin: 20px 0; padding: 10px; }

fieldset.example legend
{ font-weight: bold; padding: 0 2px; }

fieldset.example input#aandoeningen
{ width: 300px; }

.autocomplete
{ border: 1px solid #ebebeb; margin-right: 20px; padding: 2px 4px; width: 200px; }

.ac_results
{ background-color: #fff; border: 1px solid #ebebeb; margin-top: -1px; overflow: hidden; padding: 0; z-index: 99999; }

.medischeinformatie .ac_results,
.patienteninformatie .ac_results
{ /*border-color: #8b3;*/ }

.zorgverleners .ac_results,
.zorgverzekeringen .ac_results
{ /*border-color: #3492c4;*/ }

	.ac_results ul
	{ list-style: none; list-style-position: outside; margin: 0; padding: 0; width: 100%; }

		.ac_results ul li
		{ cursor: pointer; display: block; font-size: 100%; line-height: 16px; margin: 0; overflow: hidden; padding: 3px 5px; }

.ac_loading
{ background: #fff url("/frontend_20/assets/img/backgrounds/throbber.gif") right center no-repeat; }

.ac_odd
{ /*background-color: #eee;*/ }

.ac_over
{ background-color: #0a246a; }

.medischeinformatie .ac_over,
.patienteninformatie .ac_over
{ background-color: #eff6e4; }

.zorgverleners .ac_over,
.zorgverzekeringen .ac_over
{ background-color: #c5edfe; }

.amt
{ color: #aaa; font-size: 90%; float: right; }

* html .amt
{ margin-top: -15px; }

* + html .amt
{ margin-top: -15px; }
