/* 列表表格样式开始 */
.list_tb {
	border-collapse: collapse;
}
.list_tb tr{
	height: 25px;
}
.list_tb td{
	border:#7cbbef  1px solid;
	border-width:1px;
	padding:2px 3px 2px 3px;
	word-break:break-all;
}
.list_tb_head{
	background:#cae8ea;
	border:#7cbbef  1px solid;
	text-align:center;
	border-width:1px;
	height:25;
}
/* 列表表格样式结束 */

/* 表单表格样式开始 */
.data_tb {
	border-collapse: collapse;
	border:#3ba5de  1px solid;
}
.data_tb tr{
	height: 25px;
}
.data_tb td{
	border:#3ba5de  1px solid;
	border-width:1px;
	padding:2px 3px 2px 3px;
	word-break:break-all;
}
.data_tb_td{
	background:#cae8ea;
	border:#3ba5de  1px solid;
	border-width:1px;
	text-align: right;
}
/* 表单表格样式结束 */

/* 提示信息 */
.tip{
	font-size:12px;
	font-weight:bold;
	padding:3 0 3 5;
	color:#2E9B42;
}
.tipp{
	font-size:14px;
	font-weight:bold;
	padding:3 0 3 5;
}
.msg{
	color: red;
	text-align: left;
}
.gray{
	background-color: #f3f3f3;
}
.photo{
	width: 102px;
	height: 126px;
}
.ordernet{
	color: red;
	font-weight: bold;
}
.line{
	width: 670px;
	height: 1px;
}
.line_tr{
	height: 10px;
}
.frm_width{
	width: 6px;
}
.frm_height{
	height: 6px;
}
.tb_info{
	border-collapse: collapse;
}
.tb_info tr{
	height: 25px;
}
.tb_info th{
	text-align: right;
	padding-right: 10px;
	font-size:12px;
	font-weight:bold;
}
