/* Dialog */

div#dialog { width: 400px; }
div#dialog input[type=text] { width: 20em;}
div#dialog input[type=submit] { width: 5em;}
div.content { max-height: 14em; overflow: auto; }

div.content>td {width: 20em;}
.underline {text-decoration: underline; cursor: pointer; }
.copy_key {overflow: hidden; max-width: 15em; }

div#dialog_msg,#basicDialogMsg { background: #eee; color: green; border-top: 1px solid black; padding: 0.2em}

div#dialog table { width: 100%;}

.red { background:#f99; }

div#dialog-confirm {
//	min-height: 4em;
	padding: 1em 0 0 0.8em;
	font-size: 0.9em;
	font-weight: bold;
	display: none;
}



.label { clear: both; font-weight: bold; }


.ui-dialog .ui-dialog-buttonpane { margin-top: .5em; padding: 0; }
.ui-dialog .ui-dialog-titlebar { padding: .15em 1em; position: relative; }

#legend_option_name { border-color: blue;}

