#filter div{
	display:inline-block;
	position:relative;
}

#filter input[type=text]{
	height: 25px;
	width: 250px;
	
}

#filter p{
	display:none;
	width:400px;
	height:150px;
	overflow:auto;
	position:absolute;
	background-color:#CCC;	
	right:0;
	top:20px;
	z-index:100;
}

#filter p label{
	display: table-cell;
	float: right;
	height: 30px;
	margin-left: 15px;
	white-space: nowrap;
	width: 100px;
}

