#cor1 {
	position:absolute; display:block;
	width:13px;	height:13px;
	background: url('images/cor1.gif') no-repeat;
	left:-3px;
	top:-3px;
}
#cor2 {
	position:absolute; display:block;
	width:13px;	height:13px;
	background: url('images/cor2.gif') no-repeat;
	right:-3px;
	top:-3px;
}
#cor3 {
	position:absolute; display:block;
	width:13px;	height:13px;
	background: url('images/cor3.gif') no-repeat;
	left:-3px;
	bottom:-3px;
}
#cor4 {
	position:absolute; display:block;
	width:13px;	height:13px;
	background: url('images/cor4.gif') no-repeat;
	right:-3px;
	bottom:-3px;
}