.tableForm {
	border-collapse: collapse;
	background-color: white;
}

.tableForm th {
	text-align: right;
	border-bottom: 1px dotted #ccc;
	padding: 5px;
	font-weight: normal;
	color: #013871;
}

.tableForm td {
	text-align: left;
	border-bottom: 1px dotted #ccc;
	padding: 5px;
}

/*
.tableForm input[type='text'] {
	border:#0a8fda 1px solid;
	background-color:#E8F9FF;
	font-family:΢���ź�,Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:3px 1px;
}

.tableForm input[disabled]{
	border:1px solid #DDD;
	background-color:#F5F5F5;
	color:#ACA899;
}

.tableForm select {border:#0a8fda 1px solid;background-color:#E8F9FF;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:14px;padding:3px 1px;}
.tableForm textarea {border:#0a8fda 1px solid;background-color:#E8F9FF;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:14px;padding:3px 1px;}
*/

.logo {
	background: url('../image/logo.png') no-repeat 0px 0px; 
}

.info {
	color: #8F5700;
	padding:5px 0px 5px 5px;
}

.tip {
	width: 24px;
	height: 16px;
	float: left;
}

img {
	cursor: pointer;
}

.manage_distribute_th th{
	padding-left: 5px; 
	text-align: left; 
	background: #F3F3F3; 
	font-weight: normal;
	line-height: 25px; 
	border-bottom: 1px #CCCCCC solid; 
	border-right: 1px #CCCCCC dashed;
}
.manage_distribute_td td{
	padding-left: 5px; 
	line-height: 25px; 
	border-bottom: 1px #CCCCCC dashed; 
	border-right: 1px #CCCCCC dashed;
}
