._colourInputBox
{
	border: 1px solid black;
	cursor: pointer;
}

#colpopup
{
	width: 120px;
	height: 90px;
	background-image: url("/dlib/images/colswatch.png"); no-repeat;
	border: 1px solid #333;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: white;
}

#colclose
{
	background-image: url("/dlib/images/csclose0.png"); no-repeat;
	cursor: pointer;
	width: 11px;
	height: 11px;
}

#colclose:hover
{
	background-image: url("/dlib/images/csclose1.png"); no-repeat;
}

