/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; font-family: Objective-Light,Helvetica, Verdana, sans-serif; }
   

    .ui-dialog .formError { z-index: 5000; font-family: Objective-Light,Helvetica, Verdana, sans-serif; }
    .ui-dialog .formError .formErrorContent { z-index: 5001; font-family: Objective-Light,Helvetica, Verdana, sans-serif; }

.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: relative;
	display: block;
	text-align: left;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;ckground: #55ea55;
	border: 1px solid #999;
	display: none;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}



