#challenge_page {
	width: 98%;
	height: auto;
	border-top: 6px solid #f9b67b;
	border-left: 1px solid #f9b67b;
	border-bottom: 1px solid #f9b67b;
	border-right: 1px solid #f9b67b;
	margin-top: 3%;
}
#challenge_page h1 {
	color: #000;
	text-align: left;
	font-size: 28px;
	font-family: 'robotomedium', arial;
	font-weight: normal;
	text-align: center;
}
#challenge_page h2 {
	text-align: center;
	margin-top: -2%;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 2%;
}
#challenge_box {
	width: 100%;
	height: auto;
	display: inline-block;
	border-top: 1px dashed #dcdcdc;
	padding-top: 2%;
}
.challenge_boxleft {
	width: 50%;
	height: auto;
	float: left;
	background: url(/distributor/images/challenge-img2.png) no-repeat;
	margin-left: 3%;
	padding: 2% 4% 2% 0;
	background-size: 100%;
	min-width: 320px;
}
.challenge_boxleft label {
	padding-left: 8%;
	color: #b0b0b0;
}
.challenge_boxleft label.error {
	color: red;
	position: absolute;
	left: 0;
	bottom: -27px;
	background: rgba(255, 255, 255, .8);
	padding: 3px 13px;
	left: 10%;
	/* right: 0; */
	/* text-align: center; */
}
.challenge_boxleft label.error::after {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border: 5px solid transparent;
	border-bottom: 5px solid #f1f1f1;
	left: 0;
	right: 0;
	top: -10px;
	margin: auto;
	z-index: 99;
}
.relative-block {
	position: relative;
}
.challenge_boxleft h2 {
	padding: 8% 5% 0 0;
}
#challenge_box input {
	/* font-weight: bold; */
	font-size: 14px;
	color: #000;
	border: solid 1px #a5a5a5;
	border-radius: 2px;
	padding: 0.2% 2% 0.2% 2%;
	height: 20px;
}
.goal_con {
	width: 100%;
	height: auto;
	display: inline-block;
	margin-left: 3%;
	margin-bottom: 10%;
}
.goal {
	width: 60%;
	height: auto;
	float: left;
}
#donation {
	height: 112px;
	position: relative;
	width: 31px;
	float: right;
	margin: 0px 52px 0 0px;
}
.challenge_boxleft p {
	padding-left: 8%;
	margin-bottom: 1%;
	float: left;
	width: 90%;
	font-size: 14px;
	font-weight: normal;
}
#donation {
	height: 112px;
	position: relative;
	width: 31px;
	float: right;
	margin: 0px 52px 0 0px;
}
#level {
	background: none repeat scroll 0 0 #BD0000;
	bottom: 0;
	position: absolute;
	width: 31px;
}
.bg {
	background: url(/distributor/images/challenge.png) no-repeat center bottom;
	height: 120px;
	position: relative;
	z-index: 5;
}
.value {
	position: absolute;
	bottom: 50%;
	right: -19px;
	font-size: 8px;
	padding-top: 20px;
	margin-bottom: 2px;
}
.radio_con {
	width: 80%;
	height: auto;
	float: left;
	margin: 25px 0px 0px 15%;
	font-size: 14px;
	font-family: 'robotomedium';
}
.radio_con li {
	padding-bottom: 5px;
}
.radio_con span {
	color: #8c8c8c;
}
.challenge_boxright {
	width: 35%;
	height: auto;
	float: right;
	margin-right: 2%;
	border-left: 1px dashed #dcdcdc;
	padding-left: 4%;
	min-height: 600px;
}
.challenge_boxright p {
	text-align: center;
}
@media screen and (max-width : 860px) {
	.challenge_boxright {
		width: auto;
		text-align: center;
		margin: 20px;
		min-height: auto;
	}
	.challenge_boxleft {
		min-width: 320px;
		max-width: 68%;
		max-width: 315px;
		margin: 0px auto;
		width: auto;
		float: inherit;
		clear: both;
	}
}
@media screen and (max-width : 640px) {
	.challenge_boxright{
		min-height: auto;
	}
	}
@media screen and (max-width : 480px){
	#challenge_box .relative-block input#donoramount{
		width: 170px;
	}
	.challenge_boxleft{
		max-width: 100%;
		min-width: inherit;
		background-size: cover;
	}
}