#client_list {
padding-left: 50px;
}
#client_list table{
	text-align: center;

}
#client_list table.list{
	width: 700px;
	text-align: center;
	border-color: #BBBBBB;
	border-collapse: collapse;
	border:2px solid black;
}

#client_list table.list th td{


}
#client_list table.list th {
	background-color: #999999;

}
#client_list table.list tr,#client_list table.list th,#client_list table.list td{
	height:20px;
	border-width: 1px;
	border-style: solid;
	border-color: #BBBBBB;
	border-collapse: collapse;
}

#client_list table.list .name{
	width:100px;
}
#client_list table.list .phone{
	width: 100px;

}
#client_list table.list .address{
	width: 600px;

}
#client_list table.page {
	border-style: none;
	width: 700px
}
#client_list table.page td{
	color: gray;
	text-align: center;
}

#client_list table.search{
	border-width: 1px;
	border-color: red;
	border-style: solid;

}
#client_list table.search tr{
	height:  50px;
}
#client_list table.page{
	width: 700px;
}