label {
	display: block;
	font-size: 13px;
}
.textfield {
	display: block;
	width: 300px;
	height: 20px;
	border: solid #CCC 1px;
	margin-bottom: 10px;
}
.textfield:hover {
    border: solid #666 1px;
}
input:focus {
	background-color: #FFC;
	outline: none;
}
.textfield.message {
	height: 60px;
	margin: 0 0 15px 0;
}
textarea:focus {
	background-color: #FFC;
	outline: none;
}
.submit-button {
	font-size: 12px;
	border: solid #CCC 1px;
	background-color: #FFF;
	padding: 8px 60px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.submit-button:hover {
	background-color: #FFF;
	border: solid #666 1px;
}
.submit-button:active {
	background-color: #EEE;
	border: solid #666 1px;
}
.error-msg {
	color: #C30;
	font-size: 13px;
}
.hiring-none {
	width: 380px;
	margin-right: 195px;
	font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 26px;
}
