/* Start Of Thank You Page */

.doneNewMainTable {
    font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
}
.doneNewMobileHeader {
    background-image:url("/images/run/themev1/doneNewMobileHeader.png");
    background-repeat:repeat-x;
    height: 60px;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
}
.doneNewWhiteBG {
    background-image:url("/images/run/themev1/doneNewWhite-BG.png");
    background-repeat:repeat-x;
    height: auto;
}
.doneNewGetFreeText {
    color: #192e60;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    line-height: 35px;
}
.doneNewFastEasyText {
    font-size: 23px;
    color: #1a2d5c;
    line-height: 30px;
    padding-bottom: 20px;
}
.doneNewGreenTick {
    position: relative;
    top: 6px;
    padding-right: 10px;
}
.doneNewSignupBox {
    background-image:url("/images/run/themev1/doneNewMiddleBG.png");
    background-repeat:repeat-x;
    height: auto;
    padding: 0 20px;
}
.doneNewSignupText {
    color: #1e2c5f;
    font-size: 13px;
    padding: 10px 0 10px;
}
.doneNewSignupTextBox {
    width: 96%;
    border: 1px solid #ededed;
    border-radius: 10px;
    padding: 10px 0 10px 15px !important;
    font-size: 15px !important;
}
.doneNewFooterBox {
    background-image:url("/images/run/themev1/doneNewBottomBG.png");
    background-repeat:repeat-x;
    height: auto;
    border-bottom: 1px solid #b4b4b4;
}
.doneNewShareText {
    color: #686868;
    font-size: 10px;
}
.doneNewSignupError {
    height: auto;
    padding: 5px 0 5px 15px;
    color: red;
    font-size: 12px;
}
.doneNewSignupTextandBtn {
    width: 100%;
    margin-bottom: 10px;
}
.doneNewFastEasyTextIphone {
    padding-left: 20px;
}

.bluebutton {
    font-family: 'lucida grande',arial,verdana,sans-serif !important;
    font-size: 15px!important;
    font-weight: bold !important;
    color: #fff !important;
    text-shadow: 0 1px rgba(0,0,0,.22);
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    background-color: #1f7fc0 !important;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px rgba(255,255,255,.4) !important;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px rgba(255,255,255,.4) !important;
    box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px rgba(255,255,255,.4) !important;
    border: solid 1px #1677b3 !important;
    background-image: -webkit-linear-gradient(bottom, #218ad5, #43b5db) !important;
    background-image: -moz-linear-gradient(bottom, #218ad5, #43b5db) !important;
    background-image: -o-linear-gradient(bottom, #218ad5, #43b5db) !important;
    background-image: -ms-linear-gradient(bottom, #218ad5, #43b5db) !important;
    background-image: linear-gradient(to top, #218ad5, #43b5db) !important;
    padding:10px 10px!important;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#218ad5', endColorstr='#43b5db');
    margin-top: 0;
    text-decoration:none;
    text-shadow:1px 1px 0 #333333;
    cursor: pointer;
    margin-right: 7px;
    outline: none;
    display: inline-block;
}

/* End Of Thank You Page */