#colorPicker
{
	background: #dddddd;
	position: absolute;
	width: 253px;
}
#colorFeedback
{
	border: 0px;
	width: 253px;
}
#colorFeedback input
{
	font: 11px verdana, arial, helvetica, sans-serif;
}
#colorFeedback img
{
	vertical-align: top;
	padding-top: 5px;
}
#txtColor
{
	border: 1px solid;
	width: 70px;
}
#colorSurround
{
	margin-top: 2px;
	border: 1px solid;
	width: 66px;
	height: 15px;
}
#colorSurround td
{
	border: none;
	width: 33px;
	height: 15px;
}
#swatches
{
	border: 1px black;
	background-color: black;
	width: 253px;
}
#swatches td
{
	background: black;
	width: 11px;
	height: 11px;
}