
/* autocomplete style */
.autocomplete-main {
	position: absolute;
	border: 1px solid #888888;
	-webkit-box-shadow: 3px 3px 3px #b2b1af;
	-moz-box-shadow: 3px 3px 3px #b2b1af;
	box-shadow: 3px 3px 3px #b2b1af;
	background: #fff;
	z-index: 999;
}

.autocomplete-line{
	padding: 4px;
	cursor: pointer;
}

.autocomplete-line:hover {
	background: #4D90FE;
}

/* Progress bar */
.progressbar-main {
	position: absolute;
	width: 230px;
	top: 50%;
	left: 50%;
	margin-left: -115px;
	z-index: 1000;
	background: #F0F0F0;
	padding: 5px 10px;
	border: 1px solid #ccc;
	border: 4px solid #fda945;
	border-radius: 3px;
	
}

.progressbar-info {
	color: #ed7c11;
	font-size: 16px;
	text-align: center;
}

.progressbar-img {
	height: 25px;
	background: #F0F0F0 url(../image/icon/loading.gif) center center no-repeat;
}

/* Process message */
.processmessage-main {
	position: absolute;
	width: 230px;
	top: 50%;
	left: 50%;
	margin-left: -115px;
	z-index: 1000;
	background: #F0F0F0;
	padding: 5px 10px;
	border: 1px solid #ccc;
	border: 4px solid #fda945;
	border-radius: 3px;
	
}

.processmessage-info {
	color: #ed7c11;
	font-size: 16px;
	text-align: center;
}