.hiss {
	color: #FF0000;
}

.err {
	color: red;
}

.table-form {
	width: 600px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.table-form th {
	color: #333333;
	background-color: #D7D3C7;
	width: 200px;
	border-bottom: 1px solid #BFB9A6;
	border-right: 1px solid #BFB9A6;
	text-align: left;
}

.table-form th span {
	padding-left: 5px;
	margin-left: 5px;
	border-left: 3px solid #FF9900;
}

.table-form td {
	background-color: #fff;
	border-bottom: 1px solid #BFB9A6;
	border-right: 1px solid #BFB9A6;
	padding: 5px;
}

.align-c {
	text-align: center;
}

.input-s {
	width: 200px;
}

.input-m {
	width: 200px;
}

.input-l {
	width: 280px;
}

.point {
	color: #3B6C53;
}

.inp4 {
	width: 80px;
}

.inp2 {
	width: 40px;
}