/* =Minimal base styles
*******************************************************************************/
html {
    height: 100%;
}
body {
    font: 12px/1.4 Arial, sans-serif;
    background: #fff;
}
body, select, input, textarea {
    color: #444;
    font: 12px Arial, sans-serif;
}
::-webkit-input-placeholder {
    color: #595959;
}
:-moz-placeholder {
    color: #595959;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
h1 {
    color: #005c99;
    font: 700 26px/35px Arial, Helvetica, sans-serif;
    font: 700 22px/35px Tahoma, Arial, Helvetica;
    margin-bottom: 10px;
}
h2 {
    font: 700 17px/25px Arial, Helvetica, sans-serif;
    font: 700 17px/25px Tahoma, Arial, Helvetica;
    margin-bottom: 5px;
}
a {
    color: #607890;
}
a:hover {
    color: #036;
}
/* =Useful classes
*******************************************************************************/

.fl-l {
    float: left !important;
}
.fl-r {
    float: right !important;
}
.btn {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
}
.inner {
    position: relative;
    width: 960px;
    margin: 0 auto;
}
/* =Header
*******************************************************************************/
.header {
    position: relative;
    z-index: 100;
    background: #007cc2;
    background: -moz-linear-gradient(top, #007cc2 0%, #006aa6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007cc2), color-stop(100%,#006aa6));
    background: -webkit-linear-gradient(top, #007cc2 0%,#006aa6 100%);
    background: -o-linear-gradient(top, #007cc2 0%,#006aa6 100%);
    background: -ms-linear-gradient(top, #007cc2 0%,#006aa6 100%);
    -pie-background: linear-gradient(top, #007cc2 0%,#006aa6 100%);
    background: linear-gradient(top, #007cc2 0%, #006aa6 100%);
}
.header > .inner {
    height: 70px;
    overflow: hidden;
}
.logo {
    float: left;
    display: block;
    font: 700 40px/40px Tahoma, Arial, Helvetica;
    color: #f0f0f0;
    margin: 27px 0;
}
.logo:hover {
    color: #fff;
}
.logo span {
    color: #ffeb23;
}
.phone-wrap .before, .phone-wrap:before {
    position: absolute;
    content: '';
    width: 32px;
    height: 32px;
    left: -40px;
    top: 3px;
    background: url('../images/sprite.png') no-repeat -850px -83px;
}
.phone-wrap {
    position: relative;
    margin-top: 25px;
    float: right;
    color: #f0f0f0;
    font: 700 18px/20px Arial;
}
.phone-num {
    color: #fff;
    font: 700 16px/20px Arial;
}

/* =Main Navigation 
*******************************************************************************/
.nav .inner {
    position: relative;
    background: #0f8fd8;
    border-radius: 10px;
    top: 15px;
    padding: 15px 10px;
}
.nav li {
    float: left;
}
.nav li > a {
    color: #fff;
    display: block;
    padding: 0;
    width: 137px;
    text-align: center;
    font: 700 12px/26px Arial;
}
.nav a:hover, .nav .active > a {
    background: #ff9f3b;
    background: -moz-linear-gradient(top, #ffb900 0%, #ff9d01 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb900), color-stop(100%,#ff9d01));
    background: -webkit-linear-gradient(top, #ffb900 0%,#ff9d01 100%);
    background: -o-linear-gradient(top, #ffb900 0%,#ff9d01 100%);
    background: -ms-linear-gradient(top, #ffb900 0%,#ff9d01 100%);
    -pie-background: linear-gradient(top, #ffb900 0%,#ff9d01 100%);
    background: linear-gradient(top, #ffb900 0%,#ff9d01 100%);
    -moz-box-shadow: inset 0 0 5px #ffe599;
    -webkit-box-shadow: inset 0 0 5px #ffe599;
    width: 135px;
    height: 24px;
    line-height: 24px;
    box-shadow: 0 0 5px #ffb971;
    border: 1px solid #fee54d;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #000;
    text-shadow: 0 1px 1px #ffe1c5;
    text-transform: uppercase;
}
.nav-bottom {
    display: none;
}
/* =Layout
*******************************************************************************/
.two-cols .main-col {
    float: left;
    width: 580px;
}
.two-cols .right-col {
    float: right;
    width: 350px;
    position: relative;
}

/* =Content
*******************************************************************************/
.content-editable {
    position: relative;
    padding: 15px;
    min-height: 400px;
    width: 560px !important;
    border: 5px solid #9FDDFE;
    margin-top: 25px;
}
.content-editable h1 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.content {
    background: #f4f5f7;
    padding: 20px 0;
}
.content .main-col p {
    text-shadow: 1px 1px 0 #ebebeb;
    font: 13px/22px Arial;
    margin-bottom: 10px;
}
.content ul {
    list-style: inside disc;
    margin-bottom: 20px;
}
.content .main-col ol {
    list-style: inside decimal;
    margin-bottom: 20px;
}
.content ul li, .content ol li {
    padding: 0 0 10px 0;
}

/* =Home Page/
*******************************************************************************/
.banner-wrap {
    position: relative;
    background: url("../images/bg-banner-wrap.png") repeat-x;
    height: 476px;
    overflow: hidden;
    z-index: 1;
}
.banner {
    position: absolute;
    left: 50%;
    margin-left: -540px;
    top: 0;
    background: url("../images/banner.jpg") no-repeat;
    width: 1022px;
    height: 375px;
    z-index: -1;
}
.banner-wrap:after {
    content: '';
    position: absolute;
    width: 494px;
    height: 124px;
    left: 50%;
    margin-left: -450px;
    bottom: 0;
    background: url("../images/sprite.png") no-repeat;
    z-index: 10;
}
.banner .right-col {
    padding-top: 5px;
}
.banner-slogan {
    font-family: Tahoma, Arial, Helvetica;
    line-height: 58px;
    color: #fff;
    text-shadow: 0 1px 2px #0760a6;
    text-align: center;
    padding: 50px 0 0 230px;
    width: auto !important;
}
.banner-slogan1 {
    font-size: 63px;
    font-weight: 700;
}
.banner-slogan2 {
    font-size: 25px;
}
.banner-slogan3 {
    font-size: 70px;
}
.banner-list {
    position: relative;
    width: 200px;
    margin: 20px 0 0 135px;
}
.banner-list li {
    color: #003277;
    font: 100 18px/32px Arial, Helvetica, sans-serif;
    text-align: left;
    margin-bottom: 10px;
    position: relative;
    text-shadow: none;
}
.banner-list li .before, .banner-list li:before {
    content: '';
    position: absolute;
    width: 23px;
    height: 23px;
    left: -35px;
    top: 3px;
}
.banner-list1:before {
    background: url("../images/sprite.png") no-repeat -891px -79px;
}
.banner-list2:before {
    background: url("../images/sprite.png") no-repeat -916px -79px;
}
.banner-list3:before {
    background: url("../images/sprite.png") no-repeat -943px -79px;
}
.howitworks {
    background: #F4F5F7;
}
.howitworks .inner {
    border-radius: 10px;
    background: #f5f5f5;
    padding: 10px 0;
    margin: 20px auto;
    height: 120px;
    border: 2px solid #fff;
    box-shadow: inset 0 0 3px #bdbdbd, 0 3px 5px #b2b2b2;
    position: relative;
    z-index: 100;
}
.howitworks .col {
    float: left;
    width: 210px;
    padding: 0 10px 0 80px;
    position: relative;
    color: #646464;
    margin-left: 20px;
}
.howitworks .col:first-child:after {
    display: none;
}
.howitworks .col:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 114px;
    background: url("../images/sprite.png") no-repeat -966px 0;
    left: -55px;
    top: 10px;
}
.howitworks .col .before, .howitworks .col:before {
    content: '';
    position: absolute;
    width: 57px;
    height: 52px;
    left: 0;
    top: 20px;
    background: url("../images/sprite.png") no-repeat -507px -72px;
}
.howitworks .col2 .before, .howitworks .col2:before {
    background-position: -566px -72px;
}
.howitworks .col3 .before, .howitworks .col3:before {
    background-position: -625px -72px;
}

.howitworks h2 {
    font: 700 32px/40px Arial, Helvetica, sans-serif;
    color: #362b00;
    text-transform: uppercase;
}
.hw-title {
    font: 20px/30px Arial, Helvetica, sans-serif;
}
/* Right-col-form
*******************************************************************************/
.right-col-form {
    background: #fff;
    padding: 10px;
    border: 5px solid #9FDDFE;
    min-height: 662px;
    width: 320px!important;
    margin-top: 25px;
}
.right-col-form  .protected {
    background:url("../images/bg-privat.png") no-repeat;
    width: 300px;
    height: 55px;
}
.right-col-form .howitworks {
    background: none;
    height: auto;
    padding: 0;
    margin: 20px auto;
}
.right-col-form .howitworks .col {
    border-radius: 10px;
    margin-bottom: 15px;
    width: auto;
    float: none;
    padding: 10px 10px 10px 80px;
    margin-left: 0;
    border-bottom: 1px solid #CCC;
    background: #F5F5F5;    
}
.right-col-form .howitworks .col:before {
    margin-left: 10px;
}
.right-col-form h2 {
    font-size: 14px;
}
.right-col-form .howitworks .col  p {
    text-shadow: none;
    line-height: 18px;
}
.right-col-form .howitworks .col:after {
    display: none;
}

/* =Form mini/
*******************************************************************************/
.form-apply-wrap {
    margin-top: 25px;
    position: relative;
    background: #9eddfe;
    background: -moz-linear-gradient(top, #9eddfe 0%, #e7ebee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9eddfe), color-stop(100%,#e7ebee));
    background: -webkit-linear-gradient(top, #9eddfe 0%,#e7ebee 100%);
    background: -o-linear-gradient(top, #9eddfe 0%,#e7ebee 100%);
    background: -ms-linear-gradient(top, #9eddfe 0%,#e7ebee 100%);
    -pie-background: linear-gradient(top, #9eddfe 0%,#e7ebee 100%);
    background: linear-gradient(top, #9eddfe 0%,#e7ebee 100%);
    padding: 5px;
}
.form-apply {
    position: relative;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    -pie-background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    padding: 60px 10px 35px;
    border: 2px solid #fff;
}

.form-apply-title {
    display: block;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -163px;
    color: #f5f5f5;
    background: url('../images/sprite.png') -494px 0 no-repeat;
    width: 327px;
    height: 65px;
    font: 700 30px/30px Tahoma, Arial, Helvetica !important;
    text-align: center;
    text-shadow: 0 1px 2px #d87e02;
}
.form-apply .row {
    margin-bottom: 12px;
    line-height: 30px;
    position: relative;
}
.form-apply select, .form-apply input[type=text] {
    position: relative;
    width: 300px;
    border: 2px solid #dadada;
    padding: 5px;
    font: 13px/20px Arial, Helvetica, sans-serif;
    height: 20px;
    border-radius: 3px;
}
.form-apply select {
    width: 314px;
    height: 34px;
    line-height: 34px;
}
p.form-privacy {
    font: 12px/18px Arial;
    margin-bottom: 0;
    color: #6d6d6d;
}
.btn-cash {
    position: relative;
    padding: 0;
    display: block;
    margin: 0 auto;
    background: #ff780c;
    background: -moz-linear-gradient(top, #ff780c 0%, #ff3a0d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff780c), color-stop(100%,#ff3a0d));
    background: -webkit-linear-gradient(top, #ff780c 0%,#ff3a0d 100%);
    background: -o-linear-gradient(top, #ff780c 0%,#ff3a0d 100%);
    background: -ms-linear-gradient(top, #ff780c 0%,#ff3a0d 100%);
    -pie-background: linear-gradient(top, #ff780c 0%,#ff3a0d 100%);
    background: linear-gradient(top, #ff780c 0%,#ff3a0d 100%);
    border: 2px solid #fff;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font: 700 24px/45px Arial;
    color: #fff;
    text-shadow: 0 1px 1px #680000;
    text-transform: uppercase;
}
.btn-cash:hover {
    color: #fff;
    background: #ffa530;
    background: -moz-linear-gradient(top, #ffa530 0%, #ff3a0d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa530), color-stop(100%,#ff3a0d));
    background: -webkit-linear-gradient(top, #ffa530 0%,#ff3a0d 100%);
    background: -o-linear-gradient(top, #ffa530 0%,#ff3a0d 100%);
    background: -ms-linear-gradient(top, #ffa530 0%,#ff3a0d 100%);
    -pie-background: linear-gradient(top, #ffa530 0%,#ff3a0d 100%);
    background: linear-gradient(top, #ffa530 0%,#ff3a0d 100%);
}

/* =Tables
*******************************************************************************/
.rates-table {
    border-collapse: collapse;
    margin-bottom: 20px;
}
.rates-table th {
    background: #0585cb;
    color: #e9ffff;
    border: 1px solid #e9ffff;
    text-transform: uppercase;
    font: normal 12px/18px Arial;
    padding: 10px;
    text-align: left;
}
.rates-table td {
    padding: 5px;
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: top;
    background: #f2f2f2;
}
.td-state {
    width: 100px;
}
.td-amount {
    width: 100px;
}
/* =Contact form*/
/* =Form
*******************************************************************************/
.btn {
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    background: #f9922d;
    background: -moz-linear-gradient(top, #f9922d 0%, #e8821e 50%, #ec6e2a 50%, #db521c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9922d), color-stop(50%,#e8821e), color-stop(50%,#ec6e2a), color-stop(100%,#db521c));
    background: -webkit-linear-gradient(top, #f9922d 0%,#e8821e 50%,#ec6e2a 50%,#db521c 100%);
    background: -o-linear-gradient(top, #f9922d 0%,#e8821e 50%,#ec6e2a 50%,#db521c 100%);
    background: -ms-linear-gradient(top, #f9922d 0%,#e8821e 50%,#ec6e2a 50%,#db521c 100%);
    -pie-background: linear-gradient(top, #f9922d 0%,#e8821e 50%,#ec6e2a 50%,#db521c 100%);
    background: linear-gradient(top, #f9922d 0%,#e8821e 50%,#ec6e2a 50%,#db521c 100%);
    font: 700 20px/40px Arial;
    height: 40px;
    color: #fff;
    padding: 0 18px;
    min-width: 185px;
    box-shadow: 2px 3px 3px #92411f;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.ie7 .btn {
    display: block;
    zoom: 1;
}
.btn:hover {
    color: #fff;
    background: #db521c;
    background: -moz-linear-gradient(top, #db521c 0%, #ec6e2a 50%, #e8821e 50%, #f9922d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#db521c), color-stop(50%,#ec6e2a), color-stop(50%,#e8821e), color-stop(100%,#f9922d));
    background: -webkit-linear-gradient(top, #db521c 0%,#ec6e2a 50%,#e8821e 50%,#f9922d 100%);
    background: -o-linear-gradient(top, #db521c 0%,#ec6e2a 50%,#e8821e 50%,#f9922d 100%);
    background: -ms-linear-gradient(top, #db521c 0%,#ec6e2a 50%,#e8821e 50%,#f9922d 100%);
    -pie-background: linear-gradient(top, #db521c 0%,#ec6e2a 50%,#e8821e 50%,#f9922d 100%);
    background: linear-gradient(top, #db521c 0%,#ec6e2a 50%,#e8821e 50%,#f9922d 100%);
}
.form {
    position: relative;
}
.l-col, .form-col {
    float: left;
    width: 50%;
}
.r-col {
    float: right;
    width: 50%;
}
.form-col {
    margin-top: 20px;
}
.form .row {
    margin-bottom: 10px;
    min-height: 38px;
    position: relative;
}
.form .input-wrap {
    position: relative;
    float: left;
}
.form .row em {
    color: #fb720d;
    padding: 5px;
    line-height: 30px;
}
.form select, .form input[type=text], .form input[type=password] {
    position: relative;
    float: left;
    border: 1px solid #97a4af;
    height: 20px;
    font: 12px/20px Arial;
    padding: 5px 10px;
    background: #fdfdfd;
    width: 200px;
}
.form select {
    height: 32px;
    width: 222px;
}
select.sel-middle {
    width: 130px;
}
.form textarea {
    position: relative;
    border: 1px solid #97a4af;
    -moz-box-shadow: inset 0 1px 0 #fff;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    font: 12px/20px Arial;
    padding: 5px 10px;
    background: #fdfdfd;
    width: 440px;
}
.form input.input-small {
    width: 60px;
}
.form input.input-middle {
    width: 115px;
}
.form input.input-small:first-child, .form input.input-middle:first-child {
    margin-right: 10px;
}
.form input:focus[type=text], .form input:focus[type=password], .form textarea:focus {
    border-color: #6c7890;
}
.form-unsubscribe .l-col, .form-col {
    width: 100%;
}
.form-unsubscribe .btn {
    min-width: 0;
    float: left;
    margin-left: 20px;
    height: 30px;
    line-height: 30px;
}
.thakyoumsg p {
    color: #57950d;
    font-size: 17px !important;
    margin-bottom: 0 !important;
    text-shadow: none;
}
.svcerrormsg p {
    color: #EE0000;
    font-size: 17px !important;
    text-shadow: none;
}
.processmsg p {
    color: #ff5809;
    font-size: 17px !important;
    text-align: center;
}
.processmsg p:before {
    background: url("../images/loading.gif") no-repeat;
    width: 225px;
    height: 21px;
    content: '';
    left: 0;
    top: 0;
    display: block;
    margin: 5px auto;
}
label.error {
    color: red;
    position: absolute;
    top: -15px;
    left: 0;
    font: 11px Arial;
    white-space: nowrap;
}
.error-right {
    min-height: 38px;
    display: block;
    float: left;
    position: relative;
}
.error-right span.required {
    width: 5px;
    left: 0;
    margin-left: 2px;
}
.error-right label.error {
    left: auto;
    right: 0;
}
.error-message {
    position: relative;
    font: 700 14px Arial;
    color: red;
    padding-left: 45px;
    margin: 20px 0 20px 20px;
}
.error-message > .before, .error-message:before {
    position: absolute;
    left: 0;
    top: -12px;
    display: block;
    content: '';
    width: 36px;
    height: 33px;
    background: url("../images/bg/error.gif") no-repeat;
}
.form textarea.error, .form select.error, .form input.error {
    -moz-box-shadow: 0 0 2px red !important;
    -webkit-box-shadow: 0 0 2px red !important;
    box-shadow: 0 0 2px red !important;
    border: 1px solid red;
}
.form-contact {
    background: none;
    margin-top: 0;
    padding: 0;
}
.form-contact textarea {
    width: 200px;
    max-width: 200px;
    min-width: 200px;
    height: 70px;
}
.checkbox-wrap {
    padding: 5px 10px;
    border: 1px solid #fff;
}
.checkbox-wrap input {
    float: left;
    margin: 0 10px 0 0;
}
.btn-disabled {
    opacity: 0.6;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
label.placeholder {
    color: #999;
    margin-left: 10px;
    line-height: 30px;
}
/* =Footer
*******************************************************************************/
.footer {
    background: #357bac;
    color: #fff;
    padding: 20px 0 40px 0;
    text-align: center;
}
.customer-notice {
    padding-top: 20px;
    border-top: 1px solid #c5c5c5;
    width: 960px;
    height: 560px;
    background: url(../images/bg-notice.png) no-repeat;
}
.customer-notice p {
    font-size: 11px;
}
.copyright {
    float: right;
}
.f-menu {
    float: left;
    margin-bottom: 20px;
}
.f-menu li:first-child {
    margin-left: 0;
    border-left: none;
    padding-left: 0;
}
.f-menu li {
    display: inline;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #fff;
}
.f-menu a {
    color: #fff;
}
.f-menu a:hover {
    text-decoration: underline;
}
/* =Representative Block
*******************************************************************************/
.representative {
    borderp: 1px solid #ccc;
    box-shadow: 0 0 3px #555;
    background: #fff;
    margin: 20px 0;
    box-sizing: border-box;
    width: auto;
}
.representative h3 {
    background: #0D5196;
    font: 700 16px/40px Arial;
    padding: 0  25px;
    color: #fff;
}
.representative p {
    padding: 10px 25px;
    font: 14px/20px Arial;
    border-bottom: 1px solid #ccc;
}
.btn-popup,
.r-btn, .r-popup {
    position: relative;
    background: #f2f5f6;
    background: -moz-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f5f6), color-stop(37%,#e3eaed), color-stop(100%,#c8d7dc));
    background: -webkit-linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%);
    background: -o-linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%);
    background: -ms-linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%);
    -pie-background: linear-gradient(to bottom, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%);
    background: linear-gradient(to bottom, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%);
    border-radius: 3px;
    border: 1px solid #D7D7D7;
    border-bottom-color:#B4B4B4;
    color: #5B5B5B;
    display: inline-block;
    font: 13px/40px Arial;
    text-shadow: 0 1px #FFFFFF;
    margin: 22px;
    padding: 0 30px;
}
.r-btn:hover, .r-popup:hover {
    color: #003366;
    background: #fffcfc;
    background: -moz-linear-gradient(top, #fffcfc 0%, #e3eaed 37%, #abcfdb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffcfc), color-stop(37%,#e3eaed), color-stop(100%,#abcfdb));
    background: -webkit-linear-gradient(top, #fffcfc 0%,#e3eaed 37%,#abcfdb 100%);
    background: -o-linear-gradient(top, #fffcfc 0%,#e3eaed 37%,#abcfdb 100%);
    background: -ms-linear-gradient(top, #fffcfc 0%,#e3eaed 37%,#abcfdb 100%);
    -pie-background: linear-gradient(to bottom, #fffcfc 0%,#e3eaed 37%,#abcfdb 100%);
    background: linear-gradient(to bottom, #fffcfc 0%,#e3eaed 37%,#abcfdb 100%);
}
.r-popup-content {
    padding: 0;
    background: #fff;
}
.r-popup-content h4{
    background: #ECF0F2;
    font: 700 14px/40px Arial;
    padding: 0  10px;
    color: #444;
    text-shadow: 1px 1px 0 #fff;
    margin-bottom: 20px;
}
.calculate-box {
    width: auto;
    padding: 0;
    margin: 1px 0;
}
.calculate-box .row {
    float: none;
    width: auto;
}
.calculate-box label {
    float: left;
    margin-right: 10px;
    min-width: 150px;
    font: 700 12px/40px Arial;
}
.btn-popup {
    margin: 0;
    width: 160px;
    margin-left: 160px;
    display: block;
    text-align: center;
}
.calculate-box legend {
    background: none;
    position: relative;
    width: 100%;
    height: auto;
    font: 700 13px/20px Arial;
    padding: 10px 0;
    letter-spacing: 0;
    margin: 0 0 20px 0;
}
.calculate-box p {
    font: 11px/15px Arial;
    margin-bottom: 5px;
}