body {
    background-image: url(images/bg.jpg);
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-repeat: no-repeat;
    background-position : top center;
    background-color: #F1F1F1;
}

.msgTable {
  width: 75%;
  margin: 0 auto 15px;
}
.msgPic {
  width:120px;
  vertical-align: top;
}

/* 訊息區塊 */
.msgBox {width:760px; min-height: 60px; padding:15px 20px 20px 20px;  background:#fff; color:#333; border-radius:10px;   position: relative; line-height: 20px;}
.msgBox h4 {
  font-size: 13px;
  margin: 0 0 8px 0;
  color: #666
}
.msgBox h4:after {
  content: '：';
}
.msgBox p {margin: 0 0 15px 0; line-height: 20px;}
.msgBox p:last-child {margin: 0}
.msgBox .arrow {
  border-color:  rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) ;
  border-style: solid;
  border-width: 10px 12px ;
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left:-23px;
  top: 20px; /* 控制箭頭的往上往下位置 */
}

.btn_submit {cursor:pointer;}