﻿
input.Text
{
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    
}

.btn-default
{
    background:  #945394;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    color: #fff;
    border: none;
    text-shadow: none;
}

.Button.marginBottom
{
    margin-bottom: 10px;
}

table.Wizard .WizardNav .Button, 
table.Wizard .WizardFinalNavBtns .Button
{
    margin: 7.5px 0;
}

.CheckoutContainer .btn.PreviousStep
{
    background: #f3f3f3;
    color: #868686;
}

.TwinColumn 
{
    margin: 0 -15px !important;
    padding: 0 0 15px;
}

.TwinColumn > div
{
    padding: 0 15px !important;
}