b {
	font-weight: bold;
}

td {
	height: 23px;
}

.btn {
	padding: 2px;
}

table.information_table {
	width: 100%;
	padding: 10px;
	border-spacing: 4;
	border: 0px;
}

table.information_table td {
	text-align: left;
	min-width: 100px;
	/*vertical-align: top;*/
}

table.information_table td + td {
	text-align: left;
	/*vertical-align: top;*/
}

#information_form img {
	display: inline;
}

table.order_table {
	margin-top: 0px;
	text-align: center;
}

table.order_table_verify th, td {
	padding-left: 6px;
	padding-right: 6px;
}

table.order_table tr:nth-child(odd) {
	background-color:#f1f1f1;
}
table.order_table tr:nth-child(even) {
	background-color:#ffffff;
}

table.order_table th {
	color: #FFF;
	background: #002855;
}

.error_message {
	color: #F00;
	font-weight: bold;
	font-size: 16pt;
}

table.status_table {
	width: 800px;
	outline-color: gray;
	outline-width: 1px;
	outline-style: solid;
}
table.status_table th {
	color: #FFF;
	background: #009dcc;
	text-align: left;
}
table.status_table tr:nth-child(odd) {
	background-color:#f1f1f1;
}
table.status_table tr:nth-child(even) {
	background-color:#ffffff;
}
table.status_table th, td {
	padding-left: 6px;
	padding-right: 6px;
}
