@charset "UTF-8";
/* CSS Document */

#upLoad {
	padding: 5px;
	border: 1px solid #969f84;
	margin: 50px auto 60px;
	width: 460px;
}
#upLoad h2 {
	margin-bottom: 20px;
}
#upLoad dt {
	margin-bottom: 5px;
}
#upLoad dd {
	margin-bottom: 10px;
	padding-right: 0px;
}
