.hiss {
	color: #f93;
}

.err {
	color: red;
}

.message {
	width:600px;
	text-align:left;
	margin:0px auto;
}

.message-end {
	width:600px;
	text-align:center;
	margin:0px auto;
}



.recruit-form {
	width:730px;
	float:left;
	text-align:center;
	margin:30px 0px 28px 0px;
	padding:0px;
	font-size:10pt;
}

.table-form {
	width:620px;
	margin:0px auto;
	padding:5px;
	text-align:center;
	line-height:150%;
	background-color:#EEEEEE;
	font-size:100%;
}

.table-form th {
	width:120px;
	padding:5px 0px 5px 5px;
	color: #333333;
	text-align: left;
}


.table-form td {
	margin:0px;
	padding:5px 0px 5px 10px;
	text-align:left;
}

.align-c {
	text-align: center;
}

.input-s {
	width: 200px;
}

.input-m {
	width: 200px;
	border-left:2px solid #999999;
	border-top:2px solid #999999;
	border-bottom:none;
	border-right:none;
	background-color:#FFFFFF;
}

.input-l {
	width: 280px;
}

.input-text {
	width:460px;
	height:100px;
	border-left:2px solid #999999;
	border-top:2px solid #999999;
	border-bottom:none;
	border-right:none;
	background-color:#FFFFFF;
}


.input-check {
	width:80px;
	height:24px;
	text-align:center;
	line-height:150%;
	margin:0px 3px 0px 3px;
	padding-top:0px;
	background-image:url(../img/entry-btn.jpg);
	background-repeat:no-repeat;
	border:none;
}

.table-form .input-center {
	text-align:center;
	margin:0px auto;
	border-bottom:none;
}

.point {
	color: #3B6C53;
}


