#wBox .wBox_b {
	filter: alpha(opacity = 30);
	-moz-opacity: .3;
	opacity: .3;
	background: #000;
	width: 10px;
}

#wBox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
	text-align: left;
	display: none;
}

#wBox .wBox_popup {
	position: relative;
}

#wBox table {
	border-collapse: collapse;
	border-spacing: 0;
}

#wBox td {
	border-bottom: 0;
	padding: 0;
}

#wBox .wBox_body {
	background: #fff;
	border: 1px solid #000;
}

#wBox img {
	border: 0;
	margin: 0;
}

#wBox .wBox_title {
	height: 30px;
	color: #000;
	width: 100%;
	background: #f1f1f1;
	border-bottom: 1px solid #ccc
}

#wBox .wBox_title .wBox_itemTitle {
	overflow: hidden;
	font-size: 14px;
	padding-left: 10px;
	line-height: 30px;
	color: #333;
	font-weight: 700
}

#wBox .wBox_title .wBox_close {
	background: url(/styles/wbox/delete.gif) no-repeat center
		center;
	height: 14px;
	width: 14px;
	overflow: hidden;
	cursor: pointer;
}

.wBox_title_close {
	height: 26px;
}

.wBox_title_close .wBox_close {
	background: url(/styles/wbox/delete.gif) no-repeat
		center center;
	height: 26px;
	width: 26px;
	overflow: hidden;
	cursor: pointer;
}

#wBox .wBox_title .on {
	background-image: url(/styles/wbox/delete_red.gif);
}

#wBox .wBox_tl,#wBox .wBox_tr,#wBox .wBox_bl,#wBox .wBox_br {
	height: 10px;
	width: 10px;
	overflow: hidden;
	background-image: url(/styles/wbox/wbox_black.gif);
	padding: 0;
	filter: alpha(opacity = 30);
	-moz-opacity: .3;
	opacity: .3;
}

#wBox #wBoxContent {
	position: relative
}

#wBox_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#wBox .wBox_load {
	width: 270px;
}

.wBox_hide {
	z-index: -100;
}

.wBox_overlayBG {
	background-color: #000;
	z-index: 9999;
}

#wBox #wBox_loading {
	width: 32px;
	height: 32px;
	margin: 0 auto;
}

#wBox .wBox_tl {
	background-position: left top
}

#wBox .wBox_tr {
	background-position: 10px top
}

#wBox .wBox_bl {
	background-position: left 10px
}

#wBox .wBox_br {
	background-position: 10px 10px
}

.opensubmit {
	text-align: center;
	background: #FDFDFD;
	height: 30px;
	border-top: 1px solid #F0F0F0;
	padding-top: 5px;
	padding-bottom: 2px;
}

.opensubmit a {
	display: inline-block;
	vertical-align: middle
}

#wBox .onload {
	position: absolute;
	left: 0px;
	top: 0px;
}

#wBox .onload p {
	background: url(/styles/wbox/load.gif) no-repeat left center;
	width: 200px;
	margin: 0 auto;
	padding-left: 40px;
	height: 40px;
	line-height: 40px;
}

.transparent {
	filter: alpha(opacity = 0);
	-moz-opacity: 0;
	opacity: 0;
}