﻿var showRecaptcha = "True";

//Places reCaptcha module before submit button
$$("input.backend_submit").each(function(element1) {
    element1.setStyle({
        position: 'absolute',
        bottom: '5px'
    });
});

$("recaptchaContainer").setStyle({
    position: 'relative',
    top:'-20px'
});
