label {
	width: 100px;
	float: left;
}
input[type="text"], input[type="submit"] {
	border: 1px solid #0D4E8E;
}

textarea {
	border: 1px solid #0D4E8E;
}

input:hover, textarea:hover {
	background-color: #235391;
	color: #FFFFFF;
}

input:focus, textarea:focus {
	background-color: #86d4ff;
	color: #000000;
}

input[type="submit"] {
	margin: 0 0 0 100px;
}

