.content{
	min-height: 120px;
}
.btn_edit,.btn_submit{
	border: none;
	background-color: #0155a6;
	width: 84px;
	height: 27px;
	border-radius: 5px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	line-height: 27px;
}
.btn_cancel{
	border: none;
	width: 84px;
	height: 27px;
	border-radius: 13px;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #999999;
	text-align: center;
	line-height: 27px;
}
.user_info input{
	height: 24px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}
.user_info{
	font-size: 14px;
}
.user_info th,.user_info td{
	height: 26px;
	padding: 10px 5px;
	vertical-align: top;
}

/* 訂單列表 */
.order_list{
	padding: 15px;
}
.order_list table{
	border: none;
}
.order_list table tr{
	border-bottom: 1px solid #F0F0F0;
	border-left:  1px solid #F0F0F0;
}
.order_list th,.order_list td{
	padding: 10px 5px;
	border-right:  1px solid #F0F0F0;
}
.order_list th{
	background-color: #F0F0F0;
}
.btn_orders_cancel{
	padding: 0 5px;
	border-radius: 12px;
	border: 1px solid #E0E0E0;
	background-color: #F0F0F0;
	width: 90px;
	text-align: center;
	line-height: 30px;
	height: 30px;
}
.area_selecter{
	height: 2em;
	line-height: 2em;
}