#advise_message,
#advise_post {
  display: none;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99997;
  cursor: progress;
  font-family: arial;
}
#advise_post {
  z-index: 99999;
  background: rgba(255, 255, 255, 0.3);
}
#advise_message #advise_content {
  cursor: initial;
}
#advise_message #advise_content {
  position: relative;
  max-width: 460px;
  height: auto;
  top: 25%;
  border: 1px solid #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 99998;
  margin: 0 auto;
  background: #f5f5f5;
  padding: 0;
  -webkit-box-shadow: 0px 0px 10px #ccc inset;
  -moz-box-shadow: 0px 0px 10px #ccc inset;
  box-shadow: 0px 0px 10px #ccc inset;
  width: 99%;
}
#advise_message #advise_line {
  margin: 0 0 10px;
  padding: 0;
  height: 15px;
  background: #999;
  -webkit-box-shadow: 0 2px 10px #ccc inset;
  -moz-box-shadow: 0 2px 10px #ccc inset;
  box-shadow: 0 2px 10px #ccc inset;
}
#advise_message #advise_img {
  margin: 15px;
  width: 32px;
  height: 32px;
  background: url(/assets/images/done.png) 0 0 no-repeat;
  float: left;
}
#advise_message #advise_text {
  font-size: 11px;
  text-align: justify;
  display: inline-block;
  margin: 10px 0;
  max-width: 375px;
  width: 78%;
}
#advise_message #advise_text strong {
  display: block;
  margin: 5px 0;
}
/*#advise_message #advise_button{margin:15px 100px 5px 60px;float:none}*/ /* center */
#advise_message #advise_button,
#advise_message #continue_button {
  margin: 5px 10px 5px 0px;
  float: right;
} /* right */
#advise_message #advise_button,
#advise_message #continue_button {
  display: block;
  cursor: pointer;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  padding: 10px 25px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-shadow: -1px -1px 0px #5a8200;
  border: 1px solid #5a8200 !important;
  -moz-box-shadow: inset 0px 1px 0px 0px #b9e84b;
  -webkit-box-shadow: inset 0px 1px 0px 0px #b9e84b;
  box-shadow: inset 0px 1px 0px 0px #b9e84b;
  background: #6d9c01;
  background: -moz-linear-gradient(top, #96d10c 0%, #6d9c01 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #96d10c),
    color-stop(100%, #6d9c01)
  );
  background: linear-gradient(top, #96d10c 0%, #6d9c01 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#96d10c',endColorstr='#6d9c01',GradientType=0);
}
#advise_message #advise_button:hover,
#advise_message #continue_button:hover {
  border: 1px solid #5a8200 !important;
  background: #78aa04;
  background: -moz-linear-gradient(top, #9ed915 0%, #78aa04 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #9ed915),
    color-stop(100%, #78aa04)
  );
  background: linear-gradient(top, #9ed915 0%, #78aa04 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ed915',endColorstr='#78aa04',GradientType=0 );
}
#advise_message #advise_button:active,
#advise_message #continue_button:active {
  border: 1px solid #5a8200 !important;
  position: relative;
  top: 1px;
  background: #78aa04;
  background: -moz-linear-gradient(top, #78aa04 0%, #9ed915 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #78aa04),
    color-stop(100%, #9ed915)
  );
  background: linear-gradient(top, #78aa04 0%, #9ed915 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78aa04',endColorstr='#9ed915',GradientType=0);
}
#advise_message #form_advise_message {
  margin: 5px 10px 5px 0;
  display: inline-block;
}
#advise_message #advise_button span,
#advise_message #continue_button span {
  display: inline-block;
  overflow: visible;
  margin: 5px 0;
}
#advise_message #advise_legal {
  text-align: center;
  font-size: 11px;
  color: #666;
  padding: 6px 0;
  position: relative;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 5%;
}
#advise_message #advise_legal #newSubmitLink {
  cursor: pointer;
  background: #6d9c01;
  color: #fff;
  border-radius: 3px;
}
.checkboxSuggest {
  border-bottom: 1px dotted #f00;
}
.checkboxSuggest:before {
  content: "\25BA";
  position: relative;
  left: 0px;
  color: #db0000;
  text-shadow: 2px 0px 0px #fff;
}
#advise_message .box-communication .sponsorslink,
#advise_message .box-publicity .sponsorslink {
  color: #222 !important;
}
#advise_message #advise_text .box-label {
  border: 0;
  display: inline-block;
  line-height: 18px;
  padding: 0;
}
#advise_message #advise_text .box-label label {
  display: inline-block!important;
}
#advise_message #advise_text input {
  float: none;
  display: inline-block;
  width: auto;
  height: auto;
  min-height: 18px;
  vertical-align: middle;
  margin: 0 1rem 0 0;
  position: initial;
}

#advise_message #continue_button.advise_button_grey {
  text-shadow: -1px -1px 0px #9e9e9e;
  border: 1px solid #9e9e9e !important;
  -moz-box-shadow: inset 0px 1px 0px 0px #9e9e9e;
  -webkit-box-shadow: inset 0px 1px 0px 0px #9e9e9e;
  box-shadow: inset 0px 1px 0px 0px #9e9e9e;
  background: #9e9e9e;
  background: -moz-linear-gradient(top, #9e9e9e 0%, #607d8b 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #9e9e9e),
    color-stop(100%, #607d8b)
  );
}



#advise_message #advise_text .noinputmargin input {
    margin: 0;
}