﻿#cards .operator#irancell-cards
{
    width: 380px;
    margin: auto;
    padding: 0px;
    height: auto;
    left: 0px;
    position: relative;
    width: 220px;
    overflow: visible;
    float: right;
}

#cards h3.title
{
    float: right;
    position: relative;
    top: 35px;
    width: 150px;
}

label[for=quantity] hr
{
    width:590px;
}

label[for=quantity]
{
    float: right;
}

select#quantity
{
    float: left;
    margin: -17px 0 10px 260px;
}

.OperationBox
{
    height: auto;
}

.OperationBox hr
{
    clear: both;
}

#banks-list
{
    width: 470px;
}

#purchaseResult #gratitude
{
    text-align: center;
}
#purchaseResult #success-message
{
    text-align: center;
}
#purchaseResult #charge-prefix, #purchaseResult #help
{
    bottom: 40px;
}
#purchaseResult #remarks
{
    bottom: 20px;
}
#gateway-selection {
position: relative;
top: 151px;
clear: both;
}



.new:before{
     width: 100%;
    height: 100%;
    border-width: 64px 64px 0 0;
    border-color: #2381bf transparent transparent transparent;
    position: absolute;
    left: -198px;
    top: -11px;
    content: "";
    content: url(../img/ribbon.png);
    background-repeat: no-repeat;
}