
		/* reCAPTCHA styles */
		
		/* writes to small text above reCAPTCHA upon failure */
		.dateFeedback{
			font-style:italic;
			font-size:70%;
			font-weight:bold;
			color:#f00;
		}
		body {
			min-width:320px; /* reCAPTCHA is 318px */
		}
		/* these 2 rules reposition the reCAPTCHA widget a bit to the left */
		#recaptcha_widget_div{position:relative;}
		#recaptcha_area {
			position:relative;
			left:-4px;
		}
		form {
		   background-color:red;
		}
		label{
		   display:inline-block;
		   margin:0 0 20px 20px;
		}
		
		