body
{
    font-family: "Open Sans", sans-serif;
}

div
{
    box-sizing: border-box;
}

#main
{
    width: 480px;
    height: max-content;
    margin: auto;
    margin-bottom: 25px;
}

#main > p
{
    text-align: center;
}

.FAJ_logo > img
{
    width: 350px;
    margin-left: 75px;
}

.payment_tile
{
    background-color: #ff8c00;
    color: #ffffff; 
    padding: 25px;
    width: 480px;
    text-align: center;
}

select[name=cel]
{
    margin-top: 25px;
}

.amount_tiles
{
    width: 480px;
}

.amount_tile
{
    background-color: rgba(255, 140, 0, 0.75);
    color: #ffffff;
    height: 150px;
    width: 150px;
    text-align: center;
    font-size: 35px;
    line-height: 75px;
    float: left;
    margin: 5px;
}

.amount_tile:hover
{
    background-color: #ff8c00;
}

#other_amount
{
    width: 75%;
    line-height: 30px;
    font-size: 30px;
    text-align: center;

}

.amount_tile
{
    padding-top: 15px;
}
.amount_tile > p
{
    margin: 0;
    padding: 0;
    height: 50px;
}

.amount
{
    font-weight: bold;
    font-size: 45px;
}
.currency
{
    padding-bottom: 10px;
}

.amount_selected
{
    background-color: #ff8c00;
    box-shadow: 0px 0px 10px 2px rgba(00,00,00, 0.5);
}

#credit_card_holder
{
    text-align: center;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
}

#policy
{
    margin-top: 25px;
}


.faj-button
{
    background-color: #ff8c00;
    color: #ffffff;
    float: left;
    margin-left: 50px;
}

#payu-payment-form button[type=submit]
{
    border: 0px;
    height: 50px;
    width: 290px;
    background: url('http://static.payu.com/en/standard/partners/buttons/payu_account_button_long_03.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
