.shout_info{
	padding:10px 20px;
	margin:0;
	clear:both;
	line-height:18px;
	position:relative;
	border:0px solid red;
}
 
.profile_update_container{
	padding-bottom:10px;
	width:690px;
	margin:0 auto;
	min-height:500px;
	position:relative;
	border:0px solid red;
}


.mobile_profile_update{
	clear:both;
	overflow:hidden;
	margin:5px 0px;
}

.mobile_profile_update .message{
	border:0px solid red;
	float:left;
	margin-left:10px;
	width:263px;
	line-height:14px;
	background-color:inherit;
	color:#666666;
	text-align:center;
	padding-top:25px;
}

.mobile_profile_update .by_mobile_info{
	float:left;
	width:337px;
	height:70px;
	background:url(../../assets/images/backgrounds/profile_mobile_update_bg.gif) no-repeat;
	padding-top:25px;
	font-size:12px;
	line-height:14px;
	padding-left:62px;
	padding-right:13px;
	text-align:center;
	background-color:inherit;
	color:#666666;
}

.mobile_profile_update .by_mobile_info div{
	padding-bottom:3px;
}

.mobile_profile_update .by_mobile_info .text_info{
	background-color:inherit;
	color:#333333;
}

.mobile_profile_update .by_mobile_info .small_print{
	font-size:9px;
}
.mobile_profile_update .by_mobile_info .bold{
	font-size:12px;
}

/***********New update_profile **************/

.update_profile_in_month{
	background: url(../../assets/images/headers/shout_month_bg.gif) repeat-x;
	height:19px;
	line-height:19px;
	background-color:inherit;
	color:#fff;
	clear:both;
	margin:0px;
	padding-left:5px;
	font-size:14px;
	border:1px solid #f0e9e9;
}

.update_profile_item{
	clear:both;
	padding:5px;
	margin:0 auto;
	background-color:#f8f8f8;
	border-left:1px solid #f0e9e9;
	border-right:1px solid #f0e9e9;
	border-bottom:1px solid #f0e9e9;
/*	background: url(../../assets/images/backgrounds/shout_tabular_bg.gif) repeat-y;*/
	line-height:25px;
}

.update_profile_item .this_user_change{
	float:left;
	width:25px;
	height:25px;
	border:0px solid blue;
	background-position:6px 5px;
}

.update_profile_item .this_user{
	float:left;
	width:140px;
	margin-left:10px;
	border:0px solid #000;
}

.update_profile_item .this_user a{
	position:relative;
	float:left;
	display:block;
	width:27px;
	height:27px;
}

.update_profile_item .this_user span{
	display:none;
}

.update_profile_item .this_user a:hover {
	position:relative;
	border:0;
	z-index:10;
	text-decoration:none;
}

.update_profile_item .this_user a:hover span {
	display: block;
	position: absolute;
	top: 20px;
	left:20px;
}


.update_profile_item .this_user span img{
	display:block;
	width:50px;
	height:50px;
	border:2px solid #000;
}

.update_profile_item .this_user img.photo{
	display:block;
	width:25px;
	height:25px;
	border:1px solid #000;
}

.update_profile_item .this_user .name{
	float:left;
	margin-left:5px;
	border:0px solid red;
	text-decoration:underline;
	cursor:pointer;
	width:108px;
	overflow:hidden;
}

.update_profile_item .this_user_gender{
	float:left;
	width:30px;
	height:25px;
	border:0px solid blue;
	background-position:10px 6px;
}

.update_profile_item .this_user_number{
	float:left;
	margin-left:10px;
	width:120px;
	border:0px solid blue;
	overflow:hidden;
	font-weight:bold;
	background:none;
}

.update_profile_item .this_user_update_profile{
	float:left;
	margin-left:13px;
	width:325px;
	border:0px solid green;
	overflow:hidden;
	background-color:inherit;
	color:#333333;
}
.update_profile_item .this_user_update_profile_date{
	padding-left:5px;
	background-color:inherit;
	color:#666666;
}
