.section {margin:20px 0;}
		
#donate-dark-overlay{ width:100%; height:100%; position:fixed; top:0; left:0; z-index:100; background:rgba(0,0,0,0.85); display:none; }

#donate-survey{width:100%; position: absolute; top:50px;  left:0; text-align: left;  display:none;}

#hidden-form{display:none;}

.container{
  z-index: 110;
  display: block;
  position: relative;
  margin: 0 auto;
  height: auto;
  max-width: 700px;
  width:90%;
  padding: 0 20px 20px 20px;
}
.container h2 {
	color: #AAAAAA;
}
.container ul{
  list-style: none;
  margin: 0;
  padding: 0;
	overflow: none;
}

.container ul li{
  color: #AAAAAA;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 60px;
}

.container ul li.radiobtn{
	width: auto;
}
.container ul li.radiobtn-other label,
.container ul li.radiobtn label{
	padding: 0 0 0 60px;
	margin-right: 10px;
}

.container ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.container ul li label{
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 0 0 0 80px;
  margin: 10px auto;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

.container ul li:hover label{
	color: #00AAE8;
}

.container ul li .check{
  display: block;
  position: absolute;
  border: 5px solid #AAAAAA;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 13px;
  left: 20px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

.container ul li:hover .check {
  border: 5px solid #FFFFFF;
}

.container ul li .check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 100%;
  height: 11px;
  width: 11px;
  top: 2px;
	left: 2px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

.container input[type=radio]:checked ~ .check {
  border: 5px solid #00AAE9;
}

.container input[type=radio]:checked ~ .check::before{
  background: #00AAE9;
}

.container input[type=radio]:checked ~ label{
  color: #00AAE9;
}


#instant-donate
{
	width:100%;
	z-index: 110;
	display:none;
	position:absolute;
	top:50px;
	left:0;
	text-align: center;
}

.account-info
{
	position: relative;
	width:100%;
	height:auto;
}

.account-info label{
	left: -60px;
	font-size: 20px;
	color:#AAA;
}


.account-info input{
	height: 25px;
	margin-left: 60px;
	width: 330px;
	border-radius: 5px;
	font-size: 20px;
	padding: 8px;
	position: absolute;
	top: -6px;
	left: 150px;
}

#fname,#lname{ width:150px; z-index: 9; border: 0px red solid;}
#lname{ left: 330px !important; }
#address{border: 0px red solid;}
#cardnumber{border: 0px red solid;}
#email{z-index:9;border: 0px red solid;}
#expirydate{width:60px;border: 0px red solid;}
#cvv{ width:50px; left: 300px; z-index: 9; border: 0px red solid;}
label#cvv-label { top: -38px; left: 220px; z-index: 1 !important;}

input#aount-5-other{
	display:none;
	height: 25px;			
	width: 100px;
	border-radius: 5px;
	font-size: 20px;
	padding: 8px;
	position: absolute;
	top: 0;
	left: 210px;			
	z-index: 1000;
}

input::placeholder{
	font-size:14px; font-style: italic; color:#555555;
}

#regret-donate-btn{
	cursor: pointer;
	margin: 20px 0 0 210px;
	color: #EEEEEE;
}

#regret-donate-btn:hover{
	color: #00AAE8;
}

#donate-now-btn{
	width: 200px;
	margin-top: 20px;
	padding: 20px;
	font-size: 20px;
	background-color: #00AAE8;
	border: none;
	color: white;
	margin:20px 0 0 210px;
	border-radius: 5px;
}
#donate-now-btn:hover{
	background-color: white;
	color: #00AAE8;
}

.errormsg{
	color:red;
	font-weight: bold;
	font-size:12px;
	font-style: italic;
	top: -40px;
	left: 360px;
	position: relative;
	width: 150px;
	display:none;
}

#globalerrormessage{
	color:red;
	font-weight:bold;
	font-size: 16px;
}

#thankyou{
	font-weight:bold;
	font-size:20px;
	padding:20px 0;
	width:100%;
	display:none;
	text-align: center;
}

@media screen and (max-width:670px)
{
	label#cvv-label {left:200px;}
}

@media screen and (max-width:570px)
{
	h2
	{
		font-size:22px;
		margin-left:10px;
	}
	.container{
		width:99%;
		padding: 0 0 0 1%; 
	}

	.container ul li.radiobtn-other label, .container ul li.radiobtn label {
    padding: 5px 0 0 35px;
    margin-right: 30px;
	}
	
	.container ul li label{padding:0 0 0 40px; font-size:1.1em;}
	.container ul li .check { left:3px; }
	.account-info label{
		left: -30px;
		font-size:1.1em;
	}
	.account-info input{
		left: 100px;
		width: auto;
	}
	input#aount-5-other{ left: 120px; width: 100px; }
	#fname,#lname{ width:90px; z-index: 9;}
	#lname{ left: 220px !important; }
	#cvv{ width:50px; left: 230px; z-index: 9; }
	label#cvv-label { left: 200px; }
	#donate-now-btn {
		/*width: 150px;*/
		width:80%;
		MARGIN: 20PX 0 0 10PX;
		float:left;
	}
	#regret-donate-btn{
		margin: 20px 0 0 10px;
		float:left;
	}
}