.simple_container {
	position: relative;
}

.simple_pgcontainer {
	min-height:100px;
	_height:100px;
}

.simple_pgtoolbar {
	height:30px;
	valign:middle;
	font-size:12px;
	border-top:1px solid #dadada;
	background: ;
	margin:10px 0 -1px 0;
}

.simple_pgtoolbar td {
	font-size:12px;
	padding:0 1px 0 1px;
	text-align:center;
}

.simple_pgpanel {
	padding:0 10px 0 10px;
	margin-top:5px;
}

.simple_pgbtn {
	width: 20px;
	height: 20px;
	display: block;
	cursor: pointer;
	margin:1px;
}

.simple_pgpress {
	margin:2px 0 0 2px;
}

.simple_pgprev {
	background: url(/uploads/image/mwjtsimages/prev.gif) no-repeat center;
}

.simple_pgprevdisabled {
	background: url(/uploads/image/mwjtsimages/prev_disabled.gif) no-repeat center;
	cursor:auto;
}

.simple_pgnext {
	background: url(/uploads/image/mwjtsimages/next.gif) no-repeat center;
}

.simple_pgnextdisabled{
	background: url(/uploads/image/mwjtsimages/next_disabled.gif) no-repeat center;
	cursor:auto;
}

.simple_pgfirst {
	background: url(/uploads/image/mwjtsimages/first.gif) no-repeat center;
}

.simple_pgfirstdisabled {
	background: url(/uploads/image/mwjtsimages/first_disabled.gif) no-repeat center;
	cursor:auto;
}

.simple_pglast {
	background: url(/uploads/image/mwjtsimages/last.gif) no-repeat center;
}

.simple_pglastdisabled {
	background: url(/uploads/image/mwjtsimages/last_disabled.gif) no-repeat center;
	cursor:auto;
}

.simple_pgrefresh {
	background: url(/uploads/image/mwjtsimages/nowait.gif) no-repeat center;
}

.simple_pgload {
	background: url(/uploads/image/mwjtsimages/loading.gif) no-repeat center;
}

.simple_pgcurrentpage {
	width:30px;
	height:16px;
	line-height:16px;
	text-align:center;
	border:1px solid #cccccc;
	background:url(/uploads/image/mwjtsimages/text_bg.gif) repeat-x;
}

.simple_pgsearchinfo {
	padding-left:20px;
}

.simple_mask {
	width: 100%;
	height: 100%;
	background: url(/uploads/image/mwjtsimages/loading.gif) no-repeat center;
	background-color: #ffffff;
	position: absolute;
	z-index: 999;
	top:0;
	left:0;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:.70;
}

.simple_separator {
	width:2px;
	height:20px;
	background: url(/uploads/image/mwjtsimages/separator.gif) no-repeat center;
}