@charset "UTF-8";
/*********************************************
 *
 *user center
 *
 **********************************************/
 #personInfo{
	 margin:10px 0;
	 padding:10px;
	 border:1px solid #ccc;
	 }
	  #personInfo ul li{
		  padding-left:15px;
		  line-heigth:25px;
		  background:url(../images/dot.gif) no-repeat left center;
		  }
		  #personInfo a{
			  color:#0085c2;
			  }
		  #personInfo a.exit{
			  color:red;
			  }

.usrTable table{
	margin-top:15px;
	width:100%;
	background:#eee;
	}
	.usrTable table th{
		padding-left:10px;
		line-height:35px;
		font-weight:bold;
		background:url(../images/tableTitleBg.gif) repeat-x left top;
		}
	.usrTable table td{
		padding-left:10px;
		line-height:35px;
		background:#fff;
		}
		.usrTable caption{
			margin:10px 0;
			padding:5px ;
			font-size:14px;
			font-weight:bold;
			background:#eee;
			}