.colourpickercontainer
{
	position: relative;
}

.samplecolour
{
	cursor: pointer;
	cursor: hand;
}

.colourpicker
{
  position: absolute;
  left:-1px;
  top:-125px;
  background-color:#CCCCCC;
  border-width:1px;
  border-style:outset;
  display:none;
  width:180px;
  height:120px;
}

.colourcell
{
  width:9px;
  height:9px;
  position:relative;
  cursor:pointer;
  border-width:0px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-color:#CCCCCC;
  border-style:solid;
}

.colourcell img
{
  width:9px;
  height:9px;
  border:0px;
}
