#FeedbackForm * {
	margin:0;
	/*! padding:0; */
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#FeedbackForm .inputField {
	display:block;
	width:100%;
	padding:10px 10px 15px 13px;
	margin-bottom:15px;
	resize:none;
	height: 50px;
	background-color: transparent;
	border: 1px solid var(--rofiex-border-color, #DDDDDD);
	border-radius: 3px;
	font-weight: 500;
	color: var(--rofiex-text, #636363);
	font-size: 16px;
}
#FeedbackForm textarea {
	display:block;
	width:100%;
	margin-bottom:10px;
	line-height:20px;
	padding-left:5px;
	border:1px solid #B9B9B9
}
#FeedbackForm textarea:last-of-type {
	height:90px;
}
#FeedbackForm .capchaImage {
	width:100%;
	margin:10px auto
}
#FeedbackForm .formButton {
	padding:5px 10px;
	background-color:#d7d4b5;
	cursor:pointer;
	display:inline-block;
	margin-right:5px
}
.clear {
	clear:both
}
@media screen and (min-width:481px) {
#FeedbackForm .LeftForm{
	/*! float:left; */
	/*! width:50%; */
	/*! padding-right:10px; */
}
#FeedbackForm .RightForm {
	float:left;
	width:50%;
}
}
@media screen and (max-width:480px) {
#FeedbackForm .LeftForm, #FeedbackForm .RightForm {
	float:none;
	width:99%;
	padding-right:0;
	margin:0px auto
}
#FeedbackForm .inputField {
	margin:5px 0
}
#FeedbackForm .capchaImage {
	text-align:center
}
#FeedbackForm .buttonWrapper {
	width:150px;
	margin:auto
}
#FeedbackForm p {
	font-size:12px;
	line-height:22px;
	text-align:center;
}
}
