.form-header h4 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
}
.form-section {
}
.form-questions {
	border-width: 1px;
	background-position: 0;
	width: 427px;
}

.form-questions div {
	position: relative;
	padding-bottom: 5px;
}
.form-questions div label {
	float: left;
	width: 235px;
	text-align: right;
	position: relative;
	padding-right: 4px;
}
.form-questions div div {
	position: relative;
	margin-left: 245px;
}

.form-questions input[type='text'] {
	width: 165px;
	padding: 3px;
}
.form-questions select {
	width: 165px;
	padding: 3px;
}
.form-questions textarea {
	width: 165px;
	padding: 3px;
	height: 130px;
}
.form-required {
	color: #0066FF;
	font-size: 14px;
	font-weight: bold;
}
.form-questions .form-required {
	color: #0066FF;
	position: absolute;
	top: 0px;
	right: -3px;
	font-size: 14px;
	font-weight: bold;
}
.form-error {
	text-align:center;
	color:#0066FF;"
}
.form-thankyou {
}

