#flow_menu {
	text-align: center;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.flow_left {
	float: left;
	width: 200px;
}
.flow_right {
	float: left;
	width: 370px;
	margin-left: 10px;
}
table#flow_table {
	text-align: left;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-collapse:collapse;
}
table#flow_table th,table#flow_table td {
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	padding: 10px;
}


table#flow_table th {
	background-color: #f2f3e9;
	font-weight: normal;

}table#flow_table td {
	font-weight: bold;
	color: #ff4a4a;
}

