.wishlist_login_msg {
  position: fixed;
  left: 0;
  bottom: 0;
  background: rgba(255,255,255,0.7);
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);/*IE8以下用*/
  height: 38px;
  padding: 16px 0;
  width: 100%;
  font-size: 15px;
  -webkit-box-shadow: 0 -2px 15px rgba(0,0,0,0.1);
          box-shadow: 0 -2px 15px rgba(0,0,0,0.1);
}
.wrap_wishlist_login_msg{
  width: 980px;
  margin: auto;
  overflow: hidden;
}
.wrap_wishlist_login_msg p{
  float: left;
  font-weight: bold;
  font-size: 15px;
  margin-top: 8px;
}
.wrap_wishlist_login_msg ul{
  float: right;
  overflow: hidden;
}
.wrap_wishlist_login_msg ul li{
  float: left;
}
.wrap_wishlist_login_msg ul li a{
  color: #FFF;
  width: 120px;
  height: 40px;
  color: #FFF;
  text-align: center;
  display: block;
  display: table-cell;
  vertical-align: middle;
}
.wrap_wishlist_login_msg ul li a:hover{
  text-decoration: none;
}
.wrap_wishlist_login_msg ul li.cansel{
  background: #232223;
  margin-right: 10px;
}
.wrap_wishlist_login_msg ul li.next{
  background: #FA0006;
}





#modal-content {
    width: 45%;
    margin: 0;
    background: #fff;
    position: fixed;
    display: none;
    z-index:11000;
    zoom:1;
}
#modal-overlay {
    z-index:10900;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:#000;
    opacity: 0.75;
    -ms-filter: "alpha(opacity=75)";
}
#modal-content-bg1 img,
#modal-content-bg2 img {
    width: 100%;
    height: auto;
}
#modal-content_buttons {
    display: table;
    width: 100%;
}
#modal-content_buttons img {
    width: 95%;
    height: auto;
}
#modal-content-new {
    display: table-cell;
    width: 50%;
    text-align: left;
    padding-left: 55px;
}
#modal-content-login {
    display: table-cell;
    width: 50%;
    text-align: right;
    padding-right: 55px;
}
#modal-content-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 10%;
    cursor: pointer;
}
#modal-content-close img {
    width: 100%;
    height: auto;
}