#reg_form {
	border-collapse: collapse;
	margin: 10px 0 0 10px;
	width: 480px;
}

#reg_form td.caption {
	font-weight: bold;
	width: 250px;
	padding: 5px 0;
}

#reg_form td.caption span {
	color: #a00010;
}

#reg_form td.caption p {
	font-weight: normal;
}

#reg_form td.input{
	padding: 3px 5px;

}

#reg_form td.input input, textarea {
	border: 1px solid #aeb1b4;
	width: 200px;
	padding-left: 3px;
}

#reg_form td.input select {
	width: 250px;
}

#reg_form td.input select.mul {
	border: 1px solid #aeb1b4;
	width: 250px;
}

#reg_form td.input input.submit, #boxes input.submit {
	border-right-color: #a0a0a2;
	border-bottom-color: #a0a0a2;
	border-top-color: #eef1f2;
	border-left-color: #eef1f2;
	background-color: #e5e7eb;
	width: 150px;
	font-size: 11px;
	height: 20px;
}

p.err {
	text-align: center;
	color: red;
}

#boxes {
	border-collapse: collapse;
	margin: 10px 0 0 10px;
	width: 600px;
}

#boxes .desc {
	width: 300px;
	padding-right: 20px;
	padding-top: 4px;
	text-align: right;
}

.NoticeAdd {
	margin: 30px 0 0 10px;


}