.leftcolum{
	width: 60%;
	padding: 10px;
	float: left;
	background-image: -webkit-linear-gradient(top, #ffffff, #f7f2f7);
	background-image: -moz-linear-gradient(top, #ffffff, #f7f2f7);
	background-image: -ms-linear-gradient(top, #ffffff, #f7f2f7);
	background-image: -o-linear-gradient(top, #ffffff, #f7f2f7);
	background-image: linear-gradient(to bottom, #ffffff, #f7f2f7);
	-webkit-border-radius: 7;
	-moz-border-radius: 7;
	margin-bottom: 20px;
}
.rightcolum{
	padding: 10px;
	margin: 0 0 0 60%;
	overflow: hidden;
}
.itemboxwhite{
	background: #ffffff;
	border-radius: 7px;
	padding: 15px;
	border: solid #e0e0e0 1px;
	text-decoration: none;
	color: #505050;
	font-size: 12px;
	margin: 10px 10px 0 0;
	overflow: hidden;
}
.lefttitle{
	float: left;
	width: 30%;
	margin: 0 10px 10px 0;
}
.lefttitle label{
	color: #A5A5A5;
	font-weight: 100;
}
.rightdesc{
	padding-left: 35%;
	color: #A5A5A5;
	font-size: 12px;
}
.resbtn:hover{
  border: solid #FFAA7F 1px;
}
.resbtn img{
	width: 100%;
	margin-bottom: 10px;
}
.resbtn label{
  cursor: pointer;
}
.selection{
	display: none;
}
.recapchaholder{
	width: 200px;
	margin: 20px auto;
	padding-top: 300px;
}
.grecaptcha-badge{
	bottom: 50px !important;
}
.ty{
	font-size: 45px;
	width: 100%;
	margin-top: 20%;
	text-align: center;
	font-weight: 700;
	font-family: "Oxygen";
	color: #A5A5A5;
}
#do{
	width: 100%;
	padding: 20px;
	border: 1px solid #ECECEC;
	text-align: center;
	-webkit-transition: padding 0.3s, box-shadow 0.3s;
    transition: padding 0.3s, box-shadow 0.3s;
	background: #fff;
}
#do:hover{
	-webkit-box-shadow: inset 14px 14px 24px -22px rgba(0,0,0,1);
	-moz-box-shadow: inset 14px 14px 24px -22px rgba(0,0,0,1);
	box-shadow: inset 14px 14px 24px -22px rgba(0,0,0,1);
	padding: 22px 18px 18px 22px;

}
@media all and (max-width: 1900px) {
	.oddcontrol{
		float: none;
		padding: 0;
		width: 100%;
	}
	.evcontrol{
		margin: 0;
		padding: 0;
	}
}
@media all and (max-width: 1024px) {
	.itemlabel{ float: none; width: 100%; }
	.itemcontrol{ margin-left: 0; }
}
@media all and (max-width: 800px) {
	.leftcolum{
		width: 100%;
		float: none;
	}
	.rightcolum{
		margin-left: 0;
		width: 100%;
	}
	.recapchaholder{ padding-top: 20px; }
}