.user_profile {
	background-color: #eaefeb;
	color: #4e544a;
	line-height: 14px;
	
}

.user_profile .user_profile_wrapper {
	padding: 0 11px;
}

.user_profile_wrapper{
	height:161px;
}
.user_profile .top {
	background: url(../img/layout/user_profile_top.png) no-repeat;
	height: 15px;
	line-height: 0;
	font-size: 0;
}

.user_profile .bottom {
	background: url(../img/layout/user_profile_bottom.png) no-repeat;
	height: 15px;
	line-height: 0;
	font-size: 0;
}

.user_profile .welcome {
	font-size: 16px;
	font-weight: bold;
	color: #151616;
}

.user_profile .welcome .user_name {
	color: #932333;
	display: block;
	font-size: 12px;
	margin-top: 5px;
}

.user_profile .bottom_border {
	border-bottom: 1px solid #dcdcdc;
	font-size: 0;
	line-height: 0;
	margin: 7px auto;
}

.user_profile ul {
	margin-left: 5px;
}