#content .appointment {
	border-top: 2px solid #75b843;
	padding: 50px 0; 
}
#content .appointment .in-form {
	width: 445px;
	margin: 0 auto;
}
#content .appointment h3 {
	color: #75b843;
	font-size: 20px;
	text-align: center;
}
#content .appointment .fgroup {
	border-top: 1px solid #eee;
	margin: 20px 0 30px;
}
#content .appointment h4 {
	font-size: 18px;
	color: #333;
	margin: 25px 0;
}
#content .appointment .fg {
	height: 35px;
	line-height: 35px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #333;
	position: relative;
}
#content .appointment .fg span,
#content .appointment .tfg span {
	display: inline-block;
	width: 80px;
	font-size: 16px;
	float: left;
}
#content .appointment .fg input {
	height: 100%;
	line-height: 33px;
	border: 1px solid #ccc;
	outline: none;
	padding: 0 10px;
	width: 365px;
	font-size: 16px;
}
#content .appointment .rfg input {
	border: none;
	height: auto;
	width: auto;
	line-height: auto;
	margin: 0 5px 0 10px;
	position: relative;
	top: 1px;
}
#content .appointment .sfg input.bl {
	border-color: #75b843;
}
#content .appointment .sfg input {
	text-align: right;
}
#content .appointment .rfg label {
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
}
#content .appointment .fg ul {
	position: absolute;
	width: 365px;
	border: 1px solid #75b843;
	right: 0;
	top: 40px;
	z-index: 9999;
	display: none;
}
#content .appointment .fg ul li {
	color: #333;
	border: 1px solid #fff;
	border-left: none;
	border-right: none;
	background: #fff;
	padding-left: 10px;
	cursor: pointer;
}
#content .appointment .fg ul li:hover {
	color: #75b843;
	border: 1px solid #75b843;
	border-left: none;
	border-right: none;
	background: #f5f5f5;
}
#content .appointment .fg ul li:first-child:hover {
	border-top: 1px solid #fff;
}
#content .appointment .fg ul li:last-child:hover {
	border-bottom: 1px solid #fff;
}
#content .appointment textarea {
	font-size: 16px;
	color: #333;
	padding: 5px;
	border: 1px solid #ccc;
	outline: none;
	resize: none;
	width: 365px;
	height: 150px;
}
#content .appointment .form_btn {
	background: #75b843;
	color: #fff;
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	width: 100%;
	outline: none;
	border: none;
	margin-top: 50px;
	cursor: pointer;
}
