@charset "utf-8";

.comment {
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	margin-right: 10px;
	margin-left: 10px;
	display: block;
	margin-bottom: 20px;
	text-indent: 0em;
	clear: both;
	font-size: small;
}
.flow_table {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 20px;
}
.step_1,.step_2,.step_3,.step_4 {
	width: 200px;
	height: 55px;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 5px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	font-size: small;
	line-height: 1em;
	vertical-align: top;
}
.step_1 {
	background-image: url(img/step_1.gif);
}
.step_2 {
	background-image: url(img/step_2.gif);
}
.step_3 {
	background-image: url(img/step_3.gif);
}
.step_4 {
	background-image: url(img/step_4.gif);
	padding-bottom: 0px;
	height: 40px;
}
.flow_table td {
	vertical-align: top;
	font-size: small;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
ul {
	list-style-type: decimal;
	padding-left: 30px;
}
li {
	list-style-position: outside;
	margin: 0px;
}
