


.title {
	text-align: center;
	float: left;
	margin-left: 710px;
}

.crazy {
	font-family: ubuntu-reg;
	font-size: 20px;
	color: #E3C86F;
}

section {
	margin-top: -100px;

}

label {
	float:left;
	margin-left: 100px;
}

input {
	float: right;
	
}

select {
	float: right;
	
}

input, select
{

  width: 50%;
  border: 2px solid #FEF7D6;
  padding: 10px;
  
}

tbody input, .drop [required]:valid { 
    background: #D7DEFF url(go.png) no-repeat center right;
    
tbody input, .drop[required]:invalid { 
    background: #D7DEFF no-repeat center right;