@charset "utf-8";
/* CSS Document */
#mBox .mBox_b {
	filter:alpha(opacity=80);
    -moz-opacity:0.8;
    opacity: 0.8;
  background-image:url(../mBox/mBox-y.gif);
  width:10px;
}

#mBox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
  display:none;
}

#mBox .mBox_popup {
  position: relative;
}

#mBox table {
	border-collapse: collapse;
    border-spacing: 0;
}

#mBox td {
  border-bottom: 0;
  padding: 0;
}

#mBox .mBox_body {
  background-color:#ffffff;
    border:1px solid #FF9900;
}

#mBox img {
  border: 0;
  margin: 0;
}
#mBox .mBox_title {
  height:28px;
  color:#000000;
  width:100%;
  background:url(../mBox/titleBG-y.png) repeat-x;
}
#mBox .mBox_title .mBox_itemTitle{
    padding-left:5px;
    overflow:hidden;
	font-size:14px;
font-weight:bold;
}
#mBox .mBox_title .mBox_close{
    background:url(../mBox/close-y.png) no-repeat 0 0;
    height:14px;
    width:14px;
    overflow:hidden;
    cursor:pointer;
}
#mBox .mBox_title .on{
    background-position:0 -14px;
}
#mBox .mBox_tl, #mBox .mBox_tr, #mBox .mBox_bl, #mBox .mBox_br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  background-image:url(../mBox/mBox-y.gif);
  padding: 0;
  filter:alpha(opacity=80);
    -moz-opacity:0.8;
    opacity: 0.8;
}

#mBox #mBoxContent{
	padding:3px;
}
#mBox_overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
#mBox .mBox_load{
	width:270px;
}
.mBox_hide {
  z-index:-100;
}

.mBox_overlayBG {
  background-color: #333333;
  z-index: 99;
}
#mBox #mBox_loading{
	width:32px;height:32px;margin:0 auto;
}
