.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	z-index: 5000;
	cursor: pointer;
	padding-left: 16px;
	background: url(../../../img/tip-red-bg2.gif) no-repeat 0 6px;
	color:#fff;
	font-size: 13px; 
	font-weight: bold;
}

.formError.greenPopup {
	background: url(../../../img/tip-green-bg2.gif) no-repeat 0 6px;
	color: #475200; 
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none
}

.formError .formErrorContent {
	width: 100%;
	position:relative;
	z-index:5001;
	width: 276px;
	background: #e00000;
	padding: 10px;
}

.greenPopup .formErrorContent {
	background: #b9e26c;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}