.chirp-system, .chirp-system div, .chirp-system td, .chirp-system a, .chirp-system span {
	font-family: Lucida Grande, Verdana, helvetica, sans-serif;
	font-size: 10pt;
}

.chirp-system h3 {
	background: #333;
	color: #fff;
	padding: 3px;
}
.chirp-system h3 a {
	color: #fff;
	font-size: 10pt;
}
#chirp-system-nav {
	font-family: Lucida Grande, Verdana, helvetica, sans-serif;
	background: #fff url(../images/editbar-bg.jpg) repeat-x bottom;
	padding: 7px 0px 7px 10px;
	position: absolute;
	width: 100%;
	z-index: 10000;
	margin: 0 auto;
	border-bottom: 1px solid #666;
	height: 30px;
    opacity: .92;
    filter:alpha(opacity=92);

}
#chirp-system-nav a.button {
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 0 0 5px;
	background: url(../images/system_button_bg.png) no-repeat; 
	width: 111px;
	height: 29px;
	display: block;
	float: left;
	padding: 8px 0 8px 0;
	text-align: center;
}
#chirp-system-nav .title {
	font-family: Lucida Grande, Verdana, helvetica, sans-serif;
	margin: 0 0 0 20px;
	font-weight:bold;
	float: left;
}
#chirp-system-icon {
	padding: 10px 0 0 10px;
	
}
form span.help {
	font-size: 9px;
	color: #999;
}



#overlay-div {
	width: 750px;
	height: 500px;
	position: absolute;
	z-index: 10000;
	margin: 45px 0 0 0;
	border-bottom: 5px solid #aaa;
	border-right: 5px solid #aaa;
	background: #fff;
    opacity: .96;
    filter:alpha(opacity=96);
	}
#overlay-canvas {
	width: 750px;
	height: 500px;
	padding: 10px;
	overflow: scroll;
	}
#overlay-progress {
	background: #fff;
	width: 750px;
	height: 500px;
	padding: 10px;
	overflow: scroll;
    opacity: .96;
    filter:alpha(opacity=96);

	}
#image-editor-dlg {
	position: absolute;
	left: 100px;
	top: 100px;
}

#photo-edit-canvas {
	border: 2px dashed #333;
	width: 700px;
	padding: 10px;
	background: #fff;
    opacity: 1;
    filter:alpha(opacity=100);
}
/* icons */
.trash {
    background: url(/images/trash.gif) no-repeat;
    padding: 0 6px 0 6px;
    margin: 0 3px 0 3px;
}

.image-trash {
    background: url(/images/trash.gif) no-repeat;
    display: block;
    width: 16px;
    height: 16px;
    float: left;
}

.trash-progress {
    background: url(/images/indicator_arrows.gif) no-repeat;
    display: block;
    width: 16px;
    height: 16px;
    float: left;
}

.wysiwyg {
	height: 500px;
	width: 570px;	
}
.x-panel-body {
	border: none;
}

.org-image-overview {
	float: left;
	margin: 0 10px 0 0;
}


