.mmc_buttons {
	
}
#mmcBox #mmc_saveBox {
	position:fixed;
	width:440px;
	display:none;
	z-index:9999;
	padding:20px;
	background-color: #fff;
}
#mmcBox #mmc_saveBox label { 
	width:100px;
}
#mmc_loadBox {
	position:fixed;
	width:640px;
	height:400px;
	display:none;
	z-index:9999;
	padding:20px;
	background-color: #fff;
	overflow: auto;
}
#mmc_loadBox .table {
	width:100%;
}
#mmc_loadBox .table .table_row{
	min-height:0;
}
#mmc_loadBox .table .table_row .grid_1, #mmc_loadBox .table .table_row .grid_2, #mmc_loadBox .table .table_row .grid_3, #mmc_loadBox .table .table_row .grid_5, #mmc_loadBox .table .table_row .grid_7{
	margin-top:0;
}

#mmcBox #mmc_statusBox {
	position:fixed;
	width:440px;
	display:none;
	z-index:9999;
	padding:20px;
	background-color: #fff;
}
#mmcBox input[type="text"] {
	padding: 5px;
	width: 320px;
}