.pickList_sourceListContainer, .pickList_controlsContainer, .pickList_targetListContainer { float: left; margin: 0.50em; }
.pickList_controlsContainer { text-align: center; }
.pickList_controlsContainer button { 
	display: block; width: 100%; text-align: center; 
	BACKGROUND-COLOR: #333;
	BORDER-BOTTOM-COLOR: #666666;
	BORDER-LEFT-COLOR: #cccccc;
	BORDER-RIGHT-COLOR: #666666;
	BORDER-TOP-COLOR: #cccccc;
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana, Arial, Helvetica;
	FONT-SIZE: 10px;
	LETTER-SPACING: normal;
	margin-top: 5px;
	}
.pickList_list { list-style-type: none; margin: 0; padding: 0; float: left; width: 300px; height: 90px; border: 1px inset #eee; overflow-y: auto; cursor: default; }
.pickList_selectedListItem { background-color: #a3c8f5; }
.pickList_listLabel { font-size: 0.9em; font-weight: bold; text-align: center; }
.pickList_clear { clear: both; }
