input, label, select {
	vertical-align: middle;
}

input[type="radio"] + label {
	margin-right: 10px;
}

input[type="number"] {
	width: 5em;
	padding: 2px 5px;
	border: 1px solid #CCC;
	border-radius: 3px;
	font-size: 15px;
}



.box {
 min-height: 700px;
 margin: 0 auto;
 min-width:100%;
 text-align:center;
 background-size: 700px auto;
 background: #fff8e6 center top no-repeat;
}