
.MultiSelectControl {
	border: solid 1px #eee;
	padding: 1px;
}

.MultiSelectHeader {
	background-image: url('../images/tundra_button_enabled.png');
	background-repeat: repeat-x;
	font-weight: bold;
}

.MultiSelectDisplay, .MultiSelectEmpty {
	font-size: .85em;
	padding: .25em;
}

/* This is assumed to be hidden unless otherwise set. */
.MultiSelectDisplay {
	display: none;
}

.MultiSelectEmpty {
	font-style: italic;
}


.MultiSelectChange {
	float: right;
	background-image: url(../images/table_gear.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	line-height: 18px;
	padding-top: 18px;
	cursor: pointer;
}

/* hide the "change" text */
.MultiSelectChange span {
	display: none;
}

