@charset "utf-8";

.sendmail_table {
	width: 305px;
}

.sendmail_table hr {
	margin: 8px 0 8px 0;
	width: 300px;
}

.sendmail_table td {
	padding: 3px;
	vertical-align: top;
}

.sendmail_table label {
	float: left;
	clear: both;  
	font-weight: bold;
}

.sendmail_table input {
	width: 298px;
	height: 17px;
	border: 2px solid #CCCCCC;
	clear: both;
}

.sendmail_table .checkbox {
	width: auto;
	height: auto;
	border: none;
	clear: both;
}


.sendmail_table select {
	width: 298px;
	height: 25px;
	border: 2px solid #CCCCCC;
}

.sendmail_table textarea {
	width: 296px;
	height: 140px;
	border: 2px solid #CCCCCC;
}

.sendmail_table button, .sendmail_table .button {
	width: 60px;
	height: 30px;
	border: 2px solid #666666;
	cursor: pointer; 
}

.sendmail_table #recaptcha_image {
	margin-bottom: 7px;
	float: left;
}

.sendmail_table li {
	color: red;
	font-weight: bold;
}