#tpl-form-contact {
	width: 350px;
	padding: 15px;
}

input, textarea {
    max-width: 100%;
    width: 100% !important;
}

textarea {
	height: 185px !important;
}

.error {
	color: red;
}