#example .demo-container {
	background: transparent url('images/background.gif') no-repeat;
	height: 323px;
	width: 711px;
	padding: 40px 20px;
}

#toolBarWrapper {
	position: relative;
	width: 713px;
	clear: right;
	/*height: 25px;*/
	margin-bottom: 15px;
}

.textFieldContainer {
	margin-bottom: 9px;
	position: relative;
}

.demo-container .textArea {
	border: solid 1px #4e78af;
	width: 663px;
	padding: 1px;
	height: 142px;
}

.demo-container input.textBox {
	width: 594px;
	padding: 1px 0 1px 1px;
	background-color: #eff3ff;
	border: solid 1px #adc3de;
}

.demo-container .textArea,
.demo-container input.textBox {
	font: normal 12px/15px arial,sans-serif;
	font: normal 13px/15px "segoe ui","myriad pro",calibri;
}

#emailForm {
	margin-left: 10px;
}

.qsfexErrorMessage {
	font-size: 0;
	line-height: 0;
	position: absolute;
}

.textFieldContainer .qsfexErrorMessage {
	left: 71px;
	top: 1px;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

* html .textFieldContainer .qsfexErrorMessage {
	left: 1px;
}

	.textFieldContainer .qsfexErrorMessage input {
		margin: 0;
		padding: 0;
		border: 0;
		width: 595px;
		height: 18px;
		background: red;
	}

#bodyField {
	position: relative;
}

	#bodyField .qsfexErrorMessage {
		width: 665px;
		height: 144px;
		left: 1px;
		top: 1px;
		opacity: 0.2;
		filter: alpha(opacity=20);
	}

		#bodyField .qsfexErrorMessage input {
			position: relative;
			background: red;
			margin: 0;
			padding: 0;
			border: 0;
			width: 665px;
			height: 144px;
		}

#searchWrapper {
	float: left;
}

.emailLabel {
	width: 70px;
	float: left;
}
