		div.dialogBox div.title {
			width:100%;
			height:1.3em;
			background:gainsboro;
			cursor: move;
		}
		div.title img {
			float: right;
			cursor: pointer;
		}
		table.color {
			height:70%;
			padding: 0px;
			margin: 0px;
			border-collapse: collapse;
			border-width: 0px;
			empty-cells: show;
			cursor:pointer;
			font-size: 1em;
		}
		tr.box {
			height: 10px;
		}
		td.box {
			width: 1em;
		}

	div.dialogBox {
		visibility: hidden;
		z-index: 0;
		border: 1px black solid;
		position:absolute;
	}
	div#colorBox {
	}
