#FeedbackForm * {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#FeedbackForm p {
	font-size:14px;
	line-height:25px;
	text-align:left;
	text-transform:uppercase;
}
#FeedbackForm .inputField {
	display:block;
	width:500px; 
	height:37px;
	padding:5px 5px 5px 10px;
	margin-bottom:15px;
	border:1px solid #B9B9B9;
	resize:none
}
#FeedbackForm textarea {
	display:block;
	width:500px;
	margin-bottom:10px;
	line-height:20px;
	padding-left:5px;
	border:1px solid #B9B9B9
}
#FeedbackForm select {
	display:block;
	width:500px !important;
}
#FeedbackForm textarea:last-of-type {
	/* height:89px */
}
#FeedbackForm .capchaImage {
	width:100%;
	margin:10px auto
}
#FeedbackForm .formButton {
	/* padding:5px 10px;
	cursor:pointer;
	margin-right:5px */
	background-color:#0482c3;
	display:inline-block;
	border: 0;
border-radius: 3px;
padding: 12px 20px 10px;
font-weight: 700;
color: #fff;
}
#FeedbackForm .formButton:hover {
	background-color:#ffb600;
	
}
.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;
	width: 100%;
}
#FeedbackForm .capchaImage {
	text-align:center
}
#FeedbackForm .buttonWrapper {
	width:200px;
	margin:auto
}
#FeedbackForm p {
	font-size:12px;
	line-height:22px;
	text-align:center;
}
.new-content{
	width: 80% !important;
}
}
.lab-products{
	margin-bottom: 10px;
    border: 1px solid #B9B9B9;
    width: 100%;
    padding: 7px;
	color: #999;
    font-weight: 500;
}

.new-content{
	width: 40%;
}