/* @override http://localhost/fp/_themes/default/_js/jquery/css/iColorPicker.css */

.icp_color_preview_block {
	display: inline-block;
	height: 18px;
	width: 18px;
	margin: 0 0 0 3px;
	background-image: url(images/icp_color_med.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: middle;
}

/* 1100 puts the background above the dialog box */

#iColorPickerBg {
	background-color: black;
	position: absolute;
	z-index: 1100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	opacity: 0.35;
}

#closebox {
	width: 17px;
	height: 16px;
	display: inline-block;
	margin: 0px 0px 5px;
	background: white url(images/ui-icons_222222_256x240.png) -80px -128px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
