
.pop_main{
	position:fixed;
	_position:absolute;
	z-index: 11001;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    -moz-box-shadow:1px 1px 10px #CCC;
    -webkit-box-shadow:1px 1px 10px #CCC;
    overflow: hidden;
    padding: 5px;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3F000000,endColorstr=#3F000000);
}
.pop_body{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #676767;
    color: #3F3F3F;
    position: relative;
	overflow:hidden;
}
.pop_backfrm{
	width:100%;
	_width:expression(this.parentNode.offsetWidth-2);
	height:100%;
	_height:expression(this.parentNode.offsetHeight-2);
	position:absolute;
	z-index:-1;
}
.pop_header{
	background: none repeat scroll 0 0 #F4F4F4;
    border-bottom: 1px solid #E5E5E5;
    height: 27px;
    line-height: 27px;
    padding-right: 40px;
    position: relative;
}
.pop_header span {
    display: inline;
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    line-height:28px;
    margin-left: 10px;
    overflow: hidden;
}
.pop_header .close {
    background-image: url("imagesclose_b.gif");
	background-repeat:no-repeat;
    cursor: pointer;
    height: 16px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    text-indent: -999em;
    top: 10px;
    width: 16px;
}
.pop_header .close:hover{
	background-image: url("imagesclose_a.gif");
}
.pop_content{
	background:#ffffff;
	overflow:hidden;
	width:100%;
	font-size:14px;
}
.pop_content .html_body{
	padding:5px 12px;
}
.pop_foot{
	background: none repeat scroll 0 0 #F1F1F1;
    border-top: 1px solid #E9E9E9;
    font-size: 12px;
    padding: 8px 0 8px 8px;
    position: relative;
    text-align: right;
}
.pop_foot a{
	display:inline-block;
	margin-right:10px;
	width:50px;
	height:22px;
	line-height:24px;
	text-decoration:none;
	background:url(imagesbtn_s.gif) 0 0 no-repeat;
	text-align:center;
	font-size:12px;
	color:#333;
	outline:none;
	overflow:hidden;
}
.pop_foot a:hover{
	background-position:0 -22px;
}
.pop_cover{
	position:absolute;
	overflow:hidden;
	width:100%;
	top:0px;
	left:0px;
	z-index: 11000;
	background:#CCC;
	display:none;
}
.pop_confirm{width:50px;height:32px;background:url(imageshelp.gif) center center no-repeat;}
.pop_alert{width:50px;height:32px;background:url(imagesinfo.gif) center center no-repeat;}
.loading{width:16px !important;height:16px !important;background:url(imagesloading.gif) center center no-repeat !important;}

.tipBody{
	margin: 0 auto;
	height:54px;
	line-height:54px;
	font-size:14px;
	font-weight: bold;
	color: #606060;
}
.tipCont{
	float:left;
	height:54px;
	background:url(imagestip.png) 0 -161px repeat-x;
}
.tipLeft{
	float:left;
	width:45px;
	height:54px;
	background:url(imagestip.png) -6px 0 no-repeat;
}
.tipBody span.success{
	background-position: -6px 0;
}
.tipBody span.info{
	background-position: -6px -54px;
}
.tipBody span.error{
	background-position: -6px -108px;
}
.tipRight{
	float:left;
	width:6px;
	height:54px;
	background:url(imagestip.png) 0 0 no-repeat
}