div.oform {
	width: 330px;
	text-align: justify;
}
span.oform {
	font-size: smaller;
}
.l_float {
	float: left;
}
.r_float {
	float: right;
}
.c_float {
	clear: both;
}
h1.otitle {
	font-weight: normal;
	text-align: left;
	font-size: larger;
	color: maroon;
}
input.oform {
	width: 300px;
}
div.odata {
	margin-bottom: 2px;
}
div.ocdata {
	margin-top: 20px;
	padding-top: 4px;
	border-top: 1px solid #007FFF;
}
table.order {
	border-collapse: collapse;
}
span.odata {
	font-size: 14px;
	color: black;
}
.ored {
	color: red;
}
div.odatacheck {
	color: #666;
	margin-top: 6px;
}