@charset "utf-8";

 .fix-box{
  background-image: url('../images/gif.gif');
  font-size:15px;
  text-shadow:1px 1px 3px #e2e2e2;
  position: fixed;
  bottom: 0;
  z-index: 999;
  max-width: 640px;
  background-size: 100%;
  padding-top: 14px;
}
.fix-box a{
  color:#fff;
  line-height:1.6;
}
.fix-box a img{
  width:15px;
}
.btn-group-justified .btn-group{
  padding: 5px 0;
  border-right: 1px solid #fff;
  opacity:0;
}
.btn-group-justified .btn-group:last-child{
  border: none;
}
.modal-content{
  border:none;
  background-color: transparent;
  box-shadow: none;
}
.modal-dialog{
  margin:10px 0;
}
button.close{
  position: absolute;
  right: 7%;
  top: 2.5%;
  color: #8c8c8c;
}
#form999
,#form777{
  position: relative;
  padding:0 5%;
}
#form999 .msg_text,
#form777 .msg_text{
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #c7c7c7;
  border-radius: 0;
  padding: 0;
}
.fred,.fred a {
	color:#a80000 !important;
}
.w100{
  width:100%!important;
}
.mw100{
  max-width:100%;
}


