form {
}
label {
	display: block;
	line-height: 125%;
	clear: left;
}
label strong {
	display: block;
	width: 150px;
	float: left;
	font-weight: normal;
	padding: 6px 10px 6px 0;
	margin: .5em 0;
	text-align: right;
}
label a {
}
label input.text {
	margin-right: 5px;
}
label input.upload {
	margin: 12px 0;
}
label input.text.short {
	width: 200px;
}
label textarea.text {
	width: 300px;
}
label select.text {
	padding: 4px 5px;
	width: 200px;
	margin: .5em 0;
}
label button {
	margin-left: 160px;
}
/* Fix for Contact Form 7 */
.wpcf7-form-control-wrap br {
	position: absolute;
	display: none;
}