body {
    margin: 0;
    padding: 0
}

img {
	border:none;
}

.affform {
	background: #d4d4d4;
	float: left;
	font-size: 11px;
	width: 96%;
	padding: 2% 2% 50px 2%;
	font-family: Arial ,Helvetica ,sans-serif;
	position: relative;
}

.affform .row {
	width: 100%;
	float: left;
	margin: 2% 0;
}

.affform .row label {
	float:left;
	font-family: Arial;
	color: #603813;
	font-size: 15px;
	font-weight:bold;
	padding: 1%;
	width: 98%;
	text-transform: uppercase;
}

.affform .row label.error{
	font-family: Arial;
	color: #900;
	font-size: 10px;
}

.affform .row input {
	float: left;
	background: #FFF;
	width: 99.2%;
	margin: 0;
	padding: 7px;
	border: none;
}

.affform .row input.checkbox {
	border:none;
	width:auto;
	height:auto;
	margin:5px 0 0 0;
	padding:0;
}

.affform .row input.submit-en-us ,.affform .row input.reset-en-us {
	background:url(../../../sites/bingofunhouse/image/btn-sign_up-en-us.png) no-repeat top left;
	border:none;
	width:260px;
	display: inline-block;
	height:110px;
	float: none;
	cursor: pointer;
}

.affform .row input.reset-en-us {
	display: none;
	background:url(../../../sites/bingofunhouse/image/cleanfields-en-us.jpg) no-repeat top left;
	margin:0;
}

.affform .row select {
	background: #FFF;
	border:1px solid #7e93c0;
	width:99.2%;
	float: left;
}

.affform  .button {
	height:28px;
}

.conditions label{
	width: 80%!important;
	text-transform: capitalize!important;
	font-family: Arial!important;
	font-size: 12px!important;
	float: right!important;
}

.banner-en-us {
	background:url(../../../sites/bingofunhouse/image/graphic-1-en-us.jpg) no-repeat 40px top;
	float:left;
	width:374px;
	height:345px;
	padding:0 0 0 40px;
	display: none;
}

.otherslinks{
	display: none;
}

.affform .button{
	width: 100%;
	height: auto;
	text-align: center;
	position: absolute;
	bottom: -65px;
	left: 0;
}