body, h1, h2, h3, h4, h5, h6, p, a, div, span {
	font-family: 'Microsoft YaHei', 'PingFang SC', Arial, sans-serif !important;
	letter-spacing: .03em;
}

.brclear {
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0;
}

.navbar {
 	-webkit-box-shadow: 0px 2px 2px 0px rgba(204,204,204,0.5);
	-moz-box-shadow: 0px 2px 2px 0px rgba(204,204,204,0.5); 
	box-shadow: 0px 2px 2px 0px rgba(204,204,204,0.5);
}

.navLink { color: #44753d !important; }

.navLink:hover,
.navLink:focus,
.navLink:active { 
	color: #3a6434 !important;
	background-color: #eeeeee !important;
}

.btn { border-radius: 100px; }

form { font-size: 120%; }

label { margin-bottom: 5px !important; }

input { font-weight: normal; }

footer {
	padding: 20px 0;
 	-webkit-box-shadow: 0px -2px 2px 0px rgba(204,204,204,0.5);
	-moz-box-shadow: 0px -2px 2px 0px rgba(204,204,204,0.5); 
	box-shadow: 0px 2px -2px 0px rgba(204,204,204,0.5);
}

.footerLinks {
	margin-top: 10px; 
	margin-bottom: 25px;
}

.well { margin-bottom: 0; }

.formBtns { margin-top: 20px; }

.submitBtn {
	color: #fff !important;
	width: 100px; 
}

.resetBtn {
	width: 100px;
	margin-left: 20px;
}

.required {
	font-weight: bold;
	color: red;
}

.formTxt { padding-left: 8px; }

.helpBtn {
	width: 28px;
	height: 28px;
	line-height: 26px;
	vertical-align: middle;
	text-align: center;
	font-size: 135%;
	padding: 0;
	padding-bottom: 10px;
}