@charset "utf-8";

.sendmail_table {
	margin: 0px 0px 20px 0px;
}

.sendmail_table hr {
	margin: 8px 0 8px 0;
	width: 300px;
}

.sendmail_table td {
	padding: 3px;
	vertical-align: top;
}

.sendmail_table label {
	margin: auto 3px auto 0px;
	float: left;
	text-align: left;
	width: 190px;
	padding: 0;
	margin: 0;
	clear: both;
	font-size: 12px;
}

.sendmail_table input {
	width: 200px;
	height: 20px;
	border: 1px solid #7F9DB9;
	padding: 2px 2px 3px 2px;
}

.sendmail_table .checkbox,
.sendmail_table .radio {
	width: auto;
	height: auto;
	border: none;
}

.sendmail_table select {
	width: 200px;
	height: 21px;
	border: 1px solid #7F9DB9;
}

.sendmail_table textarea {
	width: 298px;
	height: 140px;
	border: 1px solid #7F9DB9;
}

.sendmail_table button,
.sendmail_table .button {
	width: 60px;
	height: 21px;
	border: 1px solid #000;
	padding: 0px 0px 4px 0px;
	cursor: pointer;
}

.sendmail_table #recaptcha_image {
	margin-bottom: 7px;
}

.sendmail_table .recaptcha_image_label {
	margin-bottom: 7px;
	height: 57px;
}

.sendmail_table li {
	/* Styles for error messages go here. */
	color: red;
	font-weight: bold;
}