.mask-msg {
    width: 100px;
    height: 25px;
    background: #FFFFFF url(i_loading.gif) no-repeat 7px center;
    border: #ccc 1px solid;
}
/*  Download by http://www.mb5u.com */
.mask-msg div {
    margin: 3px 3px 3px 27px;
    font-family: Arial;
    font-size: 12px;
    line-height: 20px;
}

.mask {
    position: absolute;
    background: #000;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    filter: alpha(opacity=40);
}

.ajax-content {
    display: none;
}

.win {
    width: 400px;
    height: 250px;
    position: absolute;
    border: #2D91CD 1px solid;
    background: #ffffff;
}

.win-head {
    background: url(t_bg.gif) repeat-x;
    height: 24px;
    line-height: 24px;
    color: #FFF;
    font-weight: bolder;
}

.win-top-left {
    background: url(i_write.gif) no-repeat 3px center;
    font-size: 12px;
    padding-left: 25px;
}

.win-top-right {
    display: inline;
    float: right;
    text-align: right;
    height: 24px;
    margin-right: 2px;
    padding-left: 17px;
    background: url(i_close.gif) no-repeat left center;
    cursor: pointer;
}

.minwin {
    background: url(i_minwin.gif) no-repeat center center;
}

.maxwin {
    background: url(i_maxwin.gif) no-repeat center center;
}

.normalwin {
    background: url(i_normalwin.gif) no-repeat center center;
}

.closewin {
    background: url(i_closewin.gif) no-repeat center center;
}
.win .td{
	padding:1px;
}
.alert-body{
	height:40px;
	background:url(i_warning.gif) no-repeat 15px center;
	padding:20px 10px 5px 60px;
}

/* progressbar */
.progressbar { 
  border:1px solid #2D91CD; 
  width: 200px; 
  height: 20px; 
  line-height: 20px; 
  text-align: center; 
}
.progressbar .progress{
	Background: #C0DCEB;
}
.progressbar .text{
	color:#2D91CD;
}


			
.btn-sub,.btn-search{ width:80px; height:22px; border:0; cursor:pointer; background:url(btn_sub.gif); padding-left:20px !important; padding-left:15px; line-height:22px; color:#000000}

/* Tab */
.tab{float:left;width:5000px;position:relative;left:0px;height:21px;}
.tab .on{ display:block; height:17px; color:#000000; padding-top:4px; text-align:center; background:url(tag_house_on.gif); overflow:hidden}
.tab .off{ display:block;height:16px; color:#000000; padding-top:4px; text-align:center; background:url(tag_house_off.gif); overflow:hidden}
.tab a:hover{color:#000000}
.tab .close{float:right; width:11px;height:11px;margin-right:3px;display:block;margin-top:0px; background:url(tab-close.gif) no-repeat;}
.tab ul{display:block;list-style:none;padding:0;margin:0}
.tab li{list-style:none;padding:0;float:left;width:65px;height:21px;margin:0px;margin-left:1px;cursor:pointer}
.tab .inner{}
.scroll-left{float:left;position:relative;background:url(tab-left.gif) no-repeat;width:19px;height:20px;cursor:pointer;z-index:5}
.scroll-right{float:right;position:relative;background:url(tab-right.gif) no-repeat;width:19px;height:20px;cursor:pointer;z-index:5}
.tab-div{background:url(tag_house_bg.gif);margin:0;margin-top:7px;}
.tab-div-html{background:url(tag_house_bg.gif);margin:0;margin-top:0px !important;margin-top:7px;width:200px !important;width:197px;float:right;text-align:right}
.tab-div-content{border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;border-left: 1px solid #ccc;border-right:1px solid #ccc;}
