.tagPicker li{
	list-style-type:none;
	cursor: pointer;
}
.tagPicker li.selected{
	background-color: yellow;
	}
.tagPicker{
display:none;
width:400px;
height:200px;
padding:10px;
background-color: #6C91C8;

position:relative;
}
.tagPickerCols{
	height:170px;
	overflow-x:scroll;
	overflow-y:hidden;
	position:relative;
	}
.tagPicker .choisir{
float:right;
position:absolute;
bottom:3px;
right:3px;
}
.tag_list{
height:130px;
width: 155px;
overflow-x: auto;
overflow-y: auto;
background-color: #ffffff;
border: 1px solid #DDDDDD;
float: left;
margin:5px;
position:absolute;
top:0;
}
