.emg-fixed-message-box {
  display: none;

  text-decoration: none;
  background: #1186ca;
  color: #fff;
  position: fixed;

  z-index: 9;
  
  width: 50%;
  max-width: 360px;
  box-shadow:0px 2px 6px rgba(0, 0, 0, 0.5);
}

.emg-fixed-message-box.top_left {
  top: 25px;
  left: 25px;
}

.emg-fixed-message-box.top_right {
  top: 25px;
  right: 25px;
}

.emg-fixed-message-box.bottom_left {
  bottom: 25px;
  left: 25px;
}

.emg-fixed-message-box.bottom_right {
  bottom: 25px;
  right: 25px;
}

.emg-fixed-message-box:hover {
  text-decoration: none;
}

.emg-fixed-message-box:hover .btn {
  text-decoration: none;
  border-color: rgba(255, 255, 255, 1);
  background-color: rgba(0, 0, 0, 0.4);
}

.emg-fixed-message-box .emg-fixed-message-inner {
  padding: 15px;
}

.emg-fixed-message-box p {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.emg-fixed-message-box strong {
  font-size: 16px;
  float: left;
  width: 100%;
}

.emg-fixed-message-box .emg-fixed-message-btn {
  background: rgba(0, 0, 0, 0.5);
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
  width: 100%;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 5px;
}

.emg-fixed-message-box .emg-fixed-message-close {
	position: absolute;
  right: -10px;
  top: -10px;
  z-index: 10;
  border-radius: 100px;
  background: #666;
  color: #fff;
  height: 25px;
  text-align: center;
  width: 25px;
  border: 2px solid;
  box-shadow: 1px 1px 1px #333;
}
