iv.ei, input.ei {
	/*	min-height: 20px;
	max-height: 48px;
	border: solid 1px #cccccc;
	background-color: #ffffff;
	padding: 5px;*/
	cursor: text;
	overflow: auto;
}

.ei_box {
	padding: 5px;
	margin: 2px;
	display: block;
	padding: 1px 3px;
	width: auto;
	float: left;
	border: none;
	outline: none;
	margin-right: 10px;
}

.remove-button {
	padding: 0 7px;
	font-size: 12px;
	font-weight: bold;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	cursor: pointer;
	user-select: none;
}

span.ei_valid {
	border-bottom: 2px dashed #bbd8fb;
	/*	background-color: #f3f7fd;
*/ /*cursor: pointer;*/
}

span.ei_invalid {
	border-bottom: 2px dashed #b55e5e;
	/*	background-color: #fdf5f5;
*/ /*cursor: pointer;*/
}

.emailsinput,
.emailsinput2 {
	overflow: hidden !important;
}

.emailsinput:hover,
.emailsinput2:hover {
	background-color: transparent !important;
}