#MWCommand-SayCenter{
	height:70px;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
	border-bottom-left-radius:6px;
	background-color:#FFFF00;
	border-style:solid;
	border-color:#DCDCDC;
	position:static;
	z-index:1;
}

#MWCommandCancel{
	display:block;
	right:1px;
	text-align:right;
	z-index:2; 
	position:absolute;
}

#display_msg{
	color:#000000;
	display:block;
	text-align:center;
	line-height:70px
}

@media only screen and (max-width: 1980px){
	.div-challenge-introduction{
		background-color: #FFFFFF;
		text-align: center;
		position: relative;
		width: 69%;
		height: 100%;
	}
	
	.div-Image-Title{
		display:inline-block;
		position: relative;
		width: 25%;
		height: auto;
		text-align: right;
		top: 0px;
	}
	.Image-Title{
		position: relative;
		width: 60px;
		height: 60px;
		text-align: center;
	}
	
	.div-Font-Title-Black{
		display:inline-block;
		position: relative;
		width: 75%;
		height: auto;
		text-align: left;
		top: 0px;
	}
	
	.div-btAgree{
		background-color: #A6FF4D;
		display:inline-block;
		position: relative;
		width: 50%;
		height: 60px;
		cursor: pointer;
		margin-bottom: 0px;
	}
	
	.div-btDisAgree{
		background-color: #FE6464;
		display:inline-block;
		position: relative;
		width: 50%;
		height: 60px;
		cursor: pointer;
		margin-bottom: 0px;
	}
}

@media only screen and (max-width: 1200px){
	.div-challenge-introduction{
		background-color:#FFFFFF;
		text-align:center;
		position: relative;
		width: 80%;
		height: auto;
	}
	
	.div-btAgree{
		background-color: #A6FF4D;
		/*background-color: #000000;*/
		display: inline-block;
		position: relative;
		width: 50%;
		height: 50px;
		cursor: pointer;
		bottom: 0px;
		margin: auto;
	}
	
	.div-btDisAgree{
		background-color: #FE6464;
		display: inline-block;
		position: relative;
		width: 50%;
		height: 50px;
		cursor: pointer;
		bottom: 0px;
		margin: auto;
	}
	
	.div-gift-event-img{
		width: 100%;
	}
	
}

@media only screen and (max-width: 720px){
	.div-challenge-introduction{
		background-color:#FFFFFF;
		text-align:center;
		position: relative;
		width: 100%;
		height: 100%;
	}
	
	.div-Image-Title{
		display:inline-block;
		position: relative;
		width: 15%;
		height: auto;
		text-align: right;
	}
	.Image-Title{
		position: relative;
		width: 60px;
		height: 60px;
		text-align: center;
	}
	
	.div-Font-Title-Black{
		display:inline-block;
		position: relative;
		width: 85%;
		height: auto;
		text-align: center;
	}
	
	.div-btAgree{
		background-color: #A6FF4D;
		display: block;
		position: fixed;
		width: 100%;
		height: 55px;
		cursor: pointer;
		bottom: 55px;
		margin: auto;
	}
	
	.div-btDisAgree{
		background-color: #FE6464;
		display: block;
		position: fixed;
		width: 100%;
		height: 55px;
		cursor: pointer;
		bottom: 0px;
		margin: auto;
	}
	
	.div-gift-event-img{
		width: 100%;
	}
}