#newsletter-subscribe-progress-box-container {
	background-color: #fafafa;
	border: 4px solid #ddd;
	text-align: center;
	height: 100px; /*height needs to be set*/
	width: 300px;
	margin: auto;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(153, 153, 153, 0.1);
	-moz-box-shadow: 0px 0px 5px 2px rgba(153, 153, 153, 0.1);
	box-shadow: 0px 0px 5px 2px rgba(153, 153, 153, 0.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#newsletter-subscribe-progress-box-container span {
	position: relative;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#newsletter-subscribe-progress-box-container p {
	margin: 0.8em 0 0 0 !important;
}
