.bochetti_review_input {
	width: 100%;
}

.bochetti_review_input textarea {
	width: 25%;
	height: 100px;
}

.bochetti_review_input input[type="submit"] {
	background: #fff;
	border: 1px solid #111;
	border-radius: 10px;
	cursor: pointer;
	padding: 10px;
}

.bochetti_review_input input[type="submit"]:hover {
	background: #a8a8a8;
}

@media screen and (max-width: 1024px) {
	.bochetti_review_input textarea {
		width: 100%;
	}	
}