#mc {
	top: 0;
	left: 0;
	width: 300px;
	height: 250px;
	position: absolute;
	overflow: hidden;
	background-color: white;
}

#mc #mainExit {
	width: 300px;
	height: 250px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	overflow: hidden;
	background: transparent;
	cursor: pointer;
	text-indent: -9999px;
	z-index: 15000;
}

#mc #border {
	border: 1px solid #bcbec0;
	width: 298px;
	height: 248px;
	position: absolute;
	top: 0;
	left: 0;
}

#mc #loading { 
	background-color: white;
	width: 298px;
	height: 248px;
	position: absolute;
	top: 1px;
	left: 1px;
	margin: 0;
	padding: 0;
	z-index: 10000;
}

#mc .fix_shake {
	-webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	transform:rotateZ(0.001deg);
}

#mc .drop_shadow{
	-webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,1));
  	filter: drop-shadow(0px 0px 5px rgba(0,0,0,1));
}

#mc #bkg_solid {
	top: 0;
	left: 0;
	width: 300px;
	height: 250px;
	background-color: white;
	position: absolute;
}

/* SVG */
#mc svg{position: absolute;overflow: hidden;}
#mc .st_rect{fill:url(#SVGID_2_);}
#mc .st0{fill:#36BCD0;}
#mc .st1{fill:#FFFFFF;}
#mc .st2{fill:#011352;}

#mc .cont{width: 300px;height: 250px;top: 0;left: 0;position: absolute;}

/* SVG GRAPHICS */
#mc #ea_logo {
	width: 300px;height: 250px;top: 0;left: 0;position: absolute;
	background: transparent url("img/ea_logo.svg") 0 0 no-repeat;

	/*FOR SVG ELEMENTS */
	-webkit-background-size: 300px 250px;
	     -o-background-size: 300px 250px;
	        background-size: 300px 250px;
}

#mc #ea_t1a {
	width: 300px;height: 250px;top: 0;left: 0;position: absolute;
	background: transparent url("img/ea_t1a.svg") 0 0 no-repeat;

	/*FOR SVG ELEMENTS */
	-webkit-background-size: 300px 250px;
	     -o-background-size: 300px 250px;
	        background-size: 300px 250px;
}

#mc #ea_t1b {
	width: 300px;height: 250px;top: 0;left: 0;position: absolute;
	background: transparent url("img/ea_t1b.svg") 0 0 no-repeat;

	/*FOR SVG ELEMENTS */
	-webkit-background-size: 300px 250px;
	     -o-background-size: 300px 250px;
	        background-size: 300px 250px;
}

#mc #ea_t1c {
	width: 300px;height: 250px;top: 0;left: 0;position: absolute;
	background: transparent url("img/ea_t1c.svg") 0 0 no-repeat;

	/*FOR SVG ELEMENTS */
	-webkit-background-size: 300px 250px;
	     -o-background-size: 300px 250px;
	        background-size: 300px 250px;
}

#mc #ea_t2b {
	width: 300px;height: 250px;top: 0;left: 0;position: absolute;
	background: transparent url("img/ea_t2b.svg") 0 0 no-repeat;

	/*FOR SVG ELEMENTS */
	-webkit-background-size: 300px 250px;
	     -o-background-size: 300px 250px;
	        background-size: 300px 250px;
}

#mc #ea_t2c {
	width: 300px;height: 250px;top: 0;left: 0;position: absolute;
	background: transparent url("img/ea_t2c.svg") 0 0 no-repeat;

	/*FOR SVG ELEMENTS */
	-webkit-background-size: 300px 250px;
	     -o-background-size: 300px 250px;
	        background-size: 300px 250px;
}

/* BITMAP GRAPHICS */
#mc #ea_charger {
	width: 300px;height: 250px;top: 0;left: 0;position: absolute;
	background: transparent url("img/ea_chargeStation.jpg") 0 0 no-repeat;

	/*FOR SVG ELEMENTS */
	-webkit-background-size: 300px 250px;
	     -o-background-size: 300px 250px;
	        background-size: 300px 250px;
}

#mc #ea_charger_overlay {
	width: 300px;height: 250px;top: 0;left: 0;position: absolute;
	background: transparent url("img/ea_chargeStation_overlay.jpg") 0 0 no-repeat;

	/*FOR SVG ELEMENTS */
	-webkit-background-size: 300px 250px;
	     -o-background-size: 300px 250px;
	        background-size: 300px 250px;
}