@charset "utf-8";
/* CSS Document */

body {
	background-image: url(img/bg_2.png);
	margin-left: 20px;
	margin-top: 20px;
}

img.logo {
	position:fixed; right:0; bottom:0;
}

 .recaptchatable, #recaptcha_table {
   background-color:transparent !important;
 }
 
 #recaptcha_table {
   border-color: transparent !important;
   width:300px;
 }
 
 #recaptcha_response_field {
   border-color: transparent !important;
   background-color:#FFFFFF !important;
 }
