@media all
{
	.mf_form .form_textfield.form_check
	{
        height: 0;
        left: 0;
		opacity: 0;
		position: absolute;
		top: 0;
        width: 0;
		z-index: -1;
	}
}