/* @override 
	http://localhost/~bbhack/cropper/cropper.css
*/

/* Jcrop styles */
/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
.jcrop-holder {
	text-align: left;
}
.jcrop-vline, .jcrop-hline {
	font-size: 0;
	position: absolute;
	background: white url('Jcrop.gif') top left repeat;
	/*
	opacity: .5;
	*filter:alpha(opacity=50);
	*/
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-handle {
	font-size: 1px;
	width: 7px !important;
	height: 7px !important;
	border: 1px #eee solid;
	background-color: #333;
/*	*width: 9px;*/
/*	*height: 9px;*/
}
.jcrop-tracker {
/*	*background-color: gray;*/
	width: 100%;
	height: 100%;
}
.custom .jcrop-vline, .custom .jcrop-hline {
	background: yellow;
}
.custom .jcrop-handle {
	border-color: black;
	background-color: #C7BB00;
/*	-moz-border-radius: 3px;*/
/*	-webkit-border-radius: 3px;*/
}

/* Cropper styles */

#thumbs_frame {
	/*width: 100%;*/
	overflow: auto;
	padding: 2px 2px 0px 2px;
	background-color: #222;
}
#thumbs_list {
	height: 184px;
	list-style: none;
	background-color: #222;
}
#thumbs_list li {
	float: left;
/*	margin: 3px;*/
	border:1px solid black;
	border-bottom: none;
	background: #999 url(tn_bg.png);
}

#thumbs_list li.active {
	border-color: red;
}
#thumbs_list li a {
	display: block;
	width: 180px;
	height: 180px;
	border: 4px solid #444;
/*	background-color: black;*/
	text-align: center;
	overflow: hidden;
}

#focalzone {
/*	visibility: hidden;*/
	position: absolute;
	width: 100%; height: 100%;
	z-index: 310;
}
#focal_zone img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
}
#controls {
/*	width: 100%;*/
	height: auto;
/*	margin-right: 10px;*/
	padding: 5px 0 5px 10px  ;
	border: 3px solid #000;
	background-color: #ccc;
}

form {
	font-weight: bold;
	color: #777;
}
input, select, label, fieldset, #car_wrap {
	display: inline;
}

#tl,#br,#wh {
	position:absolute;
	margin: 5px;
	width: 10em;
	font-family: monospace;
	color: white;
}
#tl {
	z-index:311;
}
#br {
	z-index: 312;
	bottom: 0;
	right: 0;
	text-align: right;
}
#wh {
	z-index:313;
	top: 50%;
	left: 50%;
	margin-left: -5em;
	margin-top: 25px;
	text-align: center;
}

#fw,#fh {
	margin-left: 2px;
	text-align: center;
}
.readonly {
	border: 1px solid #aaa;
	color: #000;
	background-color: #eee;
}

fieldset#hidden {
	display: none;
}

optgroup {
	margin: 0px 0 1px 0;
	border: none;
}
optgroup.separate {
	margin-top:5px;
	padding-top: 5px;
	border-top: 1px solid #ccc;
}
#preview_wrapper {
	float: left;
	width:180px;
	height:120px;
	border:3px solid black;
	border-top-width: 0;
	background: #999 url(tn_bg.png);
}
#preview_holder {
	width:180px;
	height:120px;
	overflow:hidden;
	margin: auto;
}
#preview {
	display: block;
}

#original_wrapper {
	float:left;
}

#hidden * {
	visibility: hidden;
}

.clearer {
	clear: both;
}

#footer {
	width: 100%;
}