.page {
	display: none;
}

.page_title {
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 1.1em;
}

.page_body {
	min-height: 260px;
}

.buttons {
	text-align: right;
	margin-top: 1em;
	white-space: nowrap;
}

.warn {
	color: red;
	font-weight: bold;
}

td {
	vertical-align: top;
}

#place_order_status {
	text-align: right;
	font-size: 0.9em;
}

.tabs {
	background-color: #EEE;
}

.tabs .tab_title {
	padding: 1em 1em;
	display: inline-block;
	display: -moz-inline-stack;
	cursor: pointer;
}

.tabs .tab_body {
	clear: both;
	display: none;
	background-color: #F8F8F8;
	padding: 1em 1em;
}

.tbl span {
	display: inline-block;
	display: -moz-inline-stack;
	padding-top: 2px;
}

.tbl {
	clear: both;
	padding-top: 3px;
}

