body {
	font-family: sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	margin: 0;	
}

.o_login {
	font-size: 10px;
	width: 365px;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	text-align: center;
}

.o_refund {
	font-size: 10px;
	width: 400px;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	text-align: center;
}

.label {
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

.copy {
	margin-top: 5px;
	font-size: 90%;
	font-style: italic; 
}

.input {
	text-align: left;
	border: 1px solid #000000;
	height: 28px;
	padding: 5px;
}

.o_header {
	width: 100%;
	background-color: #000000;
	text-align: left;
}

.o_customers {
	margin-top: 5px;
	width: 100%;
	font-size: 10px;
	border: 1px solid #000000;
	text-align: center;
}

.o_customers .table_form {
	float: left;
	
}

.customers_title {
	font-size: 11px;
	font-weight: bold;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
}

.customers_detail {
	font-size: 11px;
	text-align: center;
}
.o_paginate {
	padding-top: 5px;
	width: 100%;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	border: 1px solid #000000;
	height: 35px;
}

.button {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	height: 35px;
	width: 50px;
	vertical-align: middle;
	color: #000000;
	font-size: 110%;
	text-decoration: none;
}

.button a a:hover a:link a:visited {
	text-decoration: none;
}

.hide {
	display: none;
}

.show {
	display: table-row;
}
