/* MESSAGE BOX STYLING */

      #MB_MsgBox {
        background-color: #FFFFFF;
        -moz-border-radius: 6px;
        border-radius: 6px;
        padding: 10px 10px 10px 10px;
        font-family: Arial,Helvetica,sans serif;
      }
      .MB_Buttons {
        text-align: center;
        margin-top: 20px;
      }
      .MB_ButtonYes, .MB_ButtonNo {
        font-size: 14px;
      }
      .MB_ButtonYes {
        margin-right: 10px;
      }
      .MB_Prompt {
        font-size: 12px;
        text-align: center;
      }

/* END MESSAGE BOX STYLING */
