.profile_box{
	width: 210px;
	border: 1px solid #EDEFF1;
	-webkit-box-shadow: 2px 7px 24px -10px rgba(0,0,0,0.16);
	-moz-box-shadow: 2px 7px 24px -10px rgba(0,0,0,0.16);
	box-shadow: 2px 7px 24px -10px rgba(0,0,0,0.16);
	background-color: white;
}
.profile_box .member_role{
	color: #A1A1A1;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	padding-left: 20px;
}
.profile_box a{
	display: block;
	text-decoration: none;
	color: #333333;
	line-height: 25px;
	vertical-align: middle;
	height: 40px;
}
.profile_box a:hover, .profile_box a.active,.profile_box a:hover .user_logout{
	color: #007BFF;
}
.profile_box .p_icon{
	position: relative;
	top: 7px;
	fill: #333333;
	left: 20px;
	margin-right: 30px;
}
.profile_box a:hover .p_icon, .profile_box a.active .p_icon{
	fill: #007BFF;
}
.profile_box .user_logout{
	color: #DB4F4F;
	background: #F5F5F5;
	height: 40px;
}
.profile_box a:hover .user_logout .p_icon{
	fill: #404040;
}