

#main {
	padding: 0px;
	width: 100%;
	height: 150px;
	background-image: url(../images/recruit_main.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	background-attachment: scroll;
	background-position: 50% 0px;
}

#cm #box {
	border: 1px solid #CCC;
	padding: 0px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 650px;
}
#cm table {
	padding: 0px;
	float: left;
	margin: 0px;
	width: 100%;
}
#cm table tr td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
	text-align: center;
	width: 70%;
}
#cm table tr th {
	width: 30%;
	font-size: 12px;
	font-weight: bold;
	background-color: #c3d4f5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#cm table tr .first {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

#cm table tr .clear-type {
	border-bottom-style: none;
}
