.popup-head-container {
	width: 100%;
	height: 50px;
	background-color: #27313e;
	position: fixed;
	top: 0;
	z-index: 999;
}

a.popup-help-label {
	color: #fff;
	display: block;
	float: right;
	margin-top: 18px;
	margin-right: 10px;
	font-weight: 400;
}

.popup-logo {
	display: block;
	clear: both;
	margin-left: 10px;
	margin-right: auto;
	width: 111px;
	position: relative;
	top: -29px;
}