form label {
	margin-right: 1em;
}
			
form input, textarea, select {
	border: 1px solid rgb(150,185,230);
}
			
form input#button {
	padding: 5px;
}