
td, td input, td select {
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	color: #333;
}

.m-content .tables td.label, .mainBg td.label {
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	/*float: left;*/
	width: 160px;
	overflow: hidden;
	clear: left;
	text-align: left;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	color: #666;
	font-weight: normal;
	padding: 2px 0 2px 0;
}


.mod strong {
	color: #333;
	/*float: left;*/
	font-size: 16px;
	font-weight: bold;
	/*white-space: nowrap;
	word-wrap: normal;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;*/
	padding: 30px 0 10px 0;

}.mainBg td {
	padding-bottom: 10px;
}


