.image-dialog-shade {
	position: absolute;
	cursor: pointer;
	zoom: 1;
	z-index: 9998;
	opacity: 0.3;
	overflow: hidden;
	background-color: #000;
	top: 0px;
	left: 0px;
}

.image-dialog-wait {
	position: absolute;
	height: 100px;
	width: 270px;
	background-color: #FFF;
	border: 5px solid #0058A9;
	z-index: 9999;
}

.image-dialog-wait .ajax {
	float: left;
	width: 100px;
	height: 100px;
	background-color: #FFF;
	background: url(image/ajaxloading.gif) no-repeat 20px 20px;
}

.image-dialog-wait .content {
	float: left;
	height: 100px;
	color: #666;
	background-color: #FFF;
	line-height: 100px;
	font-family: "microsoft yahei", simsun, sans-serif;
	font-size: 14px;
}

.image-dialog {
	position: absolute;
	z-index: -999;
	top: 25px;
	left: 70px;
	background-color: #FFF;
}

.image-dialog div {
	overflow: hidden;
	border: 0 !important;
}

.image-dialog .image-title {
	height: 40px;
	background-color: #048fd2;
	color: #FFF;
	font-size: 20px;
	line-height: 40px;
	padding-left: 20px;
}

.image-dialog .image-title .image-close {
	cursor: pointer;
	height: 40px;
	width: 40px;
	float: right;
	text-align: center;
	background: url(image/close_off.jpg);
}

.image-dialog .image-title .image-close:hover {
	background: url(image/close_on.jpg);
}

.image-dialog .toolBar {
	height: 40px;
}

.image-dialog .toolBar .radioDiv {
	height: 40px;
	float: left;
	margin-right: 25px;
	margin-top: 4px;
}

.image-dialog .toolBar label {
	float: left;
	margin-left: 5px;
}

.image-dialog .inputtxt {
	height: 22px;
	line-height: 22px;
	width: 500px !important;
	box-shadow: none;
	text-shadow: none;
	color: #6e622e;
	padding-left: 5px;
	border: 1px solid #b6af95;
	display: block;
	float: left;
}

.image-dialog .toolBar .button {
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
	height: 25px;
	width: 25px;
	margin-top: 7px;
	margin-left: 48px;
	margin-right: 0px;
	cursor: pointer;
}

.image-dialog .toolBar .recyle {
	background: url(image/recyle_off.png);
}

.image-dialog .toolBar .recyle:hover {
	background: url(image/recyle_on.png);
}

.image-dialog .toolBar .left {
	background: url(image/left_off.png);
}

.image-dialog .toolBar .left:hover {
	background: url(image/left_on.png);
}

.image-dialog .toolBar .right {
	background: url(image/right_off.png);
}

.image-dialog .toolBar .right:hover {
	background: url(image/right_on.png);
}

.image-dialog .toolBar .bigger {
	background: url(image/bigger_off.png);
}

.image-dialog .toolBar .bigger:hover {
	background: url(image/bigger_on.png);
}

.image-dialog .toolBar .smaller {
	background: url(image/smaller_off.png);
}

.image-dialog .toolBar .smaller:hover {
	background: url(image/smaller_on.png);
}

.image-dialog .toolBar .download {
	background: url(image/download_off.png);
}

.image-dialog .toolBar .download:hover {
	background: url(image/download_on.png);
}

.image-dialog .content {
	
}

.image-dialog .content .jump {
	width: 60px;
	float: left;
	background-repeat: no-repeat;
	cursor: pointer;
}

.image-dialog .content .jump .jump-content {
	margin-left: 15px;
	cursor: pointer;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 30px;
	height: 81px;
}

.image-dialog .content .jump .jump-next {
	background: url(image/next_off.png);
}

.image-dialog .content .jump .jump-next:hover {
	background: url(image/next_on.png);
}

.image-dialog .content .jump .jump-back {
	background: url(image/back_off.png);
}

.image-dialog .content .jump .jump-back:hover {
	background: url(image/back_on.png);
}

.image-dialog-a:hover {
	text-decoration: none;
}

.image-dialog-r:hover {
	text-decoration: none;
}

.image-dialog .content .picImageBodyDiv {
	float: left;
}
