@charset "utf-8";
/* ******** Contact Form (Contact, Order) ******** */
.contact table {
	float:left;
	width:552px;
	margin-bottom:20px;
}
.contact table input {
	width:552px;
}
.contact table  label {
	font-weight:bold;
	font-size:13px;
}
.contact table  textarea {
	width:552px;
	height:150px;
}
/* ******** Sidebar Form (Search) ******** */
.sidebar form {
	width:180px;
	margin: 0 auto;
	text-align:center;
}
.sidebar label {
	color:#479407;
}
.sidebar form input[type="text"] {
	width:160px;
}