.msgbox-box{
    padding:5px;
    font-family: verdana;
}

.msgbox-error{
    border:2px solid #784844;
    background-color: #ffd7d4;
    color:#7e2821;
}

.msgbox-warning{
    border:2px solid #747400;
    background-color: #ffffb0;
    color:#616140;
}
.msgbox-question{
    border:2px solid #243385;
    background-color: #d6dbf7;
    color:#3049d9;
}
#caption-prompt{
  font-size: 25px;
  font-weight: bold;
}