#testSurveyWarningContainer{
	position:fixed;
	top: 0px;
	left: 0px;
	width:100%;
	pointer-events: none;
	z-index:1000000;
	display:none;
	
}

#testSurveyWarningMessage{
	

	background-color: black;
	border: 1px solid white;
	width:300px;
	padding:5px;
	pointer-events: auto;
	
}

label{
	position:relative;
	z-index: 100000000;
}

.testSurveyWarningCaption{
	margin:0px;
	text-align:center;
	margin-bottom: 22px;
}

.noDisplayCaption{
	margin:0px;
	display:inline-block;
	vertical-align:top;
	margin-left:5px;
}

#noDisplayWarning{
	display: inline-block;
	
}



#testSurveyWarningHeader{
	height:20px;
	text-align:right;
}

#testSurveyWarningExitContainer{
	height:100%;
	width:20px;
	display:inline-block;
}

#testSurveyWarningExitIcon{
	height: 15px;
	width: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../img/use-multiply-red.png");
	cursor: pointer;
}