/* for all messages */

/* the only one we're using right now */
.notice-box {
  background-color: #CFDCE4; /* pale blue */
  padding: 5px;
}
.notice-box>div {
  border: white 1px solid;
  padding: 20px 10px;
}
.notice-box .feedback-title {
color: #3b6583;
font-size: 1.5em;
text-align: center;
}
.notice-box .feedback-body {
  text-align: center;
}
.msg-box-ask a {
  cursor: pointer;
}
.msg-box-ask {
  margin-top: 10px;
}
.msg-suggest {
  margin-top:10px;
  font-size:1.3em;
}
.notice-shadow-box {
  background: url(/css/img/feedback-shadow.gif);
  position:absolute;
  z-index:-1;
}

/* may use later */
.message-box{background-color: #000; color: #EEEEEE}    
.warning-box {background-color: #EEEE00; color: #000}
.error-box { background-color: #BB0000; color: #000 }
