body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-image: url('back.png');
	background-position: top left;
	font-size:10px;
	font-weight: normal;
	font-family: helvetica, verdana, sans-serif;
	line-height:1.6em;
}
table {
	width:720px;
	height:720px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
	empty-cells: show;
	border-spacing: 0px 0px;
	border: none;
	//border-collapse: collapse;
}
table tr {
	padding: 0px;
	margin: 0px;
	border: none;
}
table td {
	width:90px;
	height:90px;
	padding: 0px;
	margin: 0px;
	border: none;
	background-image: url('haze.png');
	background-position: top left;
	background-repeat: no-repeat;
}
table td.header {
	width:630px;
	height:180px;
	padding: 0px;
	margin: 0px;
	border: none;
	background-image: url('header.png');
	background-position: top left;
	background-repeat: no-repeat;
}

div#colourPickerBox {
	background-color: #888888;
	position:absolute;
	border: 1px solid #000000;
	width:376px;
	height:276px;
	top:100px;
	left:100px;
	background-image: url('back2.png');
	background-position: top left;
	z-index: 150;		
}
div#colourPicker {
	
	background-image: url('redColour.png');
	background-color: #888888;
	position:absolute;
	border: 1px solid #000000;
	width:256px;
	height:256px;
	top:10px;
	left:10px;
}
div#colourPickerCircle {
	background-image: url('picker.png');
	position:absolute;
	width:10px;
	height:10px;
	top:200px;
	left:200px;
}
div#chooserDetails {
	position:absolute;
	width:90px;
	height:90px;
	top:10px;
	left:276px;
	border: 1px solid #000000;
	background-image: url('haze.png');
	background-position: top left;
	background-repeat: no-repeat;
}
div#commitChanges, div#cancelChanges {
	position:absolute;
	width:90px;
	top:110px;
	left:276px;
	border: 1px solid #000000;
	background-color: #333333;
	color: #AAAAAA;
	text-align:center;	
}			
div#cancelChanges {top:130px;}
div#commitChanges:hover, div#cancelChanges:hover {		
	cursor:pointer;
	background-color: #DDDDDD;
	color: #333333;
	
}
div#copyright {
	text-align: center;
  color: #000000;
  padding-top:10px;
  padding-bottom:5px;
  margin:0px;
}

div#copyright a{
  color: #333333;
}