/* css by nand Nerd */
/* CSS specific to sculpty pages */

input[type="button"].nudgebtn {
	width:5px;
}
div.chk {
  float:left;
  width: 25px;
  height: 25px;
  border: none;
  background-color: #FFFFFF;
  color: #000000;
  }
div.num {
  float:left;
  width: 25px;
  height: 25px;
  border: none;
  background-color: #FFFFFF;
  color: #000000;
  }
div.x {
	float: left;
	border: none;
	background-color: #FF0000;
	width: 100px;
	height: 25px;
	text-align: center;
	color: #FFFFFF;
}
div.y {
	float: left;
	border: none;
	background-color: #00FF00;
	width: 100px;
	height: 25px;
	text-align: center;
	color: #FFFFFF;
}
div.z {
	float: left;
	border: none;
	background-color: #0000FF;
	width: 100px;
	height: 25px;
	text-align: center;
	color: #FFFFFF;
}
div.r {
	float: left;
	border: none;
	background-color: #FF0000;
	width: 100px;
	height: 25px;
	text-align: center;
	color: #FFFFFF;
}

div.br {
	clear: both;
	height: 0px;
}

div.leftpane {
	width: 350px;  /* was 325px */
	background-color: #ccc;
	border: 1px dotted #333;
	float:left;
	padding: 2px;
}
	

div.rightpane {
	width: 425px;
	background-color: #ccc;
	border: 1px dotted #333; 
	float:right;
	padding: 2px;
}
