@charset "utf-8";

.sendmail_table {
	width: 300px;
	float: left;
}

.sendmail_table td {
	padding: 3px;
	vertical-align: top;
}

.sendmail_table label {
	margin: auto 6px;
	float: left;
	text-align: left;
	font-weight: bold;
	width: 300px;
}

.sendmail_table input {
	width: 300px;
	height: 19px;
	border: 1px solid #000;
}

.sendmail_table select {
	width: 300px;
	height: 19px;
	border: none;
}

.sendmail_table textarea {
	width: 300px;
	height: 140px;
	border: 1px solid #000;
}

.sendmail_table .checkbox, .sendmail_table .radio {
	width: auto;
}

.sendmail_table button, .sendmail_table .button {
	width: 300px;
	border: auto;
	padding: 8px;
	height: 36px;
	cursor: pointer;
}

.sendmail_table #recaptcha_image {
	margin-bottom: 7px;
	clear: both;
}

.sendmail_table .recaptcha_image_label {
	margin-bottom: 7px;
}

.sendmail_table ul {
	border: 2px solid #990000;
	padding: 30px 30px 30px 60px;
	background: #CC6666;
	color: #fff;
	font-weight: bold;
	list-style: disc;
}