.modal_rounded_background { background-color: #000; opacity: 0.75; }
.modal_rounded_main { border-radius: 4px; }
.modal_rounded_main, .modal_rounded_main input, .modal_rounded_main button {  font-size: 18px; }
.modal_rounded_inner { padding: 20px; background: #fff; color: #000000; border-radius: 8px; text-align: center;font-family: 'jannaltbold', arial, sans-serif;}
.modal_rounded_main input, .modal_rounded_main button {  padding: 5px; box-sizing: border-box; border-radius: 4px; border: 1px solid #ccc; }

.modal_rounded_content { margin: 10px 0px;}
.modal_rounded_input { margin: 10px 0px;}
.modal_rounded_buttons { margin-top: 10px; margin-bottom: 10px; }

.modal_rounded_main button
{
    background-color: #807653;
    color: white;
    padding: 5px 0px 5px 0px;
    border: 0px;
    cursor: pointer;
    outline: none;
    width: 50px;
    height: 30px;
    border-radius: 5px;
   
   
   
}
button.modal_rounded_cancel { margin-left: 10px; border: 1px solid #2367bf; background-color: #fff; color: #2367bf; }
