/* Desktop Version
   ==========================================================================*/

#updateBanner {
	/*Positioning*/
	text-align: center;
	float: right;
	position: fixed;
	z-index: 100;
	right: -450px;
	top: 50px;


    /*Display & Box-Model*/
    background-image: url("../images/SurveyAd.png");
    background-color: #808285;
    opacity: 0.96;
	border-radius:5px;
	height:427px;
    width:478px;
	display: block;
}

 #updateBannerExitButton {
	 /*Display & Box-Model*/
     height: 30px;
     width: 30px;
     border-radius: 100%;
     float: right;
     margin: 16px 20px 0 0;
}

#updateBannerSpacer {
	/*Display & Box-Model*/
     width: 478px;
     height: 350px;
}

/* Mobile Version
   ==========================================================================*/

#surveyBannerMobile {
	/*Positioning*/
	float: right;
	z-index: 100;
	right: 50px;
	bottom: -360px;
	position: fixed;
	text-align: center;

	/*Display & Box-Model*/
    border-radius:5px;
    background-image: url("../images/surveyAdMobile.png");
    background-color: #808285;
	height:380px;
    width:291px;
    opacity: 0.96;
	display: block;
}

#surveyExitButtonMobile {
     height: 30px;
     width: 30px;
     border-radius: 100%;
     float: right;
     margin: 30px 12px 0 0;
}

#surveySpacerMobile {
	/*Display & Box-Model*/
     width: 291px;
     height: 285px;
}
