.tei-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 999999;
}
.tei-wrapper {
	position: absolute;
	width: 400px;
	min-height: 340px;
	padding: 30px 10px 30px 30px;
	background: #fff;
	left: 50%;
	margin-left: -220px;
	top: 100px;
	z-index: 9999999;
	--webkit-box-shadow: 0 0 10px 0 #000;
	box-shadow: 0 0 10px 0 #000;
}
.tei-wrapper .close {
	position: absolute;
	top: -7px;
	right: -7px;
	text-decoration: none;
	font-size: 24px;
	color: #fff;
	background: #333;
	border-radius: 100%;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 25px;
}
.tei-wrapper h2 {
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 30px;
	color: #4B9037;
}

.tei-wrapper .validation_error_notice {
	display: none;
}
.tei-wrapper .error .validation_error_notice {
	display: block;
	color: red;
}
.tei-wrapper #form_content label {
	display: block;
	text-align: left;
}
.tei-wrapper #form_content div.full {
	float: none;
	clear: both;
	margin-bottom: 20px;
}
.tei-wrapper #form_content div.full input,
.tei-wrapper #form_content div.full select {
	width: 360px;
}
.tei-wrapper #form_content div.half input,
.tei-wrapper #form_content div.half select {
	width: 160px;
}
.tei-wrapper #form_content div.half {
	width: 50%;
	margin-bottom: 20px;
	margin-right: 0;
}
.tei-wrapper #form_content .form_builder_submit {
	width: 120px;
	text-align: center;
	margin-top: 10px;
}
.tei-wrapper #form_content .form_builder_submit a {
	color: #fff !important;
	  text-decoration: none !important;
	  background: url(/common/img/green_dotted_bg.png) top left repeat;
	  display: block;
	  padding: 4px 12px 5px 12px;
}

.tei-wrapper #form_builder_comment { 
	display: none;
}