@charset "utf-8";

.sendmail_table {
	width: 600px;
}

.sendmail_table hr {
	margin: 8px 0 8px 0;
	width: 600px;
}

.sendmail_table tr {
	border-bottom: 2px solid #3399CC;
}

.sendmail_table td {
	padding: 3px;
	vertical-align: top;
}

.sendmail_table label {
	margin: auto 3px;
	float: left;
	text-align: left;
	font-weight: bold;
}

.sendmail_table input {
	width: 298px;
	height: 17px;
	border: 2px solid #000;
}

.sendmail_table .checkbox,
.sendmail_table .radio {
	width: auto;
	height: auto;
	border: none;
	clear: both;
	margin: 10px 0 0 0;
}

.sendmail_table select {
	width: 298px;
	height: 21px;
	border: 2px solid #000;
}

.sendmail_table textarea {
	width: 298px;
	height: 80px;
	border: 2px solid #000;
}

.sendmail_table button,
.sendmail_table .button {
	width: 80px;
	height: 40px;
	border: 2px solid #000;
	cursor: pointer;
	background: #FF3399;
	color:#fff;
	font-weight: bold;
	padding: 7px;
	margin: 0 0 20px 0;
}

.sendmail_table #recaptcha_image {
	margin-bottom: 7px;
	float: left;
	clear: both;
}

.sendmail_table .recaptcha_image_label {
	margin-bottom: 7px;
	width: 300px;
	float: left;
	clear: both;
}

.sendmail_table ul {
	border: #CC0066 solid 3px;
	background: #CC6699;
	color: #fff;
	font-weight: bold;
	padding: 20px 20px 20px 40px;
}

.sendmail_table li {
	/* Styles for error messages go here. */
	
}
