@font-face {
  font-family: 'HelveticaNeue' ;
  src: url('http://betlatina.com/fonts/HelveticaNeue.svg#HelveticaNeue') format('svg'),  
       url('http://betlatina.com/fonts/HelveticaNeue.eot?') format('eot'),  
       url('http://betlatina.com/fonts/HelveticaNeue.woff') format('woff'),  
       url('http://betlatina.com/fonts/HelveticaNeue.ttf') format('truetype');
}

body {
	font-family: 'HelveticaNeue', Tahoma, Geneva, sans-serif;
	color: #69563E;
    font-size:0.85rem;
}

.affform {
	float:left;
	width:40%;
	height:auto;
	margin:100px 0 0 0;
}

.affform .row {
	width:100%;
	height:25px;
	float:left;
	margin:12px 0 0 0;
}

.affform .row label {
	float:left;
	padding:5px 0 0 0;
}

.affform .row input , #country {
	background:none;
	border:1px solid #ccc;
	width: 60%;
	height:25px;
	margin:0;
	padding:3px 6px;
	float:right;
}

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

.conditions label{
	float: left;
	width: 300px;
	padding-top:7px;
}

.affform .row input.submit ,.affform .row input.reset {
	border:none;
	height:35px;
	margin:20px 20px 0 0px;
	float:left;
}

.affform .row input.reset {
	margin:20px 0 0 0;
}

.affform .row select {
	background:none;
	border:1px solid #ccc;
	height:23px;
	float:right;
}

.banner {
	display:none;
}


.otherslinks {
	float:left;
	height:50px;
	margin: 600px 0 0 235px;
}


.btn {
	border:none;
	width:138px;
	height:28px;
	float:left;
	padding:0 !important;
	margin:0 5px 0 0!important;
}

.btn a:link, btn img { 
    float:left
}

.affform .row input.submit {
	background: url(images/submit.jpg) no-repeat;
	cursor: pointer;
}

 .affform .row input.reset {
 	background: url(images/reset.jpg) no-repeat;
 	cursor: pointer;
 }



