.ftm-button {
    background: #5ca4d4;
    background: -moz-linear-gradient(top, #5ca4d4 0%, #237eb5 100%);
    background: -webkit-linear-gradient(top, #5ca4d4 0%, #237eb5 100%);
    background: linear-gradient(to bottom, #5ca4d4 0%, #237eb5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ca4d4', endColorstr='#237eb5', GradientType=0);
    border: 1px solid #4883aa;
    border-bottom-color: #1c6798;
    border-top-color: #709dbb;
    border-radius: 2px;
    box-shadow: 0 0 3px #fff, inset 0 1px 1px #aed2e9, inset 1px 0 1px #6babd5, inset 0 -1px 1px #4693c1, inset -1px 0 1px #60a4cf;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: 17px 'Webfont-myriadpro-semibold', Arial, Helvetica, sans-serif;
    margin: 0 0 7px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 1px 0 #266086;
    text-transform: uppercase;
    padding: 0 12px;
    height: 37px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.ftm-button:hover {
    box-shadow: 0 0 2px #4883aa, inset 0 1px 1px #aed2e9, inset 1px 0 1px #6babd5, inset 0 -1px 1px #4693c1, inset -1px 0 1px #60a4cf;
    text-shadow: 0 1px 2px #000;
}

a.ftm-button {
    height: auto;
    line-height: normal;
    padding: 8px 12px 7px;
    text-decoration: none;
}

input.ftm-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-transform: uppercase;
    box-sizing: border-box;
}

input.ftm-button[disabled] {
    cursor: default;
    background: #ccc;
    border-color: #999;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}


.block-form-submit{
    clear: both;
    width: 100%;
    margin: 40px 0 0;
}
#privacy_wrapper{
     text-align: justify;
     font-size: 0;

}

#privacy_wrapper .force{
    width: 100%;
    display: inline-block;
    clear: both;
}
#privacy_wrapper .req{
    font-size: 11px;
    display: inline-block;
}
#privacy_wrapper .priv_statement{
    float: right;
    font-size: 11px;
    font-style: italic;
    display: inline-block;
}
#privacy_wrapper .priv_statement a{
    font-style: italic;
}
 .submit_btn{
    margin-top: 10px;
    text-align: center;
}
 span.required{
     color: #f00;
     padding-right: 4px;
 }