Need Css Help For Recaptcha
Ok so i followed this guide
http://forums.appthemes.com/anti-spam-7794/ on adding recaptcha to the contact seller form and it works fine but i have some style issues, i have followed the suggestion of adding
Code:
#recaptcha_widget_div {
margin-left: 91px;
padding-bottom: 20px;
}
and this fixed the overflow but i need to make some more changes, looking via firebug i can see on the page that the following is the css that is generated i that i need to change the position class:
Code:
.recaptchatable #recaptcha_response_field {
bottom: 7px !important;
font-size: 10pt;
margin: 0 !important;
padding: 0 !important;
position: absolute !important;
width: 145px !important;
}
But i can find where this part of css is stored, does any one know where this would be located? i can not find it in the main css and when looking on firebug the stylesheet it references is just the name of the ad for example: domainname.com/ads/itemforsale
Any one have any suggestions?