*{padding:0px;margin:0px;}
.message-box {
  display: none;
  width: 446px;
  position: fixed;
  z-index: 2010;
  top: 30%;
  left: 50%;
  margin-left: -210px;
  overflow: hidden;
  padding: 10px 0 30px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 3px 18px rgba(100, 0, 0, .5);
}
.message-box-top{
  position: relative;
  padding: 0 24px;
  font-size: 18px;
}
.message-box-top h2{
  position: relative;
  font-weight:bold;
  display:block;
  padding: 14px 0;
}
.message-box-top h2:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 40px;
  height: 4px;
  background-color: #ff532b;
  border-radius: 4px;
}
.message-box-content{  text-align: center;  padding: 24px; }
.message-box-content-right{
  font-size: 16px;
  line-height:40px;
}
.message-box-content-right p{
  text-align: center;
  line-height: 40px;
  padding: 0;
  vertical-align: middle;
}
.message-box-content-right p:before{
  content: "";
  width: 42px;
  height: 42px;
  display: inline-block;
  background: url(success-message.png) no-repeat;
  background-size: 42px 42px;
  vertical-align: top;
  margin-right: 7px;
}
.message-box-content-right.error p:before{
  background-image: url(error-message.png);
}

.message-box-foot{  line-height:28px;  width:390px;  padding: 5px 15px 0px;  text-align: right;  }
.bgmessage-box{
  display: none;
  position: fixed;
  z-index: 2009;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.4);
}
.message-box-close{height: 30px; width: 90px; border: 0; border-radius:5px; text-align: center; margin-right: 147px; background: #FF532b; color: #FFFFFF;}
