@charset "utf-8";
/* CSS Document */

*:focus {
	
}
.jbox-fade {
	background-color: rgb(0, 0, 0);
}
.jbox-drag {
	border: 1px dashed rgb(165, 193, 27); border-image: none;
}
div.jbox {
	padding: 0px; border: currentColor; border-image: none; font-size: 12px;
}
div.jbox .jbox-border {
	background: 0px 0px rgb(0, 0, 0); opacity: 0.2; -moz-opacity: 0.2;
}
div.jbox .jbox-container {
	border: 1px solid rgb(153, 153, 153); border-image: none; background-color: rgb(255, 255, 255);
}
div.jbox .jbox-title-panel {
	background: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid;
}
div.jbox .jbox-title {
	color: rgb(0, 0, 0); font-size: 14px; font-weight: bold;
}
div.jbox .jbox-title-icon {
	background: url("../images/jbox-title-icon.gif") no-repeat 3px 5px;
}
div.jbox .jbox-close {
	background: url("../images/jbox-close1.gif") no-repeat 0px 0px;
}
div.jbox .jbox-close-hover {
	background: url("../images/jbox-close1.gif") no-repeat 0px 0px;
}
div.jbox .jbox-close-hover {
	background-position: -16px 0px;
}
div.jbox .jbox-content {
	color: rgb(68, 68, 68); line-height: 18px; min-height: 24px;
}
div.jbox .jbox-content-loading {
	background-color: rgb(230, 230, 230);
}
div.jbox .jbox-content-loading-image {
	background: url("../images/jbox-content-loading.gif") no-repeat bottom;
}
div.jbox .jbox-button-panel {
	border-top-color: rgb(204, 204, 204); border-top-width: 1px; border-top-style: solid; background-color: rgb(238, 238, 238);
}
div.jbox .jbox-bottom-text {
	color: rgb(68, 68, 68); text-indent: 10px;
}
div.jbox .jbox-button {
	background: url("../images/jbox-button2.png") repeat-x; margin: 1px 7px 0px 0px; border-radius: 3px; border: 1px solid rgb(170, 170, 170); border-image: none; height: 22px; color: rgb(136, 136, 136); cursor: default;
}
div.jbox .jbox-button-hover {
	background-position: 0px -20px; color: rgb(102, 102, 102);
}
div.jbox .jbox-button-active {
	background-position: 0px -40px;
}
div.jbox-warning .jbox .jbox-button-panel {
	background-color: rgb(255, 255, 255);
}
div.jbox .jbox-tip-color {
	border-color: rgb(167, 167, 167); border-radius: 3px; color: rgb(51, 51, 51); font-weight: bold;
}
div.jbox span.jbox-icon {
	background: url("../images/jbox-icons.png") no-repeat 0px 0px; _background: url(images/jbox-icons-ie6.gif) no-repeat scroll 0 0 transparent;
}
div.jbox span.jbox-icon-info {
	background-position: 0px 0px;
}
div.jbox span.jbox-icon-question {
	background-position: -36px 0px;
}
div.jbox span.jbox-icon-success {
	background-position: -72px 0px;
}
div.jbox span.jbox-icon-warning {
	background-position: -108px 0px;
}
div.jbox span.jbox-icon-error {
	background-position: -144px 0px;
}
div.jbox span.jbox-icon-none {
	overflow: hidden; display: none;
}
div.jbox span.jbox-icon-loading {
	background: url("../images/jbox-loading1.gif") no-repeat 0px 0px;
}
