#exeBox {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	font-size: 1.3em;
	padding: 0.5%;

	background:#FFFFFF;


	-webkit-background-size:100px 100px;
	-moz-background-size:100px 100px;
	background-size:100px 100px;
}

#exeBox  *
{
position: relative;
	margin: 0;
	padding: 0;
}

#quest {
	font-size: 1.5em;
	color: #000;
	width: 100%;
	padding: 1.2%;
	margin: auto;

	color: #fff;
	text-align: center;
	height: 20%;

}

#nextBtnId
{
	width: 8%;
	text-align: right;
	position: absolute;
	right: 0%;
	bottom: 1%;
	display: none !important;
	cursor: pointer;
	color:black;
	font-size:2em;
}

#nextBtnId:hover #activityNextHoverBtn
{
	display: block;
}

#nextBtnId:hover #activityNextBtn
{
	display: none;
}


#repeatId:hover #reloadHoverBtn
{
	display: block;
}

#repeatId:hover #reloadBtn
{
	display: none;
}







