#cms-error-popup {
	position: fixed;
	z-index: 1000;
	left: 0px;
	bottom: 0px;
	width: 100%;
	min-height: 30px;
	max-height: 20%;
	background: red;
	text-align: center;
	cursor: pointer;
}

#cms-error-popup > div {
	position: relative;
}

#cms-error-popup > div > p {
	margin: 3px 0px 0px 0px;
	padding: 0px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	font-variant: small-caps;
	font-family: sans-serif;
	vertical-align: middle;
}

#cms-error-popup > div > button {
	position: absolute;
	border: none;
	background: none;
	right: 0px;
	top: -17px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

#cms-error-popup > div > button > img {
	width: 30px;
	height: 30px;
}