/*
 * CSS for Auto ThickBox Plus
 * Copyright (C) 2010-2012 attosoft <http://attosoft.info/en/>
 * This file is distributed under the same license as the Auto ThickBox Plus package.
 * attosoft <contact@attosoft.info>, 2012.
 */

label.item, input.button { margin-right:3px; }

.form-table th { width: 190px; }

.colorpreview {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #dfdfdf;
	margin: 1px 3px;
	position: absolute;
	width: 28px;
	height: 20px;
}
input.pickcolor { margin-left: 41px; }

.colorpicker {
	z-index: 100;
	background:#eee;
	border:1px solid #ccc;
	position:absolute;
	display:none;
}

#opacity-bg { float: left; margin-right: 4px; }
#opacity-bg-trans, #opacity-bg-opaque { float: left; margin: 3px; }
#opacity-bg-slider { float: left; margin: 7px; width: 100px; }

/* @see jquery.ui.css in Smoothness theme */
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff; }
.ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6; }
.ui-state-hover, .ui-state-focus { border: 1px solid #999999; background: #dadada; }
.ui-state-active { border: 1px solid #aaaaaa; background: #ffffff; } /* after hover/focus */
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px; }
.ui-slider { position: relative; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
