#popup-banner {
	display: none;
	position: absolute;
	border:4px solid #fff;
	top: 15px;
	left: 15px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	z-index: 99999;
}
#popup-banner .item-footer {
	background: #eee;
	height: 30px;
}
#popup-banner .item-footer label {
	position: relative;
	padding-left: 30px;
	font-size: 12px;
	line-height: 30px;
}
#popup-banner .item-footer input {
	position: absolute;
	top: 4px;
	left: 12px;
}
#popup-banner .item-footer button {
	margin-top: 4px;
	margin-right: 5px;
}

#popup-banner1 {
	display: none;
	position: absolute;
	border:4px solid #fff;
	top: 15px;
	left: 15px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	z-index: 999999;
}
#popup-banner1 .item-footer {
	background: #eee;
	height: 30px;
}
#popup-banner1 .item-footer label {
	position: relative;
	padding-left: 30px;
	font-size: 12px;
	line-height: 30px;
}
#popup-banner1 .item-footer input {
	position: absolute;
	top: 4px;
	left: 12px;
}
#popup-banner1 .item-footer button {
	margin-top: 4px;
	margin-right: 5px;
}