@charset "utf-8";

.sendmail_table {
	width: 305px;
}

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

.sendmail_table label {
	margin: 0px 0px 0px 0px;
	margin: 0px 0px 6px 0px;
	line-height: 26px;
	text-align: left;
}

.sendmail_table input {
	width: 300px;
	height: 19px;
	border: 1px solid #999;
}

.sendmail_table select {
	width: 300px;
	height: 19px;
	border: 1px solid #999;
}

.sendmail_table textarea {
	width: 300px;
	height: 140px;
	border: 1px solid #999;
}

.sendmail_table button, .sendmail_table .button {
	width: auto;
	height: auto;
	border: #FFFF99 1px solid;
	padding: 3px 8px 4px 6px;
	cursor: pointer;
	color: #FFFF99;
	background-color: #660000;
}

.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 {
	
}

.sendmail_table a:link {
	color: #0066CC;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 26px;
}

.sendmail_table a:hover {
	color: #0066CC;
	text-decoration: none;
}