#menu {
	margin-left: 0;
	padding-left: 0;
}
#menu li {
	float:left;
	margin: 2px;
	padding: 0;
	font-weight: bold;
	list-style-type: none;
	cursor: pointer;
	display: block;
}
#edit {
	border: solid 1px #000;
	width: 100%;
	height: 160px;
}
#preview {
	margin: 10px 0;
}
#html {
	font-size: small;
	width: 520px;
	height: 300px;
}
#pallete {
	position:absolute;
	display: none;
	z-index:1000;
	border: 1px #333 solid;
	width: 360px;
}
#pallete table {
	margin: 0;
	border-collapse: collapse;
}
#pallete td {
	width: 8px;
	height: 8px;
	border: 1px #eee solid;
	cursor: pointer;
	cursor: hand;
}
