/* CSS for the options list */

span.ac-links-container {
	display: inline-block;
	padding-left: 1em;
}

span.ac-links-container .yui-button {
	vertical-align: inherit;
}

div.ac-optionslist {
	border: none;
	max-height: none;
	float: left;
	margin-top: 10px;

}

div.ac-optionslist div.optionadder {
	float: left;
	border: 1px solid black;
	margin: 0.5em;
	padding: 0.5em;
	min-height: 2.5em;
	width: 180px;
}
