	.text-page-content .afx-form{
		line-height:16px;
	}
	.text-page-content .afx-form table{
		width:100px;
		border:none;
		font-size:12px;
		margin:0px;
	
	}
	.text-page-content .afx-form table th{
		background-color: #fff;
		padding:0px;
		border:none;
	}
	.text-page-content .afx-form table td{
		border-right-style:none;
		border-bottom-style:none;
	}
 	.text-page-content .afx-form .captcha-text b{
		line-height:60px;
	}
form.afx-form .form-policy.error {
    background-color:rgb(248, 231, 231);
}
form.afx-form .form-box .afx-email {
    width:50%;
}

form.afx-form .field-validation-error {
    clear:both;
    display:block;
}

.afx-form-button:focus {
    outline: black solid 2px !important;
}

.maintenance-alert {
    border: 2px solid red;
    font-weight: bold;
    padding: 8px;
    background-color: red;
    color: #fff;
}