#qtyAlertBox {
	display: none;
	position: absolute;
	top: -15px;
	left: -300px;
	padding: 15px;
	width: 340px;
	background: #fff;
	border: 5px solid #014399;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 2px 2px 3px 0px rgba(100, 100, 100, 0.9);
}
#qtyAlertBox .qtyMsg {
	padding-bottom: 10px;
	font-weight: bold;
}
#qtyAlertBox #newQty {
	margin-right: 10px;
	padding: 2px;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #ff0000;
}
#qtyAlertBox #updateQty {
	padding: 2px;
	vertical-align: middle;
}