	body {
		background-color: #FFFFFF;
		font-family: Verdana;
		font-size: 10px;
		color: #000000;
		line-height: 16px;
	}
	
  #palette {
    border: 1px solid #564b47;
    float: right;
    margin: 32px 10px 10px 10px;
  }
  
	.tooltip {
		position: absolute;
		background: #FBF9DF;
		top: 10px;
		left: 10px;
		visibility: hidden;
		display: none;
		padding: 5px;
		border: 1px outset #FBF9DF;

		margin: 0px;
	}
	
	.colorfield {
		width: 25px; 
		height: 15px; 
		border: 1px solid #000000; 
		margin: 2px 10px;
		padding: 0px;
		float: left;
	}

	.footer {
		margin-top: 60px;
		border-top: 1px solid #939393;
		line-height: 20px;
		color: #A5A5A5;
	}