
#bsa_popup_container {
    font-family: Arial, sans-serif;
    font-size: 12px;
    /*min-width: 300px; /* Dialog will be no smaller than this */
    max-width: 600px; /* Dialog will wrap after this width */
    background: #FFF;
    border: solid 1px #ccc;
    color: #000;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

#bsa_popup_content {
    background: 16px 16px no-repeat;
    padding: 1em 1.75em;
    margin: 0em;
   overflow: hidden;
    border-radius: 6px;
}

#bsa_popup_content .digitinputs{
   text-align: center;
   height: 30px;
   font-size: 18px;
}

#bsa_popup_message {
    padding: 10px 10px 15px 75px ;
   text-align: center;
    max-height: 300px;
    overflow-y: auto;
}

#bsa_popup_panel {
    text-align: center;
   margin: 15px 5px 7px 5px;
/*	margin: 2em 0em 0em 1em;*/
}

#bsa_popup_panel .btn {
   margin-left: 2px;
   margin-right: 2px;
   min-width: 80px;
}

#bsa_popup_prompt {
    margin: .5em 0em;
}

#bsa_popup_content.bsa_hint{
   padding: 1.5em 1.75em;
   background-color: #aaaaa1;
}

#bsa_popup_container.bsa_hint{
   opacity: 0.8;
   border: none;
}


#bsa_popup_content.bsa_hint #bsa_popup_message{
   padding: 0px;
}

#bsa_popup_content.bsa_info {
    background-image: url(../images/info.png);
}

#bsa_popup_content.bsa_error {
    background-image: url(../images/error.png);
}

#bsa_popup_content.bsa_alert {
    background-image: url(../images/alert.png);
}

#bsa_popup_content.bsa_confirm {
    background-image: url(../images/confirm.png);
}

#bsa_popup_container.bsa_confirm_strong #bsa_popup_content.bsa_confirm{
    background-image: url(../images/alert.png) !important;
}


#bsa_popup_content.bsa_prompt {
    background-image: url(../images/prompt.png);
}

.customer-pin-keyboard{
   text-align: center;
}
.customer-pin-keyboard .btn{
   font-size: 28px;
   line-height: 42px;
}

