/* payAsYouGoCredits plugin styles */
 ul#credits {
     padding: 10px 0;
}
 ul#credits li {
     display: inline-block;
     width: 150px;
     height: auto;
     text-align: center;
     padding: 15px 0 15px 0;
     margin: 0 5px 5px 0;
     box-shadow: inset 0 0 0 2px #e9e9e9;
     cursor: pointer;
}
 ul#credits li.active, ul#credits li:hover {
     background: #e9e9e9;
}
 ul#credits li input {
     opacity: 1;
     filter: "alpha(opacity=100)";
     -ms-filter: "alpha(opacity=100)";
     position: relative;
     width: auto;
     height: auto;
}
 ul#credits li div.number{
     font-size:22px;
}
 ul#credits li div.credits{
     text-transform:uppercase;
    padding:0 0 7px;
}
 ul#credits li div.price{
     font-size:16px;
}
 .my_paygc_credits{
    background:none repeat scroll 0 0 rgba(255,255,255,0.25);
    border-radius:5px 5px 5px 5px;
    font-size:13px;
    display:inline-block;
    *display:inline;
    *zoom:1;
    min-height:63px;
    margin:0 0 10px 0;
    padding:10px;
     border-radius: 5px;
     vertical-align:top;
}
 .my_paygc_credits div.padding{
    padding:1px 21px 0;
}
 .my_paygc_credits div.name, .my_paygc_credits label{
    padding:0;
    font-size:14px;
}
 .my_paygc_credits label input[type="radio"]{
    margin-right:8px;
}
 #paygc_not_sufficient{
    color:#B33030;
    font-size:14px;
    margin:5px 15px 0px 0px;
    padding:0px 0px 10px 0px;
}
 #credits table tr td{
    padding-top:10px;
}
 .required_amount_sufficient{
    color:#406819;
    font-weight:bold;
    display:inline;
}
 .required_amount_not_sufficient{
    color:#B33030;
    font-weight:bold;
    display:inline;
}
/* payAsYouGoCredits plugin styles end */

#success {
    border: 1px solid #46434321;
    border-radius: 4px;
    margin: 20px 20px 20px 20px;
    color: #fff;
    font-weight: 600;
    padding: 15px;
    background-color: #FF7F50;
}
