/**
 * 	
 * customer_ui
 * 
 * date 2013-01-15
 * 
 */
.customer_ui {
	height: 100%;
}

.customer_ui > table {
	width: 100%;
	height: 100%;
	table-layout: fixed;
}

.customer_ui tr.ctm_controller {
	margin: 5px;
	padding: 5px 10px;
}
.customer_ui tr.ctm_controller td {
	padding: 10px;
}
.customer_ui tr.ctm_controller input {
	line-height: 1.3em;
	padding: 2px;
	margin: 5px 0px;
	width: 100%;
}
.customer_ui tr.ctm_controller .ctm_search_ctm_id {
    width: auto;
    margin-right: 10px;
}
.customer_ui tr.ctm_controller button {
	width: 100%;
}
.customer_ui tr.ctm_controller > td:nth-child(1) {
	width: 300px;
}
.customer_ui td.ctm_border {
	border: 1px solid #B3B3B3;
	vertical-align: top;
	background-color: white;
}
.customer_ui td.ctm_border button {
	margin-top: 10px;
}
.customer_ui td.ctm_border hr {
	margin-top: 10px;
	margin-left: -10px;
	margin-right: -10px;
}
.customer_ui td.ctm_border .ctm_store_register {
	padding: 10px;
}
.customer_ui .search_results {
	width: 100%;
	overflow-x: auto;
	white-space: nowrap;
	display: hidden;
}
.customer_ui .search_results > div {
	display: inline-block;
	position: relative;
	background-color: white;
	border: 1px solid #B3B3B3;
	width: 250px;
	height: 200px;
	padding: 10px;
	margin-left: 10px;
	vertical-align: top;
	font-size: 1em;
}
.customer_ui .search_results > div .ctm_code {
	height: 20px;
	line-height: 20px;
	text-align: right;
}
.customer_ui .search_results > div .ctm_id {
	font-size: 0.9em;
	height: 20px;
	line-height: 20px;
	text-align: right;
}
.customer_ui .search_results > div .ctm_name {
	font-size: 1.3em;
	height: 35px;
	line-height: 35px;
	margin: 3px 0px;
}
.customer_ui .search_results > div .ctm_birthday {
	height: 20px;
	line-height: 20px;
}
.customer_ui .search_results > div .ctm_tel {
	height: 20px;
	line-height: 20px;
}
.customer_ui .search_results > div .ctm_validity_date {
	height: 20px;
	line-height: 20px;
}
.customer_ui .search_results > div .ctm_point {
	height: 20px;
	line-height: 20px;
}
.customer_ui .search_results > div label {
	display: inline-block;
	width: 35%;
	text-align: right;
	padding-right: 10px;
	color: #5555BB;
}
.customer_ui .search_results > div button {
	position: absolute;
	width: 220px;
	height: 25px;
	bottom: 10px;
	left: 50%;
	margin-left: -110px;
}
