/* form */
table.form {
	
}
table.form td {
	padding:2px;
	vertical-align:top;
}
table.form .form_spacer {
	width:15px;
}
.submit_container {
	text-align:right;
}

/* recaptcha */
.recaptcha_cell {
	height:120px;
	width:445px;
}
.recaptcha_cell .recaptchatable, .recaptcha_cell .recaptcha_image_cell {
	border:solid 1px #6c6c6c !important;
	background:#fff;
}

