* {
	-ms-touch-action: none;
	-ms-content-zooming: none;
	overflow: hidden;
}

html,body {
	width: 100%;
	height: 100%;
	-ms-user-select: none;
}

body {
	background-position: center;
	background-repeat: repeat-y;
	background-image: url('../images/background.jpg');
	background-size: 100%;
	background-color: rgba(141,121,102, .85);
	-ms-user-select: none;
}

.container {	
	position: absolute;
	overflow: visible;
	-ms-transform-origin:  0px 0px;
	margin: 0px;
	padding: 0px;
	border: 20px solid #fff;
}

.popped {
	-ms-animation-duration: 1s;
	-ms-animation-name: fadebox;
}

.corner {
	position: absolute;
	width: 125px;
	height: 125px;
	background: -ms-linear-gradient(-45deg, rgba(226,221,217,1) 0%,rgba(226,221,217,1) 49%,rgba(0,0,0,.4) 50%,rgba(250,250,250,.1)  55%,rgba(255,255,255,.01) 100%);

}

.topLeft {
	top: -40px;
	left: -40px;
}

.topRight {
	top: -40px;
	right: -40px;
	-ms-transform: rotate(90deg);		
}

.bottomLeft {
	bottom: -40px;
	left: -40px;
	-ms-transform: rotate(-90deg);	
}
.bottomRight {
	bottom: -40px;
	right: -40px;
	-ms-transform: rotate(180deg);		
}




@-ms-keyframes fadebox {
	from {
		-ms-box-shadow: 0 0 50px 50px rgba(255,255,255,.8);
		box-shadow: 0 0 50px 50px rgba(255,255,255,.8);
	}
	to {
		-ms-box-shadow: 0 0 5px 5px rgba(255,255,255,.05);
		box-shadow: 0 0 5px 5px rgba(255,255,255,.05);
	}
}

.pushed {
	z-index: -1;
	-ms-animation-duration: 1s;
	-ms-animation-name: slidebox;
}

@-ms-keyframes slidebox {
	from {
		z-index: 100;
	}
	to {
		z-index: -1;
	}
}


#DemoContent {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#ieLogo {
	margin: auto auto;
	width: 768px;
	height: 768px;
}
#DemoTitle {
	display: none;
}
#album {
	position: absolute;
	right: 50px;
	bottom: 50px;
	display: block;
	width: 400px;
	height: 400px;
	overflow: visible;
	padding-top: 0px;
	padding-left: 0px;
	border: 8px solid rgb(248, 241, 233);
	-webkit-border-radius: 200px;
	-ms-border-radius: 208px;
	-moz-border-radius: 208px;
	border-radius: 208px;
	background-image: url('../images/ie.svg');
	background-size: 280px;
	background-repeat: no-repeat;
	background-position: 45px 50px;
}

#album_overlay {
	position: absolute;
	display: block;
	width: 400px;
	height: 400px;
	border-radius: 200px;	
	background-color: rgba(216, 200, 184, .65);
	margin-top: 0px;
	margin-left: 0px;
	overflow: visible;
}

#album_selector {
	height: 40px;
	width: 150px;
	border-radius: 2px;		
	background-color: #fff;
	margin:  20px auto -20px auto;
	overflow: visible;
}

.select_item {
	height: 40px;
	width: 150px;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	-ms-user-select: none;
}

#upgrade {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0px;
	left: 0px;
	z-index: 5px;
	padding-top: 100px
}

#upgrade_warning {
	background-color: #ffffff;
	position: relative;
	width: 437px;
	margin: auto auto;
	border: 1px solid #000000;
	padding: 10px;
}

#upgrade_content {
	padding-left: 60px;
}

#upgrade_button {
	margin-top: 10px;
	background-color: #F97B0C;
	cursor: pointer;
	padding: 5px;
	width: 100px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}

#upgrade_ie_logo {
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 10px;
	float: right;
}