
/* new note window */
	.ajax_w1_table {
		width: 100%;
	}
	.ajax_w1_table td.left {
		background-color: #fff;
		border-left: 1px solid #666;
	}
	.ajax_w1_table td.top {
		background-color: #fff;
		border-top: 1px solid #666;
	}
	.ajax_w1_table td.middle {
		background-color: #fff;
	}
	.ajax_w1_table td.right {
		background-color: #fff;
		border-right: 1px solid #666;
	}
	.ajax_w1_table td.bottom {
	}
	
	.ajax_w1_table td.top_left {
		width: 9px;
		height: 9px;
	}
	.ajax_w1_table td.top_right {
		width: 9px;
		height: 9px;
	}
	.ajax_w1_table td.bottom_left {
		width: 9px;
		height: 30px;
	}
	.ajax_w1_table td.bottom_right {
		width: 9px;
		height: 30px;
	}


	.button_table {
		
	}
	.button_table img {
		border: 0px;
	}
	.button_table td.txt {
		color: #666;
		text-align: center;
		vertical-align: middle;
		font-weight: bold;
		width: 100%;
	}
	.button_table td.btn_left {
		white-space: nowrap;
	}
	.button_table td.btn_right {
		white-space: nowrap;
	}
	.note_data {
		width: 98%;
	}
	
	