#alert {
  background-color: #FDF1AB;
  border-bottom: 1px solid #C10F1B;
  width: 100%;
  font-size: 0.7em;
}
  #alert .box {
    background: #FDF1AB url(../images/ico/coquette/32/warning.png) 0 50% no-repeat;
    margin-left: 20px;
  }
    #alert p {
      font-weight: bold;
      font-size: 110%;
      padding: 1.25em 0 1.25em 4em;
      text-align: center;
    }


.notice.error {
	  margin-bottom: 20px;
    border: 2px solid #a62f2f;
    font-weight: bold;
    font-size: 110%;
    padding: 1.25em 0 1.25em 4em;
    color: #af1515;
    background: #fff url(../images/ico/coquette/32/block.png) 0 50% no-repeat;
}
    .notice.error strong {
        display: block;
        padding: 25px 100px;
        background: url(../images/ico/coquette/32/block.png) 0 50% no-repeat;
    }
.notice.ok{
	  margin-bottom: 20px;	
    border: 2px solid #090;
    font-weight: bold;
    font-size: 110%;
    padding: 1.25em 0 1.25em 4em;
    color: #090;
    background: #fff url(../images/ico/coquette/32/accept.png) 0 50% no-repeat;
}
    .notice.ok strong {
        display: block;
        padding: 25px 100px;
        background: url(../images/ico/coquette/32/accept.png)  0 50% no-repeat;
    }
