.box_1{
	background:#fff;
	margin-bottom:10px;
    border-radius: 20px;
    font-size: 14px;line-height: 1.4;
}
.box_1 * {
    font-size: 14px;line-height: 1.4;
}



.chat{
	margin-top:10px;
	width:177px;
	float:right;
}

.chat h1{
	font-size:14px;
	padding-bottom:5px;
	
}

.chat img{
	margin:0 10px 6px 0;	
}

.chat p{
	font-size:12px;
	line-height:18px;
	color:#555;
}


.box_2_right{
	width:177px;
	float:right;
	display:inline;	
}

.logtext{
	font-size:14px;
	width:220px;
	line-height:20px;
	height:20px;
	border:1px solid #ABADB3;
}

.ubox{
    overflow: hidden;
	width:910px;
	padding-left:30px;
	padding-top:20px;
	float:left;	
}

.user_title{
	width:130px;
	height:31px;
	margin-bottom:20px;
	background:url("../../public/images/ucenter.png") no-repeat;
}

.umenu{
	width:158px;	
	float:left;
	display:inline-block;
	background:#EFEEE2;	
	height:426px;
	_display:inline;
}

.umenu ul{
	width:158px;
}

.umenu li{
	list-style:none;
	height:30px;	
	padding-left:27px;
	/*background:url("../../public/images/uborder.png") no-repeat left bottom;*/
	border-bottom:1px dotted #999;
}

.umenu li.select{
	background:url("../../public/images/arr3.png") no-repeat 130px 0;	
}

.umenu li a{
	line-height:30px;
	text-decoration:none;
	font-weight:bold;
	color:#000;
}

.umenu li a:hover{
	text-decoration:underline;
}


.umenu li.select a{
	color:#888;
}

.umenu li.select a:hover{
	text-decoration:none;
}

.ubox_r{
	width:700px;
	min-height:426px;
	float:left;
	margin-left:20px;
    padding: 10px;
    border: 1px dashed #eeeeee;

}





.ubox_m h1{
	color:red;
	font-size:12px;
	padding-bottom:10px;
}

.ubox_m p{
	line-height:24px;
}

.ubox_m td.title{
	padding-right:20px;
	width:140px;
	text-align:right;
}

.ubox_m td{
	height:24px;
}

span.require{
	color:red;
	font-weight:bold;
}

.form_table td {
    padding: 5px;
}
