﻿.newList {
	overflow: hidden;
	width:100%;
}

.newList table {
	overflow: hidden;
	margin-bottom:15px;
	width:100%;
}

.newList table tr {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	overflow: hidden;
	margin-top: 16px;
	line-height: 40px;
}

.newList table tr td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	overflow: hidden;
	font-size: 13px;
	color: #555555;
	margin: 0px;
}

.newList table tr td a {
	color: #555555;
	text-decoration: none;
	overflow: hidden;
	font-size: 13px;
}

.picList {
	overflow: hidden;
	width:100%;
}

.picList li{
	width:200px; 
	height:140px;
	text-align:center;
	padding:2px;
	float:left;
	margin:4px 3px;
}

input{ border:1px solid #ccc; padding:0px 10px; color:#000;}
textarea{ border:1px solid #ccc;}
.rig{text-align:right; font-size:12px; color:#575757;}
.rig span{float:left;}
.wid{width:310px;}
.tt2{border-collapse:collapse; width:100%; margin:0 auto;}
.tt2 td{height:25px; padding:0px 10px; border:1px solid #ccc;}
