div.cleversuggest_items {
	clear:both;
	width: 266px;
	height: 400px;
	overflow-y: scroll;
	margin-top: 10px;
}

div.cleversuggest_items.single
{
	height:40px;
	overflow: hidden;
}

div.cleversuggest_items ul li div
{
	background-repeat: no-repeat;
	background-color: #fff;
	height: 40px;
	line-height: 40px;
	padding-left: 45px;
}

div.cleversuggest_items ul li , div.cleversuggest_items ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

div.cleversuggest_items div.remove {
	cursor: pointer;
	float: right;
	height: 40px;
	width: 2px;
	display: block;
	background: transparent url(media/cleversuggest/delete-24x24.png) no-repeat center;
}

div.cleversuggest_items div.remove span
{
	display: none; visibility: hidden;
}

#add_participant_button
{
	background: transparent url(media/tasks/add.gif) 10px center  no-repeat;
	width: 120px;
	border: 1px solid #CCCCCC;
	background-color: #fff;
	display: block;
	padding: 10px 10px 10px 40px;
	margin: 0 auto;
}

#selectdestination
{
	width: 120px;
	border: 1px solid #CCCCCC;
	background-color: #fff;
	display: block;
	padding: 10px;
	text-align: center;
}

#add_participant_button:hover, #selectdestination:hover
{
	background-color: #EEEEEE;
}
