@charset "utf-8";

.sendmail_table {

}

.sendmail_table td {
	padding: 3px;
	vertical-align: top;
}

.sendmail_table label {
	margin: auto 3px;
	float: right;
	text-align: right;
	font-weight: bold;
}

.sendmail_table input {
	width: 300px;
	height: 19px;
	border: none;
}

.sendmail_table select {
	width: 300px;
	height: 19px;
	border: none;
}

.sendmail_table textarea {
	width: 300px;
	height: 140px;
	border: none;
}

.sendmail_table button, .sendmail_table .button {
	width: auto;
	border: auto;
}

.sendmail_table #recaptcha_image {
	margin-bottom: 7px;
}

.sendmail_table .recaptcha_image_label {
	height: 57px;
	margin-bottom: 7px;
}