@charset "utf-8";

.sendmail_table {
	width: 490px;
}

.sendmail_table hr {
	margin: 8px 0 8px 0;
	width: 300px;
}

.sendmail_table td {
	padding: 3px;
	vertical-align: top;
}

.sendmail_table label {
	clear: both;
	font-weight: bold;
	float: left;
}

.sendmail_table input {
	width: 298px;
	height: 17px;
	border: 1px solid #7f9db9;
}

.sendmail_table .checkbox,
.sendmail_table .radio {
	width: auto;
	height: auto;
	border: none;
}

.sendmail_table select {
	width: 298px;
	height: 25px;
	border: 1px solid #7f9db9;
}

.sendmail_table textarea {
	width: 296px;
	height: 140px;
	border: 1px solid #7f9db9;
}

.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;
	border: 1px solid #7f9db9;
}

.sendmail_table li {
	/* Styles for error messages go here. */
	color: red;
	font-weight: bold;
}
