.message{
	font-size: 10pt;
}

.hiss {
	color: #f93;
}

.err {
	color: red;
}

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

.table-form th {
	color: #00375E;
	background-color: #eee;
	width: 140px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: right;

}

.table-form th span {
	padding-right: 5px;
	margin-right: 5px;
	font-size: 9pt;
}

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

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

.input-s {
	width: 240px;
}

.input-m {
	width: 240px;
}

.input-l {
	width: 360px;
}

.point {
	color: #3B6C53;
	font-size: 10pt;
}

.inp4 {
	width: 80px;
}

.inp2 {
	width: 40px;
}