	.formError {
			position:absolute;
			top:300px; left:300px;
			width:150px;
			padding-bottom:15px;
			display:block;
			z-index:5000;
		}
			.formError .formErrorContent {
				width:100%; 
				color:red !important;
				background: none !important;
				border: none !important;
				font-family:tahoma;
				font-size:11px;
			}