/*
	Colorpicker.css
	2008-07-25
	Adam.prall@thinkingman.com
*/

.swatchCont {
	_border: 1px solid red;
	padding: 20px 0 0 0;
}

div.swatch {
	position: relative;
	float: left;
	width: 90px;
	height: 128px;
	margin: 0 10px 10px 0;
	background: url("swatch.png") 50% 50% no-repeat;
}

.swatch .swatchCol {
	position: absolute;
	width: 67px;
	height: 50px;
	top: 10px;
	left: 10px;
	background-color: #fff;
	border: 1px solid #aaa;
}

.swatchAdd .swatchCol {
	text-align: right;
	font-size: 30px;
	color: #888;
}

.swatchAdd .swatchSel {
	position: absolute;
	width: 70px;
	top: 70px;
	left: 10px;
	font-size: 9px;
}

.swatchAdd .swatchTxt {
	position: absolute;
	width: 65px;
	font-size: 9px;
	top: 87px;
	left: 10px;
}

.swatch .swatchLbl {
	position: absolute;
	width: 70px;
	top: 70px;
	left: 10px;
}

.swatch .swatchBtn {
	position: absolute;
	font-size: 9px;
	top: 104px;
	right: 11px;
	margin: 0;
}