@charset "utf-8";
form {
	padding: 0;
	margin: 0;
}
#menu fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
#menu legend {
	display: none;
}
#menu label {
	display: block;
}
#menu select, #menu input {
	display: block;
	width: 185px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	margin-bottom: 5px;
}
#menu input.button {
	margin-top: 5px;
}
.feedback input.button {
	margin-right: 5px;
}
#menu input.button, .feedback input.button {
	font-family: arial;
	color: #FFFFFF;
	width: 185px;
	height: 20px;
	border: none;
	font-size: 13px;
	margin-left: 0px;
	background: url(images/button.png) no-repeat left 0;
	cursor: pointer;
}
#menu input.button:hover, #menu input.button:active, .feedback input.button:hover, .feedback input.button:active {
	background: url(images/button2.png) no-repeat left 0px;
}

