/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea, option, checked {
	width: 100%; /* Full width */
	padding: 12px; /* Some padding */
	border: 1px solid #000; /* Gray border */
	border-radius: 4px; /* Rounded borders */
	box-sizing: border-box; /* Make sure that padding and width stays in place */
	margin-top: 6px; /* Add a top margin */
	margin-bottom: 16px; /* Bottom margin */
	resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */; background:#f1f1f1
}
/* Style the submit button with a specific background color etc */
input[type=submit] {
	background-color: #e1450f;
	color: white;
	padding: 12px 20px;
	border: none;
	cursor: pointer;
	width: 65%; float:right
}
label {
	text-transform: uppercase;
	font-weight: 500;
	color: #000;
}
}
