#header-login {
	float: right;
	margin: 20px 0 0;
	text-align: center;
	position: relative;
	z-index: 2;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#header-login .header_user_info {
	background: #fff;
	border-bottom: none;
	position: relative;
	width: 40px;
	z-index: 10;
}
#header-login .header_user_info a {
	display: inline-block;
	cursor: pointer;
}
#header-login .header_user_info.current a {
	color: #b4b4b4;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#header-login .header_user_info.current a span {
	display: none;
}
#header-login .header_user_info.current a:before {
	content: "\f007";
	font-family: "FontAwesome";
	font-size: 14px;
	font-size: 18px;
	line-height: 16px;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#header-login .header_user_info.current:hover a {
	color: #00796b;
}
#header-login .header_user_info.current.active a {
	color: #00796b;
}
#header-login .logout {
	overflow: hidden;
	margin-bottom: 0;
}
 @media (max-width: 767px) {
#header-login {
	float: none;
	display: inline-block;
	margin: 20px 15px 10px;
}
}
 @media (max-width: 479px) {
#header-login {
	margin: 0;
	padding: 10px 8px 8px;
}
#header-login .header_user_info {
	width: auto;
}
}
#header-login-content {
	background: #fff;
	border: 1px solid #e7e7e6;
	color: #888888;
	display: none;
	margin: 0;
	padding: 15px;
	position: absolute;
	right: 0;
	text-align: left;
	top: 37px;
	width: 270px;
	z-index: 3;
}
 @media (max-width: 479px) {
#header-login-content {
	right: -25px;
}
}
#header-login-content p a:hover {
	color: #212121;
}
#header-login-content label {
	color: #888888;
}
#header-login-content li {
	margin: 0;
	padding: 0;
}
#header-login-content li ul {
	margin: 0 0 10px 0;
}
#header-login-content li ul li {
	display: block;
	border-top: 1px solid #e7e7e6;
	line-height: 35px;
}
#header-login-content li ul li:first-child {
	border: none;
}
#header-login-content li ul li a {
	color: #888888;
	display: block;
	padding: 0 10px;
}
#header-login-content li ul li a:hover {
	background: #00796b;
	color: #fff;
}
#header-login-content li ul li a i {
	display: none;
}
#create_header_account_error {
	padding: 8px;
}
