table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table td
{
	padding: 5px;
}

.form-required
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(images/icon_warn.gif);
}

.box-modal.price-request-modal textarea{	height: 52px;
}

.btn-submt-request{	outline: none;
	font-size: 16px;
	padding: 7px 12px;
	color: #fff;
	background: #2e6e90;
	text-shadow: 0 -1px 0 #103e66;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	font-weight: 300;
}

#SIMPLE_QUESTION_982,
#SIMPLE_QUESTION_356,
#SIMPLE_QUESTION_685{	display: none;
}
.g-recaptcha{	height: 150px;
	width: 306px;
	position: relative;
}

.g-recaptcha iframe{
    height: 150px;
}

.g-recaptcha .rc-anchor-normal{	    width: 200px;
}