div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}

.popup-form {
	text-align: left;
}

.popup-form {
	font-size: 16px;
}

.popup-form input[type="text"], .popup-form textarea {
	width: 300px;
	margin: 0 0 15px 0;
	font-size: 14px;
}

.popup-form input[type="text"] {
	height: 40px;
}

.popup-form textarea {
	height: 150px;
}

.reviewForm {
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.22);
    padding: 15px 70px;
	position: relative;
	margin: 30px 0;
}
.reviewForm h3 {
	text-align: center;
}
.reviewForm .popup-form form input[type="text"] {
	border: 1px solid rgb(214, 213, 213) !important;
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	box-shadow: inset 0px 2px 8px 0px rgba(0, 0, 0, 0.11);
	width: 30%;
	margin-right: 5%;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	box-sizing: border-box;
	float: left;
	outline: none;
}
.reviewForm .popup-form form textarea {
	border: 1px solid rgb(214, 213, 213) !important;
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	box-shadow: inset 0px 2px 8px 0px rgba(0, 0, 0, 0.11);
	width: 65%;
	height: 87px;
	padding: 10px;
	box-sizing: border-box;
	float: left;
	outline: none;
	margin-right: 5%;
	resize: none;
}
.reviewForm .popup-form form input[type="text"]:nth-child(3n) {
	margin-right: 0;
}
.reviewForm .popup-form .mark {
	font-size: 12px;
    color: #535151;
    line-height: 14px;
    margin-bottom: 20px;
    display: block;
}
.reviewForm .popup-form form input[type="submit"] {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: -moz-linear-gradient(top, #ef2d2d, #c52525);
	background: -webkit-linear-gradient(top, #ef2d2d, #c52525);
	background: -o-linear-gradient(top, #ef2d2d, #c52525);
	background: -ms-linear-gradient(top, #ef2d2d, #c52525);
	background: linear-gradient(top, #ef2d2d, #c52525);
	width: 30%;
	height: 37px;
	line-height: 37px;
	font-size: 14px;
	color: #fffefe;
	border: none;
	outline: none;
	cursor: pointer;
}
.reviewForm .popup-form form input[type="submit"]:hover {
	background: -moz-linear-gradient(top, #c52525, #ef2d2d);
	background: -webkit-linear-gradient(top, #c52525, #ef2d2d);
	background: -o-linear-gradient(top, #c52525, #ef2d2d);
	background: -ms-linear-gradient(top, #c52525, #ef2d2d);
	background: linear-gradient(top, #c52525, #ef2d2d);
}
.reviewForm .popup-ok-text {
	color: #000;
	text-align: center;
	padding: 78px 0;
}
.reviewForm .popup-ok-text .close {
	background: url(/img/close.png);
	width: 20px;
	height: 20px;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}
.reviewForm .popup-ok-text .head {
	text-transform: uppercase;
	font-size: 21px;
	margin-bottom: 25px;
}
.reviewForm .popup-ok-text .subHead {
}

@media all and (max-width: 810px) {
	.reviewForm .popup-form form textarea {
		width: 100%;
		margin-right: 0;
	}
	.reviewForm .popup-form form input[type="submit"] {
		width: 252px;
	}
}
@media all and (max-width: 500px) {
	.reviewForm .popup-form form input[type="text"] {
		width: 100%;
		margin-right: 0;
	}	
}