	.multiSelect {
		width: 293px;
		font-family: Arial, Helvetica, sans-serif;
		position: relative;
		height: 22px;
		padding: 0;
		margin: 3px 0 0 0;
		border: 0;
	}
	.multiSelect .title {
		background-color: #fff;
		border: 1px solid #DAE2E4;
		padding: 0;
		margin: 0;
		cursor: default;
		min-width: 280px;
	}
	.multiSelect div.title {
		position: absolute;
		z-index: 104;
	}
	.multiSelect div.title-open {
		border-bottom: 1px solid #fff;
	}
	.multiSelect .title {
		font-size: 11px;
		height: 1.5em;
		line-height: 1.5em;
		overflow: hidden;
		padding: .3em 1.1em .1em .5em;
		background: white url(../images/multiselect.gif) no-repeat top right;
	}
	.multiSelect .title:hover {
		background: white url(../images/multiselect-hover.gif) no-repeat top right;
	}
	.multiSelectContent {
		position: absolute;
		z-index: 106;
		min-height: 1em;
		background: #F3F5F6;
		padding: .1em;
		display: block;
		width: 296px;
		border: 1px solid #999;
	}
	.collapsed {
		display: none;
	}
	body.page #centrecol .multiSelectContent ul {
		overflow: auto;
		min-height: 1em;
		min-width: 20em;
		margin: 0;
		padding: 5px;
	}
	body.page #centrecol .multiSelectContent li {
		cursor: pointer;
		cursor: hand;
		padding: 3px 0;
		list-style:none;
	}
	body.page #centrecol .multiSelectContent li:hover {
		background: #ddd;
	}
	
	#subscribeform .multiSelectContent ul li input {
		border: 0;
		padding: auto;
		margin: auto;
		width: auto;
		height: auto;
	}
	
	#subscribeform .multiSelectContent ul li label {
		clear: none;		color: #000;		float: none;
		font-size: 11px;		font-weight: normal;		line-height: 15px;		margin: 0 0 0 5px;		padding: 0;		width: auto;
		text-align: left;	}
	
	/*#subscribeform .multiSelectContent ul li label {
		display: block;
		padding: 0;
		margin: 0 0 .2em 0;
		text-align: left;
		width: auto;
		height: auto;
	}*/
	
	.arc90_multiselect {
		width: 12.5em;
		height: 1.35em;
		visibility: hidden;
	}
	.a9selectall {
		border-bottom: 1px solid #ccc;
	}

	/* Styles for page layout */
	DIV.examples {
		margin: 0 0 2em 0;
		width: 17em;
		border: 1px solid #e9e9e9;
		padding: .3em;
	}

	DIV.examples LABEL.examples {
		display: block;
		margin: 0 0 .2em 0;
	}
