#inq {
	padding: 20px;
}

#directMail	{
	float: right;
	margin-left: 20px
	margin-bottom: 30px;
}

.message {
	width: 360px;
	margin-bottom: 20px;
	float: left;
}

#centerContentContainer {
	background-color: white;
	width: 700px;
	float: right;
	height: 900px;

}

.separator {
	width: 100%;
}

.hiss {
	color: #f00;
}

.err {
	color: red;
}

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

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

.table-form th span {
	font-weight: normal;
	font-size: 0.9em;
	padding-left: 5px;
	margin-left: 5px;
}

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

.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;
}