@charset "utf-8";
/* CSS Document */

#contact_table {
	width: 100%;
	height: auto;
	min-height: 450px;
}
#contact_table td {
	height: 30px;
}

#contact_table input {
	width: 300px;
	border: 1px solid #fff;
	background: #87c841;
	color: #fff;
}
#contact_table textarea {
	width: 300px;
	border: 1px solid #fff;
	background: #87c841;
	color: #fff;
}

