@charset "utf-8";

.sendmail_table {
	width: 305px;
}

.sendmail_table td {
	padding: 3px;
	vertical-align: top;
}

.sendmail_table label {
	margin: auto 3px;
	text-align: left;
	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;
	height: auto;
	border: #99CC66 4px solid;
	padding: 6px;
	cursor: pointer;
	font-weight: bold;
	color: #fff;
	background-color: #333;
}

.sendmail_table #recaptcha_image {
	margin-bottom: 7px;
}

.sendmail_table .recaptcha_image_label {
	margin-bottom: 7px;
	height: 57px;
}

.sendmail_table ul {
	border: 4px solid #990000;
	padding: 20px 40px;
	background: #CC3333;
	color: #fff;
	font-weight: bold;
}

.sendmail_table li {
	
}