﻿ /*右边个人信息标题文体样式*/
  .titletxt{
  margin-left:5px;
  width:250px;
  text-indent:2em;
  background:url('../images/other/icon/icon5.gif') no-repeat left 4px;
 }
 .titletxt b{
  color:#087EB0;
 }
 
 
 /*个人资料详细列表样式*/
 .person_info{
  margin:0 auto;
  width:100%;
 }
 .person_info table{
  margin:0 auto;
  width:80%;
  margin-top:50px;
  border-collapse:collapse;
 }
  .person_info table tr td{
   height:30px;
   line-height:30px;
   }
  .tdleft{
   text-align:right; width:120px;
  }
  .tdleft b{
   color:Red;
   font-family:Arial;
   font-size:13px;
  }
.label_txt{
 display:inline-block;
 text-indent:1em;
 background-color:#F1F1F1;
 width:400px;
 line-height:25px;
 min-height:25px;
 _height:25px;
 overflow:hidden;
}
