 /*multi email input*/
 
.multipleInput-container {
	border:1px #ccc solid;
	padding:1px;
	padding-bottom:0;
	cursor:text;
	font-size:13px;
	width:100%;
	overflow: auto;
	background-color: white;
border-radius:3px;
}

.multipleInput-container input {
	font-size:13px;
	/*clear:both;*/
	width:150px;
	height:24px;
	border:0;
	margin-bottom:1px;
	outline: none
}

.multipleInput-container ul {
	list-style-type:none;
	padding-left: 0px !important;
}

li.multipleInput-email {
	float:left;
	margin-right:2px;
	margin-bottom:1px;
	border:1px #BBD8FB solid;
	padding:2px;
	background:#F3F7FD;
}

.multipleInput-close {
	width:16px;
	height:16px;
	background:url(close.png);
	display:block;
	float:right;
	margin:0 3px;
}
.email_search{
width: 100% !important;
}