.autofilloptions {
	position:absolute;
	overflow:auto;
	width:400px;
	height:200px;
	background-color:#fff;
	border:solid 1px #231f20;
	z-index:1020;
}

.editlist_loaderdiv {
	text-align:center;
	margin:30px 0;
}
.editlist_loader {
    background-image: url('../img/loader.gif');
    width: 200px;
    height: 50px;
    display: inline-block;
    background-size: 100%;
    background-position: center;
}
textarea {
	width: 200px;
	height: 100px;
}