    body {
	    margin:0;padding:13px;
	    background: #c0c0c0;
	    font-family: verdana, sans-serif;
	  }
	  
	  table.container {
	  	border: 1px solid black;
	  	border-collapse: collapse;
	  }  
	  .colorBrightness {
	    width: 220px;
	    height: 220px;
	    border: none;
	    position:relative;
	    z-index:10;
	    background-image: url(../_img/circle_bri.gif);
	    background-position: 0 0;
	    background-repeat: no-repeat;
	    overflow: hidden;   
	  }
	  .colorThumb {
	    width: 8px;
	    height: 8px;
	    font-size: 101px;
	    background:none;
	    border: 1px inset;
	    position: relative;
	    top: 110px;
	    left:110px;
	    z-index:100;
	    overflow: hidden;
	  }
	  .colorCircle {
	    width: 220px;
	    height: 220px;
	    border: none;
	    background-image: url(../_img/);
	    background-position: 0 0;
	    background-repeat: no-repeat;  
	    position: relative;
	    z-index:80;
	    top: -10px;
	    top:0;
	    left:0;
	  }
	  .innerNw, .innerNe, .innerSw, .innerSe {
	    width: 110px;
	    height: 110px;
	    background-image: url(../_img/circle_col_nw.gif);
	    background-position: 0 0;
	    background-repeat: no-repeat;      
	    position: relative;
	    z-index:50;
	    top:-230px;
	    -moz-opacity: 0.00;
	    filter: alpha(opacity=0);
	    left:0;
	  }
	  .innerNe {
	    background-image: url(../_img/circle_col_ne.gif);
	    top:-340px;
	    left:110px;
	  }
	  .innerSw {
	    background-image: url(../_img/circle_col_sw.gif);
	    top:-340px;
	  }
	  .innerSe {
      background-image: url(../_img/circle_col_se.gif);
	    top:-450px;
	    left:110px;
	  }
	  .scaleRed, .scaleGre, .scaleBlu, .scaleHue, .scaleSat, .scaleBri {
	    width: 220px;
	    height: 32px;
	    border: none;
	    background-position: 0 0;
	    background-repeat: no-repeat;
	  }
	  .scaleHue {background-image: url(../_img/hue.jpg);}
	  .scaleBri {background-image: url(../_img/bri.jpg);}
	  .scaleSat {background-image: url(../_img/sat.jpg);}
	  .scaleRed {background-image: url(../_img/red.jpg);}
	  .scaleGre {background-image: url(../_img/gre.jpg);}
	  .scaleBlu {background-image: url(../_img/blu.jpg);}  
	  
	  .thumb {
	    width: 5px;
	    height: 35px;
	    background-image: url(../_img/thumb.gif);
	    background-repeat: no-repeat;
	    background-position: 0 5;
	    position: relative;
	    top: 0;
	    left:0;
	    z-index:100;
	    overflow: hidden;
	  }  
	  td.title {
	  	color: white;
	  	background: #333333;
	  	font-size: 12px;
	  	font-weight: bold;
	  }  
	  td.circle {
	  	border-right: 1px solid black;
	  }
	  td.display {
	  	
	  }  
	  div.actualDisplay {
	  	width:110px;
	  	height:80px;
	  	border: 1px solid #555555;
	  	border-right:none;
	  	border-bottom: none;
	  }
	  div.websafeDisplay {
	  	position: absolute;
	  	z-index:5;
	  	width:110px;
	  	height:280px;
	  } 
	  div.presetDisplay {
	  	width:220px;
	  	height:40px;
	  	border: 1px solid #555555;
	  	border-top:none;
	  } 
	  td.slidersLeft {
	  	border-right: 1px solid black;
	  }
	  td.fieldsLeft {
	  	border-right: 1px solid black;
	  }
	  input.field {
	    width: 60px;
	    border: 1px solid #333333;
	  }
	  td.field {
	  	text-align: center;
	  }  
	  .fieldDesc {
	  	text-align: center;
	  	font-size: 10px;
	  	color: #333333;
	  }
	  img.preset {
	  	width: 12px;
	  	height: 12px;
	  }
	  table.preset {
	  	border-collapse: collapse;
	  }
	  td.preset {
	  	border: 1px solid #555555;
	  	overflow: hidden;
	  }
	  a.preset {
	    overflow: hidden;  
	  }
	  
	  .radioActual {
	  	width: 40px;
	  	height: 30px;
	  	float:right;
	  	position: relative;
	  }
	  .radioSafe {
	  	width: 40px;
	  	height: 30px;
	  	float:left;
	  	position: relative;
	  }
	  
	  .submit {
    	font-size: 11px;
    	text-transform: uppercase;
		  background: #f0f0f0; 
		  color: #666666;
   		border: 1px solid #666666;
	  }