@charset "utf-8";
.addLightBox{
  width:270px;
  height:auto;
  background-color:#CCC;
  display:block;
  position: absolute;
  top:0;
  left:0;
  z-index:9999;
  display:none;
}
.shadow{
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #afafaf;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
  -moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
}
.lbTitleWrap {
  position: relative;
  white-space: nowrap;
  width: auto;
  border-radius: 4px 4px 0 0;
  color: #666;
  background: #EFEFEF;
  border: 1px solid #fff;
  border-bottom: 0;
  height: 32px;
}
.lbTitle{
  font-size:12px;
  line-height:32px;
  padding-left:10px;
}
.lbContent {
  overflow: hidden;
  border-radius: 0 0 4px 4px;
  padding:0px;
  font-size:12px;
}
#lbCloseBtn,
.lbCloseBtn{
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  background-image: url('/user_data/packages/stockfoto/img/close.png');
  cursor: pointer;
  cursor: hand;
  top: 4px;
  right: 4px;
  width: 16px;
  height: 16px;
}

.lbName,#lbBoxName,
.lbContent .lbNew input{
  margin:0;
  float:left;
  width: 190px;
	height:35px;
	line-height:35px;
	font-size: 14px;
	border: solid 1px #aaa;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-sizing: border-box;
}
/*.lbName,#lbBoxName{
  margin:0;
  border:1px solid #666;
  float:left;
  height: 20px;
  width: 160px;
  line-height:20px;
}*/
.addNewLb,#chBoxNam{
  float:right;
}
.Member,.notMember{display: none;}

.notMember{
  padding:10px;
}

.btn_addLightBox{
/*  width:14px;
  height:12px;
  display:block;
  background:url('/img/icon_lightbox_g.gif') no-repeat;*/
}
.btn_addLightBox.added{
/*  background:url('/img/icon_lightbox_ore.gif') no-repeat !important;*/
}
.lbList{
  border-bottom: 1px solid #ccc;
  padding:0px;
  max-height:100px;
  overflow:auto;
}
.lbList a{
  text-decoration: none !important;
  display: block;
  height: 22px;
  line-height: 22px;
  padding-left: 28px;
  padding-right: 10px;
  background: url('/img/icon_lightbox.gif') 10px 3px no-repeat;
  border-bottom: 1px solid #ccc;
}
.lbList a:hover{
  background-color: #666 !important;
  color:#fff !important;
}
.lbList a:last-child{
  border-bottom: none;
}
.lbNew,.lbBoxDel,.lbImgDel{
  padding:10px;
}
.lbFirst{
  padding:10px 10px 0 10px;
}
.lbFirst a{
  text-decoration:none !important;
}
.lbErrStr{
  padding:0 10px 10px 10px;
  display:block;
}
.Message,.lbMessage{
  padding:10px;
}
.btn_gray_xs, .btn_ora_xs, .notMember .btn_grayg_xs{
  height:35px;
  line-height:35px;
  padding: 0 10px;	
}
.myp_lightbox_header .myp_lightbox_title p a.btn_gray_xs{
  height:25px;
  line-height:25px;
  padding: 0 10px;
}