body {
    font-size: 12px;
    line-height: 1;
    font-family: Helvetica, Arial, sans-serif;
    color: #444444;
}

select{
    background: #ffffff;
    border: 1px solid #ccc;

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
       -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
            transition: border linear 0.2s, box-shadow linear 0.2s;

    border-style: solid;
    border-width: 1px;
    padding: 4px;
    margin: 0;
    float: left;
    width: 100%;
    font: inherit;
    text-overflow:ellipsis;
    height: 26px;
}

label{
    font-size: 12px;
    line-height: 25px;
    clear: both;
    text-overflow:ellipsis;
    float: left;
    width: 30%;
    overflow: hidden;
}

.select{
    overflow: hidden;
    float: left;
    width: 70%;
}

.grpPickUp select, .grpDropOff select{
    width: 34.3%;
    margin-left: 1.7%;
}

.grpPickUp select:first-child, .grpDropOff select:first-child{
    width: 28%;
    margin-left: 0;
}

.container{
    width: 100%;
    overflow: hidden;
}

.content{
    padding: 15px 6px 6px 6px;

    border: 1px solid #e5e5e5;

    background: #e5e5e5;
    background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
    background: -o-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
    background: -ms-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #e5e5e5 0%,#ffffff 100%);

    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8);
       -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8);
            box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8);

    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;

    overflow: hidden;
}

.imageWrap {
    text-align: center;
    margin-bottom: -26px;
    position: relative;
}

.wrapMessage{
    width: 100%;
    overflow: hidden;
}

.salesMessage{
    margin: 0;
    padding: 2px 0 1px 0;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
}

.grpLocation, .grpPickUp, .grpDropOff{
    overflow: hidden;
    clear: both;
    padding-top: 4px;
}

.logoWrap{
    width: 30%;
    text-align: center;
    overflow: hidden;
    float: left;
    padding-top: 6px;
}

.buttonWrap{
    float: left;
    width: 70%;
    text-align: center;
    padding-top: 6px;
}

.buttonWrap a{
    margin: 0 auto;
    font-size: 17px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 0;
    color: #ffffff;
    border: 1px solid #7ca249;
    background: #88A825;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-transition: all 100ms linear;
       -moz-transition: all 100ms linear;
        -ms-transition: all 100ms linear;
         -o-transition: all 100ms linear;
            transition: all 100ms linear;
}

.buttonWrap a:hover{
    text-decoration: none;
    background: #92B528;
}

.buttonWrap a:active{
    -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.4);
       -moz-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.4);
            box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.4);
}

.hide-logo .logoWrap {
    display: none;
}

.hide-logo .buttonWrap {
    width: 100%;
}