.inputContainer {
	position: relative;
}

.formError {
	position: absolute;
	bottom: 300px;
	display: block;
	z-index: 5000;
	cursor: pointer;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none
}

.formError .formErrorContent {
	width: 100%;
	position: absolute;
	top: 2px;
	z-index:5001;
	color: red;
	width: 240px;
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
}

.detailformError .formErrorContent {
	position: absolute;
	top: 8px;
}
