*
{
	-webkit-tap-highlight-color:rgba(255,0,0,0);
	-webkit-touch-callout: none;
}
html{ 
	height:100%;
	}
body{	
	width:800px;
	height:600px;
	position:relative;
	margin: 0 auto;
	background:#ffffff;
	overflow-x:hidden;
	padding: 0; 
	transform-origin: top left;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	margin:0;
	}
#Main_Container{
	width:800px;
	height:600px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-image:url(../images/bg1.jpg);
	background-repeat:no-repeat;
}

#can{
	left:183px;
	top:179px;
	position:absolute;
	background-image:url(../images/1.jpg);
	z-index:100;
}

#finalResult{
	left:183px;
	top:179px;
	position:absolute;
	width:580px;
	height:410px;
	background-image:url(../images/final.jpg);
	z-index:110;
	opacity:0;
	display:none;
}

#videoPlayer{
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:600px;
	background-color:#FFFFFF;
	z-index:200;
}

#myview{
	width:500px;
	height:100px;
	left:183px;
	top:39px;
	position:absolute;
}

#btnPrint{
	width: 130px;
    height: 100px;
    left: 646px;
    top: 18px;
	position:absolute;
	-webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0); 
}

#btnEsc{
	position:absolute;
	left:12px;
	top:529px;
	width:190px;
	height:67px;
	background-image:url(../images/esc1.png);
	-webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0); 
	z-index:300;
}
#btnEsc:hover{
	position:absolute;
	left:12px;
	top:529px;
	width:190px;
	height:67px;
	background-image:url(../images/esc2.png);
	z-index:300;
}

#btnRe{
	position:absolute;
	left:12px;
	top:529px;
	width:190px;
	height:67px;
	background-image:url(../images/re1.png);
	z-index:300;
	display:none;
	-webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0); 
}
#btnRe:hover{
	position:absolute;
	left:12px;
	top:529px;
	width:190px;
	height:67px;
	background-image:url(../images/re2.png);
	z-index:300;
}
#btnReply{
	position:absolute;
	left:600px;
	top:529px;
	width:190px;
	height:67px;
	background-image:url(../images/reply1.png);
	z-index:300;
	display:none;
	-webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0); 
}
#btnReply:hover{
	position:absolute;
	left:600px;
	top:529px;
	width:190px;
	height:67px;
	background-image:url(../images/reply2.png);
	z-index:300;
}
@media print {
  body * {
    visibility: hidden;
  }
  #Main_Container, #Main_Container * {
    visibility: visible;
  }
  #Main_Container {
    position: absolute;
    left: 0;
    top: 0;
  }
  }