body {
    background: -moz-linear-gradient(top, #fcfcfc, #f1f1f1) fixed;
    background: -webkit-linear-gradient(top, #fcfcfc, #f1f1f1) fixed;
    background: -ms-linear-gradient(top, #fcfcfc, #f1f1f1) fixed;
    background: linear-gradient(top, #fcfcfc, #f1f1f1) fixed;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f1f1f1',GradientType=1 );
    min-width: 927px;
}

button {
    border: 0;
    padding: 0 5px;
}

 /*general grey button*/
.btn-grey, button[disabled=disabled] {
    background: transparent url(../images/btn-sprite.png) no-repeat left 0;
    color: #005b96;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
    height: 40px;
    line-height: 42px;
    text-transform: uppercase;
    width: 148px;
}
    .btn-grey:hover, button[disabled=disabled]:hover {
        background-position: left -40px;
        color: #fff;
    }

/*end button*/

.prioritymail {
    margin: 0 auto;
    overflow: auto;
    position: relative;
    max-width: 1254px;
    min-width: 927px;
}
/*
.shadow-left,
.shadow-right {
    float: left;
    height: 100%;
    position: absolute;
    top: 0;
    width: 2.15%;
}

.shadow-left {
    background-image: url(../images/bg-shadow-left.png);
    left: 0;
}

.shadow-right {
    background-image: url(../images/bg-shadow-right.png);
    right: 0;
}

.content {
    float: left;
    height: 100%;
    left: 2.15%;
    position: relative;
    width: 95.72%; /*1200 /1254*/
}*/

.header-bar {
    height: 50px;
    padding: 30px 7.9% 0 9%; /*95px and 120px*/
}

.logo {
    float: left;
/*    padding: 30px 0 0 120px;*/
}

.learn-more {
    font-size: 14px;
    font-weight: bold;
    float: right;
    text-transform: uppercase;
/*    width: 16.2%; /*160 / 986*/*/
}

.learn-more a {
    color: #005b96;
}

.delivery-map {
    background-color: #005b96;
    background: url(../images/header-shadow.png) no-repeat top #005b96;
    min-height: 295px;
}

/*error handling*/

#errors {
    background: url(../images/bg-error.png) no-repeat 0 0 transparent;
    display: none;
    height: 68px;
    font-size: 12px;
    left: 0;
    position: absolute;
    width: 450px;
    /*margin-top: -90px;*/
}
    #errors ul {
        left: 23%;
        list-style-type: disc;
        margin-top: 17px;
        position: relative;
    }
        .dj_ie #errors ul {
            padding-left: 20px;
        }
    #errors li {
        color: #ed3425;
        margin-bottom: 5px;
    }

.delivery-map.error {
    min-height: 380px;
}

    .delivery-map.error #errors {
        display: block;
    }
    .delivery-map.error #mapform {
        display: block;
       /* margin-top: 109px;*/
	   margin-top: 30px;
    }

    .delivery-map.error .delivery-content input[type="text"] {
        color: #ed3425;
        border: 3px solid #ed3425;
    }
/*end errors*/
.map-wrapper {
    background: url(../images/header-shadow.png) no-repeat top transparent;
    overflow: hidden;
	margin: 0px 25px;
}

.map-info {
    padding-bottom: 15px;
}

.badge {
    position: absolute;
    right: 0;
    top: 0;
    padding: 48px 6.5% 0 0;
}

.delivery-content {
    background: url(../images/red-angle.png) no-repeat right top transparent;
    color: #fff;
    height: 100%;
    padding-left: 9%; /*120px*/
    position: relative;
}
    .delivery-content h2 {
        font-weight: bold;
        font-size: 45px;
        padding: 48px 0 18px;
        background: url(../images/map-header.png) no-repeat 0 48px;
        height: 44px;
        width: 595px;
    }
        .delivery-content h2 sup{
            font-size: 18px;
            top: 3px;
        }
    .delivery-content p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 21px;
        margin-right: 280px;
    }
    .delivery-content p.bolder {
        font-weight: bold;
        font-size: 12px;
        margin: 20px 0 0;
        text-transform: uppercase;
    }
    .delivery-content a {
        color: #fff;
        text-decoration: underline;
    }
        .delivery-content a:hover {
            color: #002860;
        }
    .delivery-content .bolder a{
        text-decoration: none;
    }
    .delivery-content label {
        display: block;
        font-weight: bold;
        font-size: 12px;
        margin-bottom: 7px;
        margin-left: -9px;
    }
    
    .originWrap {
        display: inline;
        display: inline-block;
        position: relative;
        vertical-align: top;
        width: 187px;
    }
    
    .delivery-content input {
        border-radius: 4px;
        display: inline;
        display: inline-block;
        font-weight: bold;
        height: 38px;
        vertical-align: top;
        
        -moz-box-sizing: border-box; 
        -webkit-box-sizing: border-box; 
        box-sizing: border-box;
    }
    
    .delivery-content input[type="text"] {
        border-top: 1px solid #909090;
        border-right: 1px solid #ddd;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e5e5e5;
        
        background: #fff;
        background-image: -webkit-linear-gradient(top, #efefef, #fff 78%);
    	background-image: -moz-linear-gradient(top, #efefef, #fff 78%);
    	background-image: -ms-linear-gradient(top, #efefef, #fff 78%);
    	background-image: linear-gradient(to bottom, #efefef, #fff 78%);
    	
    	color: #000;
    	font-size: 12px;
    	padding: 0 10px;
    	width: 187px;
    }
        
    .delivery-content .submitOrigin {
        margin: -1px 0 0 30px;
		min-height: 60px; /* Changed. */
    }

    .delivery-content .gray {
        color: #e1e1e1;
    }
    
.footer-bar {
    background-image: -webkit-linear-gradient(bottom, #e1e1e1, #fff);
    background-image: -moz-linear-gradient(bottom, #e1e1e1, #fff);
    background-image: -ms-linear-gradient(bottom, #e1e1e1, #fff);
    background-image: linear-gradient(to top, #e1e1e1, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1');
	
    height: 52px;
    padding: 40px 9% 0; /*120px*/
}

    #footerbar-copyright #footer-logo,
    #footerbar-copyright p {
        float: left;
    }
    #footerbar-copyright #footer-logo {
        border-right: 1px solid #b9bebe;
        padding-right: 15px;
        margin-right: 15px;
    }
    #footerbar-copyright {
        color: #707070;
    }
    #footerbar-copyright .privacy-policy {
        border-left: 1px solid #b9bebe;
        margin-left: 15px;
        padding-left: 15px;
    }
        #footerbar-copyright .privacy-policy a {
            color: #4d4c4c;
            font-size: 10px;
            font-weight: bold;
        }
#footer-social {
    float: right;
    margin-top: -3px;
}

#social-links li {
    float: left;
    margin-right: 20px;
}
    #social-links li.last {
        margin-right: 0;
    }

#social-links a {
    background: url(../images/sprite-social-media.png) no-repeat 0 0 transparent;
    display: block;
    height: 16px;
    text-indent: -9999px;
    width: 18px;
}

#social-links .social-twitter {
    background-position: 0 -16px;
}

#social-links .social-pinterest {
    background-position: 0 -32px;
}

#social-links .social-youtube {
    background-position: 0 -48px;
    width: 41px;
}

#social-links .social-tumblr {
    background-position: 0 -64px;
    width: 52px;
}

.dj_ie .delivery-content input[type="text"]{
    border-radius: 0;
    border: 0;
    background: url(../images/text-input.png) no-repeat 0 0;
    line-height: 38px;
    width: 187px;
    height: 37px;
}

.dj_ie .delivery-map.error .delivery-content input[type="text"] {
    background: url(../images/text-input-error.png) no-repeat 0 0;
    border: 0;
    line-height: 43px;
    height: 43px;
    width: 193px;
}
    .dj_ie .delivery-map.error .delivery-content .input-pin {
        top: 7px;
    }
    
.dj_ie7 .content {
    overflow: hidden;
}

.dj_ie7 .submitOrigin {
    display: inline;
}

.dj_ie7 .originWrap {
    display: inline;
}

.dj_ie7 .map-wrapper {
    zoom: 1;
    position: relative;
 }

/* ipad app over-write */
.ipad-app{
    height:687px;
    width:1024px;
    overflow:hidden;
}

.ipad-app .coming-soon{
    width: 1024px;
    margin-top: -35px;
}

.ipad-app .prioritymail{
    min-width: none;
    max-width: none;
    height: 687px;
    overflow: hidden;
}
.ipad-app .delivery-content{
    background: none;
}

.ipad-app .delivery-content p,
.ipad-app .delivery-content .form-wrapper{
    float: left;
    width: 45%;
    margin-right: 20px;
}
.ipad-app .delivery-content .form-wrapper{
    margin-right: 0;
    width: auto;
}

.ipad-app .delivery-content h2 {
    padding: 48px 0 18px;
    background: url(../images/map-header-ipad.png) no-repeat 0 48px;
    background-size: 595px 44px;
    height: 44px;
    width: 595px;
}

.ipad-app .shadow-left,
.ipad-app .shadow-right,
.ipad-app .header-bar,
.ipad-app .footer-bar,
.ipad-app .badge,
.ipad-app .delivery-content .bolder{
    display: none;

}

.ipad-app .content{
    width: 100%;
    left: 0;
    height:687px;
}

.ipad-app .delivery-map,
.ipad-app .delivery-map.error{
    min-height: 245px;
}
.ipad-app #errors{
    /*background: #EC3626;*/
    background: none;
    height: auto;
    color: #fff;
    padding: 5px;
    margin-bottom: 5px;
    position: relative;
    top: 70px;
    margin-top: 0;
}
.ipad-app #errors li{
    color: #fff;
    text-indent: -2px;

}
.ipad-app #errors h2{
    /*top: -2px;
    border-bottom: 40px solid transparent;
    border-left: 40px solid #005b96;
    padding: 0;*/
}
.ipad-app #errors ul{
    left: 10px;
    margin-top: 0;
}
.ipad-app .delivery-map.error #mapform {
    margin-top: 0;
    top: -34px;
    position: relative;
}