#notice{
  background-color:#CA261B;
  width:100%;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px; 
}

#notice h2{
  margin:0 auto;
  padding:10px;
  height:28px;
  width:306px;
}

#notice_txt{
  border:1px #CA261B solid;
  background-color:#FBF7EE;
  padding:10px;
}

.f-txt h2 {
  color: #fff;
}
.f-txt p {
  margin-bottom: 2em;
}