.mmoo_popup{
	position: absolute;
	display: none;
	z-index: 9999;
}

.mmoo_popup table{
	border-style: solid;
	border-color: #2e8b57;
	border-width: 0.2em;
	border-collapse: collapse;
	background-color: #ffffff;
}

.mmoo_popup table th{
	border-color: #2e8b57;
	background-color: #2e8b57;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color: #ffffff;
	height: 1.5em;
	padding: 0.3em;
}

.mmoo_popup table th.mmoo_drag_handle{
	cursor: move;
}

.mmoo_popup table td{
	padding: 1em;
}

.mmoo_popup_open_button{
	cursor:pointer;
	border: 0;
}

.mmoo_popup_close_button{
	cursor:pointer;
	padding: 0.2em;
	border: 0;
}
