.pickList_sourceListContainer, .pickList_controlsContainer, .pickList_targetListContainer { float: left; margin: 0.25em; }
.pickList_controlsContainer { text-align: center; vertical-align: middle;}
.pickList_controlsContainer button { display: block; width: 100%; text-align: center; }
.pickList_list { list-style-type: none; margin: 0; padding: 0; float: left; width: 300px; height: 400px; border: 1px inset #eee; overflow-y: auto; cursor: default; background-color:#80FFFF;}
.pickList_selectedListItem { background-color: #a3c8f5; }
.pickList_listLabel { font-size: 0.9em; font-weight: bold; text-align: center; }
.pickList_clear { clear: both; }

#tagCloud {
  width:250px; text-align:center; padding:5px; overflow: auto; font-size:70%; font-family:arial; float: right;
}
#tagCloud h2 {
  font-size:2.5em; margin:0 0 10px 0; padding:15px 0 15px 80px;
}
#tagList { margin:0; padding:0; }
#tagList li {
  list-style-type: none; float: right; margin:3px 3px 3px 3px; padding: 3px 3px 3px 3px; height: auto; background-color:#0d6699; color: #ffffff; font-size: 12px;
}
#tagList li a { text-decoration:none; color:#ffffff; }
#tagList li a:hover ( text-decoration:underline; }