#head
{
	text-align:center;
	margin:20px auto;
}

#button
{
	text-align:center;
	margin:30px auto 20px auto;
}

#button input
{
	width:75px;
	margin:auto 20px;
}

#more
{
	display:block;
	width:100%;
	text-align:center;
	margin:30px auto;
}

#more a
{	
	color:#666;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

#required
{
	width:50%;
	border-bottom:1px dotted #CCC;
	border-right:1px dotted #CCC;
	margin:auto;
}

#elective
{
	width:50%;
	border-bottom:1px dotted #CCC;
	border-right:1px dotted #CCC;
	margin:auto;
}

table input,select
{
	margin:5px 0 0 5px;
}

td
{
	height:40px;
	background:#FFFFE8;
	border-top:1px dotted #CCC;
	border-left:1px dotted #CCC;
}

.label
{
	text-align:right;
	width:30%;
	font-size:14px;
	color:#999;
}

.valid
{
	display:block;
	margin:5px 0 5px 5px;
}

#result
{
	width:50%;
	text-align:center;
	margin:0 auto 20px auto;
}

#result span
{
	display:block;
	margin-top:10px;
}

.result_process
{
	background:#F4F4F4;
	color:#999;
	line-height:30px;
}

.result_error
{
	border:1px solid #F00;
	background:#FEE;
	color:#F00;
	line-height:50px;
}
