/* ########################################################################### *
/* ##### GLOBAL
/* ########################################################################### */

html, body {
    /* #e5e6e6 to #fafbfb */
    background: #fafbfb;
    font-family: Arial, Helvetica, sans-serif;
}

body .current{
    background: -webkit-gradient(linear, left top, left bottom, from(#e5e6e6), to(#fafbfb)) repeat-x;
    background: -moz-linear-gradient( top, #e5e6e6, #fafbfb ) repeat;
}

/* @clearfix */

.clearfix {
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

.offscreen {

}

.fn_app_submit {
    clear:both;
}

/* ########################################################################### *
/* ##### TOOLBAR
/* ########################################################################### */

form button.submit {
    
    background: #444444;
    margin:0 10px 20px 10px; 
    border:1px solid #000; 
    padding:3px 6px 2px 6px; 
    -moz-border-radius:8px; 
    -webkit-border-radius:8px; 
    border-radius:8px; 
    background-color:#444444; 
    background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#000000)); 
    font-family: Arial, Helvetica, sans-serif; 
    font-size:1.063em; 
    font-weight:bold; 
    color:#BBBBBB;
    width: auto;
    height: auto;
    text-shadow: none;
}

.formTitle {
    padding-left:20px;
    margin-bottom:-10px;
}

form button:hover {
    cursor:hand;
}

.logo {
    margin-top: -4px;
}

span.label {
	display:block;
}

.toolbar {
    position: relative;
    margin: 0px 0px 17px 0px;
    padding: 10px;
    background: #E41300;
    background: -webkit-gradient(linear, left top, left bottom, from(#e67d79), to(#d93123), color-stop(0.45, #d93123));
    background: -moz-linear-gradient( top, #e67d79, #d93123 45% );
    height: 24px;
    border-top: 1px solid #d44942;
    border-bottom: 1px solid #801002;
}

.black-translucent .toolbar {
    margin-top: 20px;
}

.toolbar > h1 {
    position: relative;
    line-height: 1em;
    margin: 1px 0 0 0;
    height: 40px;
    font-size: 1.25em;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.1) 0px -1px 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

body.landscape .toolbar > h1 {
    margin-left: -125px;
    width: 250px;
}

.button, .back, .cancel, .add, button.button {
    position: absolute;
    overflow: hidden;
    top: 7px;
    right: 0px;
    margin: 0;
    border-width: 0 5px;
    padding: 0px 5px;
    width: 45px;
    height: 30px;
    line-height: 30px;
    font-family: inherit;
    font-size: 0.75em;
    font-weight: bold;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    background: url(img/sprite_icons.png) no-repeat 0 -1422px;
    z-index: 100;
    cursor: pointer;
}

.button.active, .back.active, .cancel.active, .add.active {
      
}

.blueButton {
    -webkit-border-image: url(img/blueButton.png) 0 5 0 5;
    border-width: 0 5px;
}

button.backButton {
    left: 6px;
    width:49px;
    border:none;
    margin-left:5px;
    padding-left:10px;
    background: url(img/sprite_icons.png) no-repeat 0 -1500px;
}

.leftButton, .cancel {
    left: 6px;
    right: auto;
}

.whiteButton,
.grayButton {
    display: block;
    border-width: 0 12px;
    padding: 10px;
    text-align: center;
    font-size: 1.25em;
    font-weight: bold;
    text-decoration: inherit;
    color: inherit;
    
}

.whiteButton {
    text-shadow: rgba(255, 255, 255, 0.7) 0 1px 0;
}

.grayButton {
    -webkit-border-image: url(img/grayButton.png) 0 12 0 12;
    color: #FFFFFF;
}


/* ########################################################################### *
/* ##### HOMEPAGE
/* ########################################################################### */

ul.mainMenu li a {
    padding: 15px 10px 15px 50px;
    height: 21px;
}

    .iconPac {
        background: url('img/sprite_icons.png') no-repeat 10px -712px;  
    }
    
    .iconPostcode {
        background: url('img/sprite_icons.png') no-repeat 10px -882px;  
    }
    
    .iconTrack {
        background: url('img/sprite_icons.png') no-repeat 10px -1037px; 
    }
    
    .iconFind {
        background: url('img/sprite_icons.png') no-repeat 10px -627px;  
    }
    
    .iconPay {
        background: url('img/sprite_icons.png') no-repeat 10px -797px;  
    }
    
    .iconWebsite {
        background: url('img/sprite_icons.png') no-repeat 10px -1122px; 
    }

    .iconShopsite {
        background: url('img/shopCartIcon.png') no-repeat 5px -4px; 
    }
    
    .iconInfo {
        background: url('img/sprite_icons.png') no-repeat 10px -542px;  
    }



/* @group Lists */

h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul {
    margin-top: 0;
}

h1 {
    padding:0; 
    font-family: Arial, Helvetica, sans-serif; 
    font-size:1.25em; 
    font-weight:bold; 
    color:#444444;
    margin:0 10px 10px 10px;
}

h1.larger {
    font-size:30px;
}

h2 {
     margin:0 10px 15px 10px; 
     padding:0; 
     font-family: Arial, Helvetica, sans-serif; 
     font-size:1.25em; 
     font-weight:bold; 
     color:#444444;
}

    #pac h2.iconLetters{
        background: url('img/sprite_icons.png') no-repeat 0px -1212px;
        padding-left: 34px;
    }
    
    #pac h2.iconParcels{
        background: url('img/sprite_icons.png') no-repeat 0px -1279px;
        padding-left: 34px;
    }

h2.trackTitle {
    margin:0 10px 10px 10px; 
    padding:0; 
    font-family: Arial, Helvetica, sans-serif; 
    font-size:1.25em; 
    font-weight:bold; 
    color:#444444;
}

h3 {    
    font-size:1em;
    margin:0 10px 5px;
}

#home .content h3 { 
    font-size:1em;
    margin:0 0px 5px;
}

p.optionSeperator {
    margin:-10px 10px; 
    text-align: center;
}

p.details {
    margin:0 10px 5px 10px; 
    font-size:0.875em; 
    color:#444444;
}

.red {
    color:#C92020;
}

.currentStatus {
    font-size: 16px;
    color:#C92020;
}   


form.darkForm ul li {
    color: #fff;
    border-top: 1px solid #797979;
    list-style-type: none;
    padding: 10px;
    position:relative;
    background:#98989c;
    font:bold 1.063em Arial, Helvetica, sans-serif;
}

form.darkForm ul li.highlight {
    background-color: #333333;
}

form.darkForm ul.quickSelector li{
    background:#98989c;
}

ul, 
.ac_results ul,
#home .content {
    color: black;
    background: #868686;
    /*border: 1px solid #797979;*/
    border: 0;
    font: bold 1.063em Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 15px 10px 17px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    clear: both;
}

    ul li, 
    .ac_results ul li,
    #home .content {
        list-style-type: none;
        border-top: 1px solid #797979;
        padding: 10px;
        background: #868686;
        background: -webkit-gradient(linear, left top, left bottom, from(#9D9D9D), to(#868686), color-stop(0.5, #909191), color-stop(0.5, #868686));
        background: -moz-linear-gradient(top, #9D9D9D, #909191 50%, #868686 50%, #868686);
        color: #fff;
        position: relative;
    }

ul.regular {
    color: #444444 !important;
    
    /*border: 1px solid #B4B4B4 !important;*/
    font: bold 1.063em Arial, Helvetica, sans-serif !important;
    padding: 0 !important;
    margin: 15px 10px 17px 10px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
    clear:both;
}

    ul.regular li {
        list-style-type: none !important;
        border-top: 1px solid #797979 !important;
        padding: 10px !important;
        background:#868686;
        background: -webkit-gradient(linear, left top, left bottom, from(#9D9D9D), to(#868686), color-stop(0.5, #909191), color-stop(0.5, #868686)) !important;
        background: -moz-linear-gradient(top, #9D9D9D, #909191 50%, #868686 50%, #868686) ;
        color: #fff !important;
        position:relative !important;
        padding-right:30px !important;
        font-size:0.875em !important; 
    }

    ul.regular li label {
        display: inline-block;
        margin-left:5px;
    }
    
    ul li.highlight {
        background-color: #333 !important;  
        background: -webkit-gradient(linear, left top, left bottom, from(#194FDB), to(#1A44B3), color-stop(0.5, #194FDB), color-stop(0.5, #1A44B3)) !important;
        background: -moz-linear-gradient(top, #194FDB, #194FDB 50%, #1A44B3 50%, #1A44B3) !important;
    }
    
    ul li.tick {
        background: url('img/chevron2.png') right no-repeat;
        background-position:99%;
    }

    ul li.highlightBlue {
        background-color: #333 !important;  
        background: -webkit-gradient(linear, left top, left bottom, from(#194FDB), to(#1A44B3), color-stop(0.5, #194FDB), color-stop(0.5, #1A44B3)) !important;
        background: -moz-linear-gradient(top, #194FDB, #194FDB 50%, #1A44B3 50%, #1A44B3) !important;
    }
    

    .ac_results ul li.ac_over {
        background-color: #333 !important;  
        background: -webkit-gradient(linear, left top, left bottom, from(#4B4B4B), to(#323232), color-stop(0.5, #3D3E3E), color-stop(0.5, #323232)) !important;
        background: -moz-linear-gradient(top, #4B4B4B, #323232) !important;
    }



    ul.dark li {
        background: #4B4B4B;  
        background: -webkit-gradient(linear, left top, left bottom, from(#4B4B4B), to(#323232), color-stop(0.5, #3D3E3E), color-stop(0.5, #323232));
        background: -moz-linear-gradient(top, #4B4B4B, #3D3E3E 50%, #323232 50%, #323232);
    }
    
    .darkButton {
        margin: 10px 0 0 0;
        background-color: #333;  
        background: -webkit-gradient(linear, left top, left bottom, from(#4B4B4B), to(#323232), color-stop(0.5, #3D3E3E), color-stop(0.5, #323232));
        background: -moz-linear-gradient(top, #4B4B4B, #3D3E3E 50%, #323232 50%, #323232);
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }
    
    ul li a.download {
        text-align: center; 
    }

/* pac domestic letter */

#quickOptions1 {
    z-index:10;
    width:100%; 
}

#quickOptions1 ul {
    margin-top:-18px;
}

#quickOptions1 ul label {
display:block;
margin:-10px -10px -10px -10px;
padding:10px;
cursor:pointer; 
}

#quickOptions1 ul #envInfo-1 span.label {
    background:url('../css/img/sprite_icons.png') no-repeat 95% -337px; /* DL */
height:40px;
}
#quickOptions1 ul #envInfo-2 span.label {
height:40px;
background:url('../css/img/sprite_icons.png') no-repeat 95% -227px; /* C6 */
}
#quickOptions1 ul #envInfo-3 span.label {
height:40px;    
background:url('../css/img/sprite_icons.png') no-repeat 95% -117px; /* C5 */
}
#quickOptions1 ul #envInfo-4 span.label {
height:60px;    
background:url('../css/img/sprite_icons.png') no-repeat 95% 3px; /* C4 */
}
#quickOptions1 ul #envInfo-5 span.label {
height:60px;    
background:url('../css/img/sprite_icons.png') no-repeat 95% -437px; /* B4 */
}


/* when you have a first LI item on any list */

li:first-child, 
li:first-child a {
    border-top: 0;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
}

li:last-child, 
li:last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
}

/* universal arrows */

ul li.arrow a {
    background: url('img/chevron2.png') no-repeat 97% 50%;
    padding-right: 35px;
}

ul li.arrowDown a {
    background: url('img/chevron_down.png') no-repeat 97% 50%;
    padding-right: 35px;
    font-size:18px;
}

.listChevron {
    position:absolute;
    right:10px;
    top:10px;
    margin-left:22px;
}

/* universal links on list */

ul li a, 
li.img a + a{
    display: block;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    padding: 12px 10px 12px 10px;
    margin: -10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    vertical-align: middle;
}

.ac_results ul li {
    padding: 12px 30px 12px 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font:bold 1.063em Arial, Helvetica, sans-serif;
}

ul li img.listImage {
    margin-right: 5px;
    vertical-align: middle;
}

ul li a.active {
    /*background:#868686 url(img/tableBg-active.png) repeat-x;*/
}

ul li a.button, ul li button {
    background-color: #194fdb;
    color: #fff;
}

ul li.img a + a {
    margin: -10px 10px -20px -5px;
    font-size: 1.063em;
    font-weight: bold;
}

ul li.img a + a + a {
    font-size: 0.875em;
    font-weight: normal;
    margin-left: -10px;
    margin-bottom: -10px;
    margin-top: 0;
}

ul li.img a + small + a {
    margin-left: -5px;
}

ul li.img a + small + a + a {
    margin-left: -10px;
    margin-top: -20px;
    margin-bottom: -10px;
    font-size: 0.875em;
    font-weight: normal;
}

ul li.img a + small + a + a + a {
    margin-left: 0px !important;
    margin-bottom: 0;
}

ul li a + a {
    color: #000;
    font: 0.875em Arial, Helvetica, sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

ul li a + a + a, ul li.img a + a + a + a, ul li.img a + small + a + a + a {
    color: #666;
    font: 0.813em Arial, Helvetica, sans-serif;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding: 0;
}

/*
@end */

/* @group Forms */

option {
    background:#868686;
color:#fff;
}

ul.form li {
    padding: 7px 10px;
}

ul.form li.error {
    border: 2px solid red;
}

ul.form li.error + li.error {
    border-top: 0;
}

ul.form li:hover {
    background: #fff;
}

ul.formList li {
    background:#fff;
    border:1px solid #98989c;
    padding-top: 5px;
    padding-bottom: 5px;
}

    ul.formList li {
        background:#fff;
        border:1px solid #98989c;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    
    ul.formList li:first-child {
        border-top: 1px solid #98989c;
    }

form ul li {
    background:#fff;
    border:1px solid #98989c;
    padding-top: 5px;
    padding-bottom: 5px;
}

ul li input[type="text"],
ul li input[type="number"],
ul li input[type="tel"],
ul li input[type="email"],
ul li input[type="password"], 
ul li textarea, 
ul li select {
    color: #777;
    border: 0;
    font: normal 18px Arial, Helvetica, sans-serif;
    padding: 0;
    margin-left: 0px;
    width: 100%;
    -webkit-appearance: none;
}

ul li textarea {
    height: 120px;
    padding: 0;
    text-indent: -2px
    -webkit-appearance:none;
}

ul li select {
    text-indent: 0px;
    background: transparent none;
    -webkit-appearance: none;
    margin-left: -6px;
    width: 100%;
}

ul li input[type="checkbox"], 
ul li input[type="radio"] {
    margin-right:10px;
    color: rgb(50,79,133);
    padding: 10px 10px;
}

ul li input[type="checkbox"]:after, 
ul li input[type="radio"]:after {
    content: attr(title);
    font: 1.063em Arial, Helvetica, sans-serif;
    display: block;
    width: 246px;
    margin: -12px 0 0 17px;
}

/* @end */

/* @group Mini Label */

ul.white,
ul.postcodeResults {
    border: 1px solid #797979;
}

    ul.white li {
        font-size: 0.875em !important;
        background: #fff !important;
        line-height: 18px !important;
        color: #444444 !important;
    }
    
    ul.white li.data {
        font-weight: normal;
    }
    
    ul.postcodeResults li {
        background: #ffffff;
        font-size: 14px;
        /*line-height: 18px;*/
        color: #444444;
    }
    
        ul.postcodeResults li h2 {
            margin: 0;
            padding: 0;
            font-size: 30px;
        }
        
        ul.postcodeResults li h3 {
            margin: 0 0 5px 0;
            padding: 0;
            font-size: 20px;
        }
        
        ul.postcodeResults li p {
            margin: 0 0 5px 0;
            font-weight: normal;
        }
        
        ul.postcodeResults li a {
            display: block;
            color: #ffffff;
            text-decoration: none;
            padding: 12px 10px 12px 10px;
            margin: 0px;
            -webkit-border-radius: 8px;
            -webkit-tap-highlight-color: rgba(0,0,0,0);
            vertical-align: middle;
            text-align: center;
        }

ul.data,
#home .content {
    border: 1px solid #797979;
}

    ul.data li,
    #home .content {
        font-size: 0.875em;
        background: #ddd;
        line-height: 18px;
        color: #000;
        font-weight: normal;
    }

        ul.data li a, ul.data li a:visited, #home .content p a, #home .content p a:visited {
            color: #555;
        }

ul.whiteData {
    border: 1px solid #797979;
}

ul.whiteData li {
        font-size: 0.875em;
        background: #fff;
        line-height: 18px;
        color: #000;
        font-weight: normal;
}
    
/* @end */


/* @group Individual */

ul.individual {
    border: 0;
    background: none;
    clear: both;
    overflow: hidden;
}

ul.individual li {
    color: rgb(183,190,205);
    background: white;
    border: 1px solid rgb(180,180,180);
    font-size: 0.875em;
    text-align: center;
    -webkit-border-radius: 8px;
    -webkit-box-sizing: border-box;
    width: 48%;
    float: left;
    display: block;
    padding: 11px 10px 14px 10px;
}

/* @end */

.info {
    background: #da2300;
    background: -webkit-gradient(linear, left top, left bottom, from(#B91C00), to(#DB2500), color-stop(0.45, #DB2500));
    background: -moz-linear-gradient( top, #B91C00, #DB2500 45% );
    font-size: 0.75em;
    line-height: 16px;
    text-align: center;
    color: rgb(255, 255, 255);
    padding: 15px;
    border-bottom: 1px solid rgba(76, 86, 108, .3);
    font-weight: bold;
}

.advertise {
    background: url(img/adBg.png) repeat-x;
    font-size: 0.75em;
    line-height: 16px;
    color: rgb(255, 255, 255);
    padding: 15px;
    font-weight: bold;
}

.adIcon {
    padding-right:5px;
}

.inputError {
    border:1px solid red !important;
    background-image: url(img/warning.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.formError {
    background: #da2300;
    background: -webkit-gradient(linear, left top, left bottom, from(#B91C00), to(#DB2500), color-stop(0.45, #DB2500));
    background: -moz-linear-gradient( top, #B91C00, #DB2500 45% );
    color:#fff;
    text-align:center;
    font-weight:normal;
    font-size:0.75em;
}

input, ul, li, form { 
--webkit-appearance: none; 
}       
            
input.blur {
    color: #999;
}

.grey {
    color: #000;
}

.inputIcon {
    background-image: url(img/sprite_icons.png);
    background-position: 0 -973px;
    background-repeat: no-repeat;
    padding-left:20px !important;
}

.postcodeInput {
    width:60%;
    float:left;
    margin-top:0;   
}

.ac_results li {
    cursor:default;
    display:block;
    font-size:0.69em;
    line-height:1em;
    margin:0;
    overflow:hidden;
    padding:5px;
}

.ac_results {
    float:none;
}

form.radios ul li {
    color:#000;
}

.envTypeContainer ul li,.envThickContainer ul li,.envWeightContainer ul li {
    padding-left:23px;
    color:#fff;
    font-size:0.7em;
}

form label {
    margin-left:10px;
}

fieldset {
    border:none;
}

fieldset h3 {
    padding:0; 
    font-family: Arial, Helvetica, sans-serif; 
    font-size:1.25em; 
    font-weight:bold; 
    color:#444444;
    margin:0 10px 10px 10px;
}

.otherContainer input {
    border: 1px solid #666666 !important;
    padding:3px !important;
    width:30px !important;
}

.otherContainer #otherLength {
    margin-left:10px;
}

span.left {
    float:left;
    width:50%;
}

span.right {
    float:right;
    font-weight:normal;
    text-align:left;
    width:50%;
}

span.quickSelectorSpan {
    float:right;
    font-weight:normal;
    text-align:left;
    margin-right:10px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

ul.trackResults {
    background:#ccc;
    color:#000000;
    font-size:0.875em;
    line-height:18px;
}

ul.trackResults span {
    font-weight:normal;
}
 
ul.white {
    font-weight:normal;
}

ul.white li {
    background:#fff;
    color:#000;
}

.extraCoverContainer input[type="number"] {
    width:90px !important;
    margin: 0px 10px !important;
    border:1px solid #666666 !important;
}

img.icon {
    float:left;
    margin:3px 10px 0 10px;
}

.selectList{
    color: #fff;
    list-style-type: none;
    padding: 0 7px;
    width:100%;
    font-weight:bold;
}

.envTypes {
    padding:0 0 0 15px;
}

.errorUL {
    background:none; 
    margin:0 0 0 20px; 
    padding:0 0 0 10px; 
    border:0;
}

.errorUL li {
    background:none !important; 
    border:0 !important; 
    list-style-type:disc !important; 
    padding: 0 !important; 
    color:#C92020 !important; 
    font-weight:normal !important;
    padding:0 !important;
    
}

.envLink {
     margin:-10px 10px 0 13px;
}

.envLink a {
    text-decoration:none; 
    color:#000; 
    font-size:14px
}

.banner {
    margin: 0 0 10px 10px;
}

.banner img {
    border:0;
}

#otherDimensions h3{
    margin-bottom: 1.5em;
}

.androidHide {
    position:absolute;
    left: -999px;
}

.modularContainer span.label {
    display:inline-block;
    margin-left:5px;
}

/* added March 20 2012 for Digital MailBox additions */
.paddedContent {
    padding:0 10px 12px 10px;
}

.paddedBanner {
    padding:0 10px 6px 10px;
}

.register {
    color:white;
    font-weight:bold;
    font-size:18px;
    text-align:center;
    text-decoration:none;
    width:100%;
    display:block;
    padding:15px 0;
		background: #3f3f3f; /* Old browsers */
		background: -moz-linear-gradient(top,  #3f3f3f 0%, #131313 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#131313)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #3f3f3f 0%,#131313 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #3f3f3f 0%,#131313 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #3f3f3f 0%,#131313 100%); /* IE10+ */
		background: linear-gradient(top,  #3f3f3f 0%,#131313 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#131313',GradientType=0 ); /* IE6-9 */    
		-webkit-border-radius:7px;
}


.promo a{
	background: -webkit-gradient(linear,left bottom,left top,color-stop(1,#ee3e2b),color-stop(0.78,#e00f00),color-stop(0,#c60711));
	background: -webkit-linear-gradient(center bottom,#c60711 0,#e00f00 78%,#ee3e2b 100%);
	color: white;
	display: block;
	font-size: 16px;
	font-weight:bold;
	padding: 10px 0;
	line-height: normal;
	text-decoration: none;
	text-align:center;
	width:100%;
	-webkit-border-radius:7px;
}

.promo a span{
	background:url(img/digital-mailbox-logo.png) no-repeat 10px 0px;
	display: block;
	padding: 6px 12px 8px 48px;
}