/**
 * .form-standard
 */

 /*
.form-standard h1, .form-standard h2,
.form-standard h3, .form-standard h4,
.form-standard h5, .form-standard h6 {
    padding: 0 15px 12px 15px;
}
 */

.form-standard-errors{
display: none;
}
#buy_summary .form-standard-errors{
display: block;
}

.form-standard hr {
    border: none;
    display: block;
    background-color: #000;
    color: #000;
    height: 1px;
    margin: 20px -15px;
}

.form-standard .inline {
    padding-left: 17em;
    margin: 1.25em 0 0;
}
    
.form-standard input {
    float: left;
    width: 15em;
    border: 1px solid #000;
    background-color: #fff;
    font-size: 100%;
    margin-right: 7px;
    height:18px;
    padding:2px 3px 0 3px;
}
    .form-standard .inline input {
        float: none;
        width: 6em;
    }
    .form-standard input.radio,
    .form-standard input.radiobutton,
    .form-standard input.checkbox {
        margin-right:10px;
        width:auto;
	border:0;
    }
    .form-standard .checker input {
        margin-top: 2px;
    }

.form-standard select {
    font-size: 100%;
    margin-right: 10px;
}
    /*
    .form-standard select option {
        padding: .5em;
    }
    */

.form-standard label {
    display: block;
    width: 110px;
    padding: 9px 0 0 0;
    float: left;
    text-align: right;
    margin: 0 15px;
}
    .form-standard .inline label {
        display: inline;
        float: none;
        padding-left: 1em;
        margin-right: 0.5em;
    }
    .form-standard .checker label {
        margin-top:2px;
    }
    .form-standard .additional-sims label {
        padding-left: 1em;
        padding-top:0;
	width:17em;
    }
    
.form-standard label small {
    font-size: 80%;
    color: #888;
}

/* Disabled as it's too much generic, and causes problems in spread/invite.contacts
 * @franp
.form-standard label span {
    color:#666666;
    float:right;
    font-size:90%;
}
*/

.form-standard .notification {
    margin: 0;
    padding: 0;
    width: 100%;
}

.form-standard .notification .message {
    font-size: 12px;
    float:none;
    padding: 15px;
    display: block;
    width: auto;
    margin-left: 0;
}

.form-standard .message {
    clear: both;
    float: left;
    font-size: 10px;
    line-height: 14px;
    padding: 8px 10px;
    margin: 10px 0 0 15px;
    width: 280px;
    background-color: #e6edf9;
}

.form-standard .desc {
    clear: left;
    float: left;
    font-size: 10px;
    line-height: 14px;
    margin: 5px 0 0 140px;
    width: 175px;
    padding: 0;
    _padding-left: 15px;
    _float: none;
}
.form-standard .address .desc {
    margin-left: 175px;
}

.form-standard .address .inside-checkbox input {
    left: 175px;
}

.form-standard .inside-checkbox .help {
    line-height: normal;
}

.form-standard .help {
    background: url(/gfx/forms/help-icon.png?7466) no-repeat left top;
    padding-bottom:5px;
    padding-left:19px;
    vertical-align: middle;
    line-height: 25px;
}
    .form-standard .help:hover {
        background: url(/gfx/forms/help-icon.png?7466) no-repeat left bottom;
    }


    .form-standard .checker .help {
        /*padding-top:3px;*/
    }

.form-standard-help-bubble {
    position: absolute;
    z-index: 1000;
    width: 190px;
    min-height: 100px;
    padding: 50px 10px 0 30px;
    text-align: left;
    background: url(/gfx/forms/help-top.png?7466) no-repeat left top;
    color: black;
}

.form-standard-help-bubble-bottom {
    position: absolute;
    bottom: -5px;
    left: 8px;
    width: 100%;
    height: 5px;
    background: url(/gfx/forms/help-bottom.png?7466) no-repeat left bottom;
}

.form-standard .status-working {
    background: url(/gfx/ajax-loader.gif?7466) no-repeat 0 9px;
}

.form-standard .status-error {
    /*background: url(/gfx/forms/alert-small.png?7466) no-repeat 1.2em top;*/
}

.form-standard .error {
    /* Hide errors by default */
    display: none;
    color: #ff2513;
    padding: 5px 0 0 45px;
    margin: 0;
    line-height: 1.2em;
    font-size: 11px;
    background-image: none;
    clear:left;
    margin:0;
    background: url(/gfx/forms/alert-small.png?7466) no-repeat 1.2em;

}
    
    .last .form-standard .error{
        background:transparent url(/gfx/forms/alert-grey.png?7466) no-repeat scroll 0 10px;
        padding-left:30px;
        padding-top:10px;
        width:225px;
        display: none;
    }

    .form-standard .status-error .error {
	display: block;
    }

.form-standard .status-error input {
    border-color: #fe0000;
}

.form-standard textarea {
    float: left;
    width: 15em;
    border: 1px solid #000;
    background: #fff;
    font-size: 100%;
    margin-right: 10px;
    font-family:Arial, Helvetica, sans-serif;
    padding:3px;
}

.form-standard .address label {
    width: 140px;
}

.form-standard .address .form-standard-checkbox label {
    width: auto;
    margin-left: 30px;
}

.form-standard .address .form-standard-checkbox {
    margin-left: 170px;
    _margin-left: 185px;
}

.form-standard .address .form-standard-checkbox input {
    left: 0;
}

/*  
.form-standard .status-error label {
    color: #ff2513;
}
*/


.form-standard .inline .label {
    position: absolute;
    margin: 0 1em 0 -17em;
    padding: 0;
    width: 16em;
    font-size: 100%;
    color: black;
    text-align: right;
    line-height: 1.5em;
}

.form-standard .inline div {
    display: inline;
    margin: 0;
}
    
.form-standard .inline select {
    min-width: 0;
}

/**
 * fieldset / div.confirmation
 */

.form-standard fieldset{
    margin: 0;
    border: 0;
}

.form-standard fieldset p{
    padding: 0 15px;
}
.form-standard fieldset p.summary{
    padding:10px 20px;
}

.form-standard fieldset legend {
    margin: 0;
    border-top: 1px solid #000;
    padding-top: 20px;
    padding-bottom: 12px;
    text-indent: 15px;
    font-family:arial;
    font-weight:normal;
    font-size:30px;
    line-height:30px;
    white-space:normal;
    width: 100%;
    _width: 95%; /* IE6 */
    /*
    Moz needs the display to "table-row" however this causes IE8 to
    don't render the border. So we might need to find a way to set this
    to "block" for IE browsers
    */
    display: table-row;
}

.form-standard fieldset img {
    vertical-align: top;
    /*margin-left: 15px;*/
}
    
div.confirmation {
    padding:0 15px;
    margin-top:0px;
}
    
    div.confirmation h6 {
        padding-bottom: 12px;
    }

/**
 * form-standard Elements
 */

/*
.form-standard-text,
.form-standard-file,
.form-standard-password,
.form-standard-radio,
.form-standard-select,
.form-standard-textarea,
.form-standard-html,
.form-standard-errors
{
    padding: 0 15px;
}
*/

.form-standard-checkbox,
.form-standard-file,
.form-standard-html,
.form-standard-password,
.form-standard-radio,
.form-standard-select,
.form-standard-text,
.form-standard-textarea {
    margin: 0 0 15px 0;
    padding: 0;
    overflow: hidden;
    zoom: 1;
}

.form-standard-text .error, .form-standard-password .error {
    width: 260px;
}

 .form-standard-text input, .form-standard-password input {
    border-color: white;
    background-image: url(/gfx/bg_form_input.png);
    background-repeat: no-repeat;
    width: 154px;
    height: 21px;
    padding:6px 10px 0;
    color:#404040;
    zoom: 1;
}

.form-standard-text input.disabled {
background-color:#EBEBEB;
background-image:none;
border:1px solid #EBEBEB;
color:#737373;
font-weight:bold;
}

.form-standard-select select,
.form-standard-text select {
    padding-top: 2px;
    margin-top: 3px;
    height: 25px;
}

.form-standard-password .strength {
    display: block;
    margin: 10px 0 0 140px;
    width: 175px;
    padding: 0;
    clear: both;
    float: left;
    font-size: 11px;
    _float: none;
    _padding-left: 15px;
}

.form-standard-checkbox {
    padding: 4px 15px 15px 0px;
    margin:0;
    position: relative;
    overflow: visible; /* Needed to do not cut help icon */
}

.form-standard-checkbox input {
    top: 0px; /*top: 5px;*/
    width: auto;
    border: none;
    left: 15px;
    top: 0;
    position: absolute;
}

.form-standard-checkbox label {
    width: auto;
    float: none;
    text-align: left;
    margin-left: 45px;
    line-height: 12px;
    padding: 0;
    font-size: 12px;
}
    
.form-standard-checkbox .error {
    margin-top: 5px;
    padding-left: 45px;
}

.form-standard-checkbox .desc {
    margin-left: 2em;
}

.form-standard-checkbox .help {
    background-position: left top;
}

.auto_settings .label select {
    margin: 0 10px;
}

.auto_settings .label {
    line-height: 45px;
    font-size: 12px;
    margin-left: 30px;
}

.auto_settings input {
    margin-top: 17px;
}

/**
 * .form-standard-errors
 */

.form-standard-errors h3 {
    background: url(/gfx/forms/alert-big.png?7466) no-repeat left center;
    color: #d92000;
    font-size: 180%;
    padding: 0 0 0 40px;
}

.form-standard-errors ul {
    margin-left: 8px;
}

.form-standard-errors li {
    background: url(/gfx/forms/summary-item.png?7466) no-repeat left 5px;
    padding-left: 24px;
    line-height: 1.8em;
    color: #d92000;
}

.form-standard-errors a {
    color: #d92000;
    text-decoration: underline;
    font-weight: bold;
    padding-right: 0.5em;
}
    .form-standard-errors a:hover {
	background-color:transparent;
    }

/**
 * .form-standard-file
 */

.form-standard-file input {
    height:auto;
}

/**
 * .form-standard-html
 */

.form-standard-html div.html-content {
    overflow:hidden;
    _float:left; /*IE6*/
    _overflow:auto;
    position: relative;
}

/**
 * .form-standard-hr
 */

.form-standard fieldset hr.form-standard-hr {
    margin:20px 0;    
}

.form-standard-hr.middle {
    margin-left: 6em;
}

/**
 * .form-standard-radio
 */

.form-standard-radio {
    position: relative;
    padding-left: 15em;
}
    .inline .form-standard-radio {
        padding-left: 0;
    }

.form-standard-radio .label {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 15px;
    margin-bottom: 0;
    width: 10em;
    padding: 2px 0 0 3.5em;
    text-align: right;
}

.form-standard-radio label,
.form-standard-html label.for-input {
    position: relative;
    float: none;
    display: inline;
    width: auto;
    margin: 2px 0;
    text-align: left;
    padding-left: 1.5em;
    padding-right: 15px;
    /*text-indent: 2em;*/
}
    .inline .form-standard-radio label {
        clear: none;
        display: inline;
        padding-left: 0;
        text-indent: 0;
        margin-right: 1em;
        padding-left: 20px;
    }

.form-standard-radio input,
.form-standard-html input.radiobutton {
    position: absolute;
    top: 3px;
    left: -3px;
    width: 1em;
    border: none;
    margin: 0;
    padding: 0;
}
    .form-standard-html input.radiobutton {
	left: 0;
	top: 0;
    }
    .inline .form-standard-radio input {
        /*position: static;*/
        position: absolute; top:0; left:0;
        width: auto;
        margin: 0;
    }

/**
 * .form-standard-submit
 */

.form-standard-submit {
    padding: 0 0 15px 15px;
}

.form-standard-submit button,
.form-standard-submit button.btn-transaction { 
    position: relative;
    overflow: visible; /* removes extra side padding in IE */
    border: none;
    border-width: 0px;
    background:url(/gfx/button.png?7466) no-repeat right top;  
    padding: 0 10px 0 0;
    margin-right:5px;
    height:25px; 
    cursor: pointer;
    font-size: 86.2%;
}
    .form-standard-submit button::-moz-focus-inner {
        border: none;  /* overrides extra padding in Firefox */
    }
    
.form-standard-submit button.btn-transaction{
background-image:url(/gfx/buttons/white_yellow_big.png?7466);
height:37px;
}

.form-standard-submit button.btn-disabled {
background-color: #fff;
background-image:url(/gfx/buttons/white_grey_big.png?7466);
cursor: default;
}

.form-standard-submit button span,
.form-standard-submit button.btn-transaction span {
    position: relative;
    margin-left: -2px;
    display: block; 
    white-space: nowrap;
    background:url(/gfx/button.png?7466) no-repeat left top;  
    padding:5px 5px 0 15px;
    height:20px;
    color:#FFF;
    text-decoration: none;
}

.form-standard-submit button.btn-transaction span{
background-image:url(/gfx/buttons/white_yellow_big.png?7466);
color:#3c3c3c;
font-size:1.4em;
height:29px;
padding-top:8px;
}
.form-standard-submit button.btn-disabled span{
background-color: #fff;
background-image:url(/gfx/buttons/white_grey_big.png?7466);
color:#737373;
}
    
.form-standard-submit button:hover,
.form-standard-submit button:hover span,
.form-standard-submit button.hover span,
.form-standard-submit button:focus,
.form-standard-submit button:focus span,
.form-standard-submit button.has-focus span{
    text-decoration: none;
}

    .form-standard-submit button.btn-transaction:hover, .form-standard-submit button.btn-transaction.hover {
        background-position: right center;
    }

    .form-standard-submit button.btn-transaction:hover span,
    .form-standard-submit button.btn-transaction.hover span{
        color:#3c3c3c;
        background-position: left center;
    }
    .form-standard-submit button.btn-disabled:hover span,
    .form-standard-submit button.btn-disabled.hover span {
        color:#737373;
    }

    .form-standard-submit button.btn-transaction.has-focus {
        background-position: right bottom;
    }

    .form-standard-submit button.btn-transaction.has-focus span {
        color:#3c3c3c;
        background-position: left bottom;
    }

    .form-standard-submit button.link:hover,
    .form-standard-submit button.link:hover span {
	color:black; text-decoration:underline;
    }
    
.form-standard-submit button.link,
.form-standard-submit button.link span { 
    color:black; 
    text-decoration:underline; 
    background-image:none; 
    padding-left:2px;
    border:0;
    padding: 0;
    height:auto;
}
    .form-standard-submit button.link:hover,
    .form-standard-submit button.link:focus,
    .form-standard-submit button.link.has-focus {
	background-color:#ffd845;
    }
     
.form-standard-submit button.submit span img {
    vertical-align: middle;
    margin-right: 5px;
}

.form-standard-submit .help {
    margin-left:10px;
}

.form-standard-submit button.aligned {
    margin-left: 125px;
    _margin-left: 140px;
}

.form-standard-submit button.more_aligned {
   margin-left: 155px;
}

.form-standard-submit button.login span {
    width: 100px;
}

/**
 * .form-standard-text
 */

.form-standard-text input.radio{
    margin-top:4px;
}

/**
 * .form-compact
 */ 

.form-compact {
     /*width: 98%; IE6 doesn't obey the correct size */
}
    
.form-compact label {
    float: none;
    width: auto;
    text-align: left;
    padding-left: 0;
    margin-right: 0;
}

.form-compact label small {
    font-size: 80%;
    color: #888;
}
		
.form-compact input {
    width: 174px;
    padding:2px 3px 0 3px;
    margin-left: 15px;
}
	
.form-compact select {
    width: 180px;
    margin-left: 15px;
}

.form-compact .desc{
    margin: 0;
    color: #666;
    font-size: 90%;
    padding: 0 0 0 0;
}

.form-compact .error{
    display:none;
}

.form-compact .form-standard-submit {
    padding: .25em .25em 1em .25em;
}

.form-compact .form-standard-submit {
    padding: 0 0 15px 0;
}

.form-compact  .form-standard-errors{
    display:none;
}

.form-compact .status-error{
    background:transparent;
}

.form-compact .error {
    padding:4px 0 0;
}


/**
 * .noedit (PROFILE DETAIL)
 */

.noedit .form-standard-text,
.noedit .form-standard-password,
.noedit .form-standard-select,
.noedit .form-standard-file,
.noedit .form-standard-checkbox,
.noedit .form-standard-html,
.noedit .form-standard-submit,
.noedit .multibox_middle .header,
.noedit #padlock,
.noedit_item
{
    display:none;
}
.noedit .noedit_item {
    display:block !important;
    margin-bottom:0;
}
.multibox_bottom a.noedit_item {
    margin-left: 15px;
}

.noedit_item label {
    display: none;
}

.noedit_item .html-content{
    padding-left: 15px;
    _padding-left: 0;
    _width: 100%;
    line-height: 25px;
}

/**
 * LINKS
 */

/* For anchors which have to look as buttons */
a.button,
input.submit {
    font-size: 86.2%;
    float: left;
    height:25px; 
    background:url(/gfx/button.png?7466) no-repeat right top;  
    padding-right: 10px;
    margin-right:5px;
    cursor: pointer;
    padding-bottom:15px;
    text-decoration: none;
}
    .form-standard-html a.button{
	padding-bottom:0;
    }

a.btn-transaction{
background-image:url(/gfx/button_big_yellow.png?7466);
margin-right:15px;
}

a.button span,
input.submit span{
    float: left;
    position: relative;
    display: block; 
    white-space: nowrap;
    background:url(/gfx/button.png?7466) no-repeat left top;  
    padding:5px 5px 0 15px;
    height:20px;
    color:#FFF;
    text-decoration: none;
} 
    a.button:hover,
    a.button:hover span,
    a.button.hover,
    a.button.hover span,
    a.button:focus,
    a.button:focus span,
    a.button.has-focus span,
    input.submit:hover,
    input.submit:hover span{
        color:#ffd845;
        text-decoration: none;
    }
    a.button:focus,
    a.button.has-focus {
	background-color:transparent;
    }

a.btn-transaction span{
background-image:url(/gfx/button_big_yellow.png?7466);
color:#3C3C3C;
font-size:1.4em;
height:32px;
padding:10px 5px 0 15px;
}

    a.btn-transaction:hover,
    a.btn-transaction:hover span,
    a.btn-transaction.hover,
    a.btn-transaction.hover span,
    a.btn-transaction:focus,
    a.btn-transaction:focus span,
    a.btn-transaction.has-focus span,
    input.submit:hover,
    input.submit:hover span{
        color:#000;
    }
    a.button:focus,
    a.button.has-focus {
	background-color:transparent;
    }

#order_bttn , #act_bttn, #more_bttn, #hire_bttn {
    background:url(/gfx/button-large.png?7466) no-repeat right top;
    height: 35px;
}

#order_bttn span, #act_bttn span, #more_bttn span, #hire_bttn span{
    background:url(/gfx/button-large.png?7466) no-repeat left top;
    height: 35px;
    padding-top:10px;
    font-weight: bold;
}

#print_button{
cursor:pointer;
display:block;
float:left;
margin-top:10px;
}

/**
 * STEPS
 */   

#steps {        
    margin: 0 0 0 -15px;
    background: black url(/gfx/bg_steps.png) repeat-x;
    padding-bottom: 0;
    height: 33px;
    overflow: hidden;
    zoom: 1;
    font-size: 16px;
    }
        
#steps li {
    float: left;
    width: 100px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    color: #3c3c3c;
    font-weight: bold;
}
    #steps.total-2 li { width: 286px; }
    #steps.total-3 li { width: 189px; }
    #steps.total-4 li { width: 145px; }
    #steps.total-5 li { width: 111px; }
    #steps li.selected {
        color: #ffb620;
    }
    #steps li.first {
        margin-left: 0;
    }
    #steps li.last {
        float: right;
    }
        
#steps a {
    color: #3c3c3c;
    text-decoration: none;
}      
#steps a:hover, #steps a:active  {
    color: #fee8bb;
    background-color: transparent;
}

/**
 * ORDER ADDITIONAL SIMS
 */

.form-standard div.additional-sims {
    background:#CCCCCC url(/gfx/additional_sims.png?7466) no-repeat top left;
    margin-left:30px;
    margin-right:30px;
    padding-bottom:0;
    padding-left:166px;
    padding-right:10px;
    padding-top:18px;
    height:40px;
}

/**
 * TOPUP MANAGED ACCOUNTS
 */
#m-account-list .account-item {
    margin-top: 5px;
}

#m-account-list label.for-input{
    padding-left: 2em;
    margin:0;
}

#m-account-list .radiobutton {
    top:0;    
}

#m-account-list .status-error{
    background-image: none;
}

/**
 * PROVIDERS
 */

.provider-item {
    margin-top: 10px;
}

.provider-item label.for-input{
    margin:0; padding:0;
}

.provider-item label.for-input a.logout{
    color: rgb(136, 136, 136);
    font-size: 80%;
    vertical-align: top;
}

.provider-item img {
    vertical-align:text-bottom;
    margin-right:10px;
}

/**
 * CONTACTS LIST
 */
#contacts-list{
    width:360px;
    border-top:1px solid;
    clear:both;
    _height: expression( this.scrollHeight > 299 ? "300px" : "auto" ); 
    max-height:300px;
    overflow-y:auto;
    overflow-x:hidden;
}

.contact-item{
    margin:5px 0;
}

.contact-item input.checkbox{
    width: 1em; padding:0; margin-right:5px;
}
    
.contact-item label{
    float:none;
    margin:0;
    padding:0;
    text-align:left;
    width:auto;
    display:inline;
}

.contact-item span.name,
ul.invitations-box span.name{
    font-weight:bold;
} 
.contact-item span.email,
ul.invitations-box span.email {
    font-style:italic;
}

.error span.name,
.error span.email {
    color:red;
}

ul.invitations-box {
    padding: 0pt;
    margin-bottom: 15px;
    _height: expression( this.scrollHeight > 99 ? "100px" : "auto" );
    max-height: 100px;
    overflow-y:auto;
    overflow-x:hidden; 
}

/**
 * PASSWORD STRENGTH WIDGET
 */
#pass_strength {
background-color:#666666;
display:inline-block;
_display: block;
height:11px;
float:right;
margin-top:4px;
width:122px;
_margin-top: -13px;
}

#pass_strength span {
height: 100%;
width: 0%;
background-color: #70D452;
overflow: hidden;
zoom: 1;
text-indent: 1000px;
display: block;
}

/* --[buy page new design]-- */

#buy_summary {
margin:0 0 15px;
}

#buy_summary .form-standard-html{
margin:0;
padding:0;
}

#buy_summary .form-standard-submit{
margin:0;
padding:0 0 15px;
}

#buy_summary label{
display:none;
}

#pay-options {
    display: none;
}

#pay-options label{
display:block;
float:none;
padding:0 0 0 5px;
text-align:left;
line-height: 24px;
width: auto;
}

#pay-options input{
border:0 none;
float:none;
height:1em;
padding:0;
width: auto;
height: auto;
margin-right: 10px;
}

/* --[misc]-- */

.submit_button {
    margin-top:15px;
}

.inside_fieldset_title {
    margin-bottom: 0;
    padding-top: 15px;
}

.inside_fieldset_title label {
    display: none;
}


.form-standard-submit.center {
    padding-left:15px; text-align:center;
}

.form-standard-html.no_margin_b { margin-bottom:0; }

hr.compact { display:none; }

#frm-card_security_code {
    width:3em;
}

#frm-more_sims {
    min-width:8em;
}

#expiring_date_selects select,
#birthdate_selects select,
#start_date_selects select {
    margin-right:5px;
    min-width:3em;
}

#another_card_button {
    background:transparent;
    font-size:100%;
    border:0;
    cursor:pointer;
}

#another_card_button span,
#another_card_button:hover span {
    text-decoration:underline;
}

/* ------------- */
.noheader .form-standard fieldset {
background:#FFFFFF none repeat scroll 0 0;
position:relative;
margin:0;
}

.noheader .form-standard fieldset.header_box{
margin:50px 0 0;
}

.noheader fieldset h5{
margin-top:-50px;
padding-top:15px;
background-image:url(/gfx/box-headers.png?7466);
background-repeat:no-repeat;
background-position:-3165px top;
}

.form-standard fieldset.boxed {
margin:0;
}
.form-standard fieldset.boxed_in{
background-color:#FFFFFF;
margin:0;
padding:20px 15px 0;
}
.form-standard fieldset.boxed h5{
padding:15px 0 20px;
}

/* ------------- */

div.btn-transaction{
padding-left:15px;
}

input#frm-country {
background-color:#EBEBEB;
border:1px solid #EBEBEB;
color:#737373;
font-weight:bold;
}

#secure_logos {
width: 150px; float: right; margin-right: 15px;
}

#padlock{
    position:absolute;
    right:0;
    top:55px;
    width:150px;
}

#padlock.savedCard {
    float: right;
    top: 0;
    position: relative;
    margin: 0 20px 15px 0;
}

#padlock img{
margin: auto; display: block;
}

#padlock p{
font-size:11px; font-weight:bold; margin-bottom:0; padding-top:5px; text-align:center;
}


.inside-checkbox label {
float:left;
line-height: 24px;
vertical-align: baseline;
margin-left:170px;
}

.inside-checkbox input {
left:140px;
top:7px;
}

.last .form-standard label{
margin:0 10px 0 0;
width:100px;
text-align:right;
}

.last .form-standard-text input,
.last .form-standard-password input{
margin:0;
width:120px;
}

.dark .form-standard-text input,
.dark .form-standard-password input{
border-color:#333333;
}

.dark .status-error input{
border-color:#FE0000;
}

.last .form-standard-password,
.last .form-standard-text{
margin-bottom:10px;
}

.last .form-standard-submit{
padding: 0;
text-align: right;
}

/* -- */

.form-standard fieldset.wider1 label {
width:150px;
}

#card_number.html-content {
padding-top:9px;
}

.noedit a.btn-edit {
    bottom:0px;
    height:25px;
    line-height:16px;
    position:absolute;
    right:0px;
}

.noedit .bodyfix .body{
    padding: 0;
}

div.sub_option {
    margin-left: 50px;
}

#topup_settings .form-standard-select label {
    width: 150px;
}

.submit_info{
float:left; margin-left:15px; padding:10px 20px;
}


/* Buy disabled form*/

#buy_submit_info {
background-position:0 0;
padding:0 15px 0 25px;
width:350px;
position: absolute;
top: 15px;
right: 15px;
}

form.disabled #checkout_summary{
margin-bottom:0;
}

form.disabled .multibox_bottom .body{
padding-left:15px;
}

form.disabled fieldset.multibox_bottom {
background-color:#E3EBF9;
padding:15px 0 15px 15px;
}

fieldset.disabled{
color:#737373;
}

#buy_already {
    width: 255px;
    overflow: hidden;
}

/* Redeem a voucher */

#redeem_voucher {
margin-bottom:20px;
}

#redeem_voucher .form-standard-text label {
padding-bottom:10px;
text-align:left;
width:100%;
}

#frm-voucher{
width:147px;
}

#redeem_voucher .form-standard-text button {
background:transparent url(/gfx/buttons/voucher_button.png) no-repeat scroll 0 0;
border:0 none;
color:#FFFFFF;
height:27px;
margin-left:10px;
width:61px;
cursor: pointer;
/* try to change this */
position:absolute;
right:30px;
top:36px;
}

.grey_content ul,
.grey_content ul li{
padding-right:0;
}

fieldset.recurring .recurring-info {
    margin: 5px 0 0 60px;
    line-height: 25px;
}

.form-standard-html.left label {
    display: none;
}