div#inner {
	width: auto;
	float: none;
}

#cv_palette {
	display: none;
}

.delete_pattern {
	margin-right: 8px;
}

#save_progress {
	display: none;
}

/*body {
	font-family: "Lucida Grande",Geneva,Arial,Helvetica,Verdana,sans-serif;
	font-size: 12px;
	line-height: 2em;
	background: black url(background.png) repeat-x scroll center top;
}*/

#wrapper {	
	background-image: none;
	background-color: #f6f0f0;
	padding: 15px;
	//float: left;
	//margin-left: 25px;
	border: 1px solid lightgray;
}

table, tbody {
  border-collapse: collapse;  
}

tr, td  {
padding: 0px;
margin: 0px;
empty-cells: show;
}

td {
  vertical-align: middle;
  text-align: center;
}

.drawcell, .paintcell, .spacecell {
width: 30px; 
height: 31px; 
border: 1px solid #ccc;
/*border: 1px dotted #ccc;*/
padding: 0px;
margin: 0px;
/*background-color: #fff;*/
}

.paintcell {
border: none; //1px solid black;
}

.spacecell {
	border: 0px;
}

.drawcell * {
margin: 0px;
padding: 0px;
}

#colorpicker {
	float: left;
	margin-right: 40px;
	height: 195px; width: 195px;
}

#palette {
	margin-bottom: 40px;	
}

#palette div {
	width: 30px;
	height: 30px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;	
	margin: 4px;	
	text-align: center;
	border: 0.3px solid darkgray;
	float: left;
	font-size: 0.0px;	
}

h3 {color: blue}

#pattern { float: left; clear:both; display: none; }

#color {
	width: 20px;
	height: 20px;
	float: left;
	clear: both;
	padding: 10px;
	border: 1px dashed #ddd;
}

fieldset { 
	border: 1px solid #ddd; 
	padding: 10px; 
	width: 40em; 
	background-color: #f5ede5;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
