.searchcall {
	width:auto;
}
    #hero a#eligibility-test {
   		background:url("../images/recordgone/button-eligibilitytest.png") no-repeat;
   		filter:none;
   		overflow:hidden;
   		border:0;
   		padding:0.5em 1em;
   		width:11em;
   		position:relative;
    }

    #hero a#eligibility-test:hover {
	    background:url("../images/recordgone/button-eligibilitytest-hover.png") no-repeat;
	    filter:none;
    }

    .ratings {
	    top:0;
	    left:0;
    }

    .payform input.submit-payment,
    .payform input.cancel {
    border-radius:0;
    }

    .features {
	    top:5.5em;
    }

    #hero h1 {
	    margin-left:0.25em;
    }

    #hero img.logo {
	    margin-left:-0.25em;
	    margin-right:0.25em;
    }

	/* Client Login Password Fix for Google Webfonts */

    input[type=password] {
    background-color: #ffffff !important;
    color: #333 !important;
    font-family: Arial !important;
    }