@charset "utf-8";

.sendmail_table {
	width: 100%;
	margin: auto;
	padding: 0;
	border-collapse: collapse;
}

.sendmail_table hr {
	margin: 8px 0 8px 0;
	width: 300px;
}

.sendmail_table td,
.sendmail_table th {
	vertical-align: top;
	background-color: #e3e7f2;
	padding: 4px 6px;
	border: 2px solid white;
}

.sendmail_table th {
	background-color: #7794b2;
}

.sendmail_table label {
	margin: auto 3px;
	float: right;
	text-align: right;
	font-weight: bold;
}

.sendmail_table input {
	width: 298px;
	height: 17px;
}

.sendmail_table .checkbox,
.sendmail_table .radio {
	width: auto;
	height: auto;
	border: none;
}

.sendmail_table select {
	width: 298px;
	height: 21px;
}

.sendmail_table textarea {
	width: 298px;
	height: 140px;
}

.sendmail_table button,
.sendmail_table .button {
	width: auto;
	height: auto;
	/*width: 121px;
	height: 48px;
	border: none;
	background: url(../images/green_button.jpg) top left no-repeat;
	color: #003366;
	cursor: pointer;*/
}

.sendmail_table button:hover,
.sendmail_table .button:hover {
	/*color: #009966;*/
}

.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;
}