/* apply.css */
div#apply {
	margin-left: 10px;
}
div#apply p {
	margin: 10px auto;
	width: 640px;
}

div#apply h2 {
	background: url("/img/aboutus_apply1.png") no-repeat left top;
	height: 34px;
	width: 700px;
	text-indent: -9999px;
	margin-top: 10px;
}

div#apply div#form {
	width: 598px;
	border: 1px solid #333333;
	background-color: #CCCCCC;
	margin: 10px auto;
}

div#apply div#form h3 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0;
}

div#apply div#form dl {
	overflow: hidden;
}

div#apply div#form dl dt {
	width: 160px;
	text-align: right;
	line-height: 28px;
	float: left;
	clear: both;
}

div#apply div#form dl dd{
	line-height: 28px;
}

div#apply div#form dl dd input, div#apply div#form dl dd select, div#apply div#form dl dd textarea {
	margin: 0 5px;
}

div#apply div#form p{
	width: 598px;
	text-align: center;
}

div#apply div#rule {
	margin-top: 20px;
}

div#apply div#rule h3 {
	background: url("/img/aboutus_apply2.png") no-repeat left top;
	text-indent: -9999px;
	height: 34px;
	width: 700px;
	margin-top: 10px;
}

div#apply div#rule ul {
	width: 670px;
	margin: 10px 0 0 5px;
}

div#apply div#rule ul li {
	list-style: decimal outside;
	margin: 0.5em 10px 0 3em;

}

