﻿@charset "utf-8";
/* CSS Document */
/* #Reset & Basics */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    /*margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font: inherit;*/
    /*vertical-align: baseline;*/
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    /*line-height: 1;*/
}



table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* #Basic Styles */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*body, html {
    font: normal 16px 'proxima_novalight';
    color: #5e676b;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
/*-webkit-text-size-adjust: 100%;
    background: url('') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}*/


/*a:hover, a:focus {
        -webkit-transition: color 0.2s ease-in;
        -moz-transition: color 0.2s ease-in;
        -ms-transition: color 0.2s ease-in;
        -o-transition: color 0.2s ease-in;
        transition: color 0.2s ease-in;
    }*/

p a, p a:visited {
    line-height: inherit;
}

li {
    /*line-height: 18px;*/
}
/* #Misc */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.clearfix:before, .clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.ie7 .clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clear {
    clear: both;
}
/* #Template */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.container {
    width: 960px;
    margin: 0 auto;
}

.login_container {
    width: 960px;
    margin: 90px auto 0;
}

.header {
    background: #ffffff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    height: 130px;
}

.topspace20 {
    margin-top: 20px;
}

.white_bg {
    background: #ffffff;
    padding: 15px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    min-height: 400px;
    margin-bottom: 15px;
}

.height90 {
    height: 90px;
}
/* #login page */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.login_logo {
    width: 360px;
    margin: 0 auto;
    height: 150px;
}

.login_section {
    background: #ffffff;
    min-height: 380px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.login_section_content {
    padding: 20px;
}

    .login_section_content .left {
        width: 460px;
        float: left;
    }

    .login_section_content .right {
        width: 300px;
        float: right;
        padding-left: 25px;
        border-left: #dcddde solid 1px;
    }

    .login_section_content h1 {
        font: normal 25px 'proxima_nova_rgbold';
        color: #14b9d6;
    }

    .login_section_content h2 {
        font: normal 16px 'proxima_nova_rgbold';
        color: #5e676b;
        margin-bottom: 5px;
    }

/*login_tab*/
.login_tab {
    padding: 15px 0 0 0;
}

ul.login_tabs {
    padding: 0 0 0 10px;
    margin: 0;
    overflow: hidden;
    background: url(../images/border.gif) repeat-x bottom left;
}

    ul.login_tabs li {
        float: left;
        margin-right: 2px;
    }

        ul.login_tabs li a {
            display: block;
            color: #5e676b;
            padding: 10px 7px;
            border: #dadada solid 1px;
            border-bottom: 0;
            border-radius: 5px 5px 0 0;
            -webkit-border-radius: 5px 5px 0 0;
            -moz-border-radius: 5px 5px 0 0;
            cursor: pointer;
        }

            ul.login_tabs li a:hover {
                color: #14b9d6;
            }

            ul.login_tabs li a.active {
                border-bottom: #ffffff solid 1px;
                color: #14b9d6;
            }

.tab_content {
    padding: 10px;
}

    .tab_content p {
        padding-bottom: 10px;
    }

    .tab_content form {
        padding: 10px;
        display: block;
    }

ul.checkbox {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

    ul.checkbox li {
        float: left;
        margin-right: 1px;
    }

        ul.checkbox li label {
            color: #5e676b;
            font-size: 15px;
            line-height: 20px;
        }

        ul.checkbox li input {
            height: 10px;
        }

ul.login_input {
    padding: 10px 0 0 0;
    margin: 0;
}

    ul.login_input li {
        width: 302px;
        height: 50px;
        margin-bottom: 15px;
    }

        ul.login_input li .input_section {
            width: 245px;
            margin-left: 52px;
        }

            ul.login_input li .input_section input {
                padding: 10px 0 0 10px;
                width: 215px;
                border: 0;
                margin-top: 6px;
                font: normal 16px 'proxima_nova_rgbold';
                color: #a6a9ad;
            }

                ul.login_input li .input_section input:focus {
                    outline: 0px;
                }

        ul.login_input li.username {
            background: url(../images/user_name.png) no-repeat left top;
        }

            ul.login_input li.username:hover {
                background: url(../images/user_name_h.png) no-repeat left top;
                -moz-box-shadow: 0 0 2px 2px #e9f8fb;
                -webkit-box-shadow: 0 0 2px 2px #e9f8fb;
                box-shadow: 0 0 2px 2px #e9f8fb;
            }

        ul.login_input li.email {
            background: url(../images/mail.png) no-repeat left top;
        }

            ul.login_input li.email:hover {
                background: url(../images/mail_h.png) no-repeat left top;
                -moz-box-shadow: 0 0 2px 2px #e9f8fb;
                -webkit-box-shadow: 0 0 2px 2px #e9f8fb;
                box-shadow: 0 0 2px 2px #e9f8fb;
            }

        ul.login_input li.password {
            background: url(../images/password.png) no-repeat left top;
        }

            ul.login_input li.password:hover {
                background: url(../images/password_h.png) no-repeat left top;
                -moz-box-shadow: 0 0 2px 2px #e9f8fb;
                -webkit-box-shadow: 0 0 2px 2px #e9f8fb;
                box-shadow: 0 0 2px 2px #e9f8fb;
            }

        ul.login_input li .button {
            background: #66696c;
            color: #ffffff;
            font: normal 16px 'proxima_nova_rgbold';
            border: 0px;
            width: 302px;
            cursor: pointer;
            height: 50px;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
        }

.more_info {
    text-align: center;
    color: #5e676b;
    font-size: 14px;
}

    .more_info a {
        font-family: 'proxima_nova_rgbold';
        color: #5e676b;
    }

.forgot-pass-bar {
    width: auto;
    margin: 0 0 0 58% !important;
    float: left;
}

/* #inner page */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.header_top {
    height: 87px;
}

    .header_top .logo {
        width: 229px;
        height: 76px;
        float: left;
        padding: 7px 0 0 20px;
    }

    .header_top .head_right {
        float: right;
        margin: 20px 20px 0 0;
    }

        .header_top .head_right h2 {
            color: #004079;
            font: normal 25px 'proxima_nova_rgbold';
            float: right;
        }

    .header_top .welcome {
        float: right;
        color: #555555;
    }

        .header_top .welcome a {
            color: #555555;
            background: url(../images/arrow_down.png) no-repeat right 8px;
            padding: 0 18px 0 0;
        }

    .header_top .signout {
        float: none!important;
        color: #555555;
        background: none !important;
        vertical-align: top;
    }

        .header_top .signout a {
            color: #555555;
            background: none !important;
        }
/* #Navigation */
.nav {
    background: url(../images/nav_bg.jpg) repeat-x top left;
    height: 43px;
}

    .nav ul {
        padding: 0;
        margin: 0;
    }

    .nav li {
        float: left;
        border-right: #6e8e23 solid 1px;
    }

        .nav li:last-child {
            border: 0;
        }

            .nav li:last-child a {
                padding: 0 29px 0 28px;
            }

        .nav li a {
            color: #536f0f;
            font: normal 18px 'proxima_nova_rgbold';
            text-transform: uppercase;
            line-height: 43px;
            display: block;
            padding: 0 46px 0 46px;
        }

            .nav li a:hover {
                background: url(../images/nav_bg_h.jpg) repeat-x top left;
                color: #ffffff;
            }

            .nav li a.active {
                background: url(../images/nav_bg_h.jpg) repeat-x top left;
                color: #ffffff;
            }
/* #page_title */
.page_title {
    background: url(../images/blur_bg.png) repeat top left;
    height: 77px;
    width: 100%;
    display: block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

    .page_title h2 {
        color: #ffffff;
        font: normal 36px/77px 'proxima_nova_rgbold';
        margin-left: 20px;
    }

        .page_title h2.overview_icon {
            background: url(../images/overview_icon.png) no-repeat left center;
            padding: 0 0 0 55px;
        }

/* #overview_box */



/* #reward */
.reward {
    margin: 20px 0 0 0;
}

    .reward ul {
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .reward li {
        display: inline-block;
        margin: 0 15px;
    }

        .reward li span {
            font: normal 68px 'proxima_nova_rgbold';
        }

        .reward li p {
            font: normal 18px 'proxima_nova_rgbold';
        }

        .reward li.color_1 {
            color: #da0202;
        }

        .reward li.color_2 {
            color: #ff9800;
        }

        .reward li.color_3 {
            color: #d5bc22;
        }

/* #select-merchants */
.select-merchants {
    background: #eaeaea;
    height: 60px;
}

    .select-merchants ul {
        padding: 18px 0 0 20px;
        margin: 0;
    }

    .select-merchants li {
        float: left;
    }

        .select-merchants li label {
            width: 150px;
            display: block;
            line-height: 25px;
        }

        .select-merchants li select {
            background: #ffffff;
            border: 0;
            padding: 5px;
            width: 175px;
            color: #a3a3a3;
        }

    .select-merchants h2 {
        color: #747474;
        font: normal 22px 'proxima_nova_rgbold';
        padding: 16px 15px;
        float: left;
    }

    .select-merchants p {
        float: right;
        padding: 20px 15px;
    }


/* #select-merchants */
.select-users {
    background: #447199;
    height: 60px;
    color: #FFF;
}

    .select-users ul {
        padding: 18px 0 0 5px;
        margin: 0;
        list-style:none;
    }

    .select-users li {
        float: left;
        text-align: center;
        margin-left:-15px;
    }

        .select-users li table td {
            width: 150px;
            vertical-align: middle;
        }

        .select-users li label {
        }

        .select-users li select {
            background: #ffffff;
            border: 0;
            padding: 5px;
            width: 175px;
            color: #a3a3a3;
        }

    .select-users h2 {
        color: #747474;
        font: normal 22px 'proxima_nova_rgbold';
        padding: 16px 15px;
        float: left;
    }

    .select-users p {
        float: right;
        padding: 20px 15px;
    }
/* #table-data */
.table-data {
}

    .table-data th {
        /*background: url(../images/table_head.jpg) repeat-x top left;*/
        background-color: #447199;
        height: 40px;
        vertical-align: middle;
        padding: 0 10px;
        color: #ffffff;
        font: normal 16px 'proxima_nova_rgbold';
        text-align: left;
    }

        .table-data th a {
            color: white;
            height: 40px;
            vertical-align: middle;
            color: #ffffff;
            font: normal 16px 'proxima_nova_rgbold';
        }

    .table-data td {
        border-bottom: #e5e5e5 solid 1px;
        height: 40px;
        vertical-align: middle;
        padding: 0 10px;
        text-align: left;
    }

        .table-data td.grey {
            background-color: #f6f6f6;
        }

/* #paginetion */
.paginetion {
    float: right;
}

    .paginetion ul {
        padding: 0;
        margin: 0;
    }

    .paginetion li {
        float: left;
        margin: 0 0 0 5px;
    }

        .paginetion li a {
            background: #f6f6f6;
            padding: 3px 10px;
            color: #000000;
            font-size: 12px;
        }

            .paginetion li a:hover {
                background: #7b9c2c;
                color: #ffffff;
            }

            .paginetion li a.active {
                background: #7b9c2c;
                color: #ffffff;
            }

/* #Page Form */
.table-data-form {
}

    .table-data-form .label {
        font: normal 16px 'proxima_novalight';
        color: #484848;
        display: block;
        padding-bottom: 5px;
    }

    .table-data-form .input {
        border: #c4c4c4 solid 1px;
        padding: 5px;
        width: 275px;
        margin-bottom: 15px;
    }

    .table-data-form .inputonebytwo {
        border: #c4c4c4 solid 1px;
        padding: 5px;
        width: 115px;
        margin-bottom: 15px;
    }

ul.action_button {
    padding: 0;
    margin: 0;
    text-align: center;
}

    ul.action_button li {
        display: inline-block;
    }

/*ul.action_button li input {
            background: #66696c;
            border: 0;
            cursor: pointer;
            padding: 5px 15px;
            color: #ffffff;
        }*/
/**/
.page_title_wrapper {
    background: url(../images/border_dotted.gif) repeat-x bottom left;
    overflow: hidden;
    padding: 15px 10px;
    margin: 0 0 15px 0;
}

.industry_select {
    float: right;
}

    .industry_select select {
        width: 200px;
        border: #dadada solid 1px;
        padding: 5px;
    }

.page_title_wrapper h1 {
    float: left;
    color: #5e676b;
    font: normal 22px 'proxima_nova_rgbold';
}
/**/
.finks_wrapper {
    overflow: hidden;
}

    .finks_wrapper .finks_sidebar {
        float: left;
        width: 275px;
    }

        .finks_wrapper .finks_sidebar ul {
            padding: 0;
            margin: 0;
        }

        .finks_wrapper .finks_sidebar li {
            float: left;
            margin: 8px;
        }

            .finks_wrapper .finks_sidebar li a {
            }

                .finks_wrapper .finks_sidebar li a img {
                    border: #cccccc solid 2px;
                }

                .finks_wrapper .finks_sidebar li a:hover img {
                    border: #ffffff solid 2px;
                    -moz-box-shadow: 0 0px 2px 1px #cecece;
                    -webkit-box-shadow: 0 0px 2px 1px #cecece;
                    box-shadow: 0 0px 2px 1px #cecece;
                }

                .finks_wrapper .finks_sidebar li a.active img {
                    border: #ffffff solid 2px;
                    -moz-box-shadow: 0 0px 2px 1px #cecece;
                    -webkit-box-shadow: 0 0px 2px 1px #cecece;
                    box-shadow: 0 0px 2px 1px #cecece;
                }

/**/
.finks_content {
    float: left;
    width: 645px;
    margin-left: 10px;
}

.big_img {
    width: 320px;
    height: 406px;
    margin: 0 auto;
    position: relative;
}

    .big_img img {
        position: absolute;
    }

    .big_img .big_img_text {
        position: absolute;
        top: 154px;
        z-index: 99;
        width: 289px;
        height: 199px;
    }

        .big_img .big_img_text .title {
            color: #142f56;
            font: normal 16px 'proxima_nova_rgbold';
            text-align: center;
            padding: 5px;
            float: none;
        }

        .big_img .big_img_text .deals_name {
            font: normal 16px 'proxima_novalight';
            text-align: center;
            padding: 30px 0 10px 0;
        }

        .big_img .big_img_text .deals_address {
            color: #000000;
            font: normal 14px 'proxima_novalight';
            text-align: center;
            padding: 0 0 0 0;
        }

.action_bar {
    border-top: #dadada solid 1px;
    padding: 10px 0;
    margin: 15px 0 0 0;
}

    .action_bar ul {
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .action_bar li {
        display: inline-block;
        margin: 0 5px;
    }

        .action_bar li a {
            background: #7b9c2c;
            font: normal 16px 'proxima_nova_rgbold';
            color: #ffffff;
            padding: 5px 15px;
            display: block;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
        }

            .action_bar li a:hover {
                background: #4ab8c2;
            }


.merchant_form {
    margin: 20px 0;
    width: 100%;
    float: left;
}

    .merchant_form h2 {
        font-size: 19px;
        font-weight: bold;
        color: #747474;
        width: 70%;
        margin: 1% 0 2% 21%;
        float: left;
    }

    .merchant_form .selectsec {
        margin: 0 0 10px 0;
        width: 30%;
        float: left;
        padding: 5px;
    }

        .merchant_form .selectsec .radiobtn {
            margin: 0;
        }

        .merchant_form .selectsec .radbtnname {
            margin: 0 10px;
        }

    .merchant_form .namesec {
        margin: 0 10px 10px 0;
        width: 40%;
        float: left;
        text-align: right;
        font-size: 15px;
        color: #333;
        line-height: 26px;
    }

    .merchant_form .inputsec {
        margin: 0 0 10px 0;
        background: #fff;
        border: 1px solid #85accf;
        width: 30%;
        float: left;
        padding: 5px;
        /*background: #fff;
        border: 1px solid #85accf;
        line-height: 25px;
        height: 25px;
        margin: 0px 5px;
        padding: 5px 10px;
        width: 150px;
        float: left;*/
    }

    .merchant_form .select-ops {
        margin: 0 0 10px 0;
        border: 1px solid #85accf;
        width: 31%;
        float: left;
        padding: 5px 0;
    }

footer .footercont1 {
    background: #0b457a;
    padding: 1%;
    overflow: hidden;
}

    footer .footercont1 a:hover {
        text-decoration: underline;
    }

.copyright {
    font-size: 10px;
    color: #fff;
    width: 22%;
    float: left;
    line-height: 20px;
}

.footernav {
    margin: 0 0 0px -5px;
    padding: 0px;
    display: inline;
    list-style: none;
    width: 100%;
    float: left;
}

    .footernav li {
        margin: 0px;
        width: auto;
        float: left;
        padding: 0 5px;
        border-right: 1px solid #fff;
        line-height: 14px;
        height: 14px;
    }

        .footernav li:last-child {
            border: none;
        }

        .footernav li a {
            font-size: 12px;
            color: #fff;
            line-height: 14px;
        }

footer .footercont1 .weblink {
    font-size: 12px;
    color: #fff;
    width: auto;
    float: right;
}

    footer .footercont1 .weblink a {
        font-size: 12px;
        color: #fff;
        line-height: 20px;
    }



/*18/11/2013*/
.merchant_form .comment1 {
    float: left;
    line-height: 20px;
    margin: -6px 0 10px 41%;
    font-size: 13px;
    width: 50%;
}

.merchant_form .msgbox {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    float: left;
    resize: none;
    margin: 0 0 10px;
    padding: 5px;
    height: 60px;
    width: 30%;
}

.merchant_form .inputsec_1 {
    margin: 0 5px 10px 0;
    background: #fff;
    border: 1px solid #ccc;
    width: 2%;
    float: left;
    padding: 5px;
}

.merchant_form .inputsec_2 {
    margin: 0 5px 10px 0;
    background: #fff;
    border: 1px solid #ccc;
    width: 11%;
    float: left;
    padding: 5px;
}

.merchant_form .divtext {
    margin: 0 5px 0 0;
    width: auto;
    float: left;
    line-height: 30px;
    padding: 0;
}

.merchant_form .checkboxbar {
    background: #CCC;
    overflow: hidden;
    padding: 7px;
}

.merchant_form .select-ops_1 {
    margin: 0 0 10px 0;
    border: 1px solid #ccc;
    width: 10%;
    float: left;
    padding: 4px 0;
}

.t0 {
    font-family: Trebuchet MS;
    color: #000000;
    font-size: 8pt;
    border: none;
    text-align: center;
    border-collapse: collapse;
    width: 100%;
    vertical-align: top;
    padding: 0;
    border-spacing: 0px;
}

.t1 {
    font-family: Trebuchet MS;
    color: #000000;
    font-size: 8pt;
    border: 1px solid #005782;
    text-align: center;
    border-collapse: collapse;
    width: 100%;
    vertical-align: top;
    padding: 0;
    border-spacing: 0px;
}

.t2 {
    font-family: Trebuchet MS;
    color: #000000;
    font-size: 10pt;
    border: 0px;
    border-collapse: collapse;
    vertical-align: top;
    padding-left: 10px;
    border-spacing: 1px;
}

.msg {
    font-family: Trebuchet MS;
    color: #000000;
    background-color: #FFF;
    padding: 0px;
    margin: 0px;
    font-size: 8pt;
    border: none;
    text-align: center;
    border-collapse: collapse;
    vertical-align: top;
    border-spacing: 0px;
}

.pagetitlewhite {
    background: url(images/c3.png) repeat-x;
    text-align: left;
}

.mechantbtn-li {
    /*margin: 0 0 0 120px;*/
}


.rmfont {
    font: 0 !important;
}

.camimg {
    text-align: center;
}

.red-valign {
    color: red;
    vertical-align: sub;
}

.red {
    color: red;
}

.upload {
    width: 70%;
    float: left;
}

.drag {
    z-index: 99;
    width: 80px;
    background: none !important;
    cursor: move;
    float: left;
    border: none !important;
}

.drag1 {
    z-index: 99;
    width: 80px;
    background: none !important;
    /*border:1px solid #0c4980;*/
    cursor: move;
    border: none !important;
}

#imagelg {
    background-size: 100%;
    background-repeat: no-repeat;
    /*width:80px;
height:100px;*/
    /*border: 1px solid #0c4980;*/
}

    #imagelg img {
        width: 100%;
        height: 100%;
    }

#imageimg {
    background-size: 100%;
    background-repeat: no-repeat;
    /*width:80px;
height:100px;*/
}

    #imageimg img {
        width: 100%;
        height: 100%;
    }

#parent {
    position: absolute;
    height: 196px;
    z-index: 99;
    width: 323px;
    padding: 5px;
}

#parent1 {
    height: 150px;
    z-index: 99;
    width: 157px;
    padding: 5px;
    float: right;
}

#draggableimg {
    float: right;
}

.txtCaptcha {
    border: 1px solid #CCCCCC;
    padding: 0;
    line-height: 46px;
    height: 46px;
    width: 190px;
    float: left;
}

.capthcha-section {
    border: 1px solid #CCCCCC;
    width: 100px;
    margin: 0 5px 0 0;
    padding: 0;
    height: 46px;
    float: left;
}

.expire {
    font-size: 12px;
    color: #66696C;
}

.fpblack {
    text-decoration: underline;
    color: black;
    font-size: 12px;
}

.popupbox {
    display: block;
    background-color: #eee;
    border: 1px solid #ccc;
    color: white;
    width: 472px;
    padding: 10px;
    border-radius: 5px;
    color: black;
}

.btnok {
    background: #66696c;
    border: 0;
    cursor: pointer;
    padding: 5px 15px;
    color: #ffffff;
    text-align: right;
    /*float: right;*/
}

.inputradio {
    /*background: none repeat scroll 0 0 #FFFFFF;*/
    border: 1px solid #CCCCCC;
    float: left;
    margin: 6px 0 10px 5px;
    padding: 5px;
}

    .inputradio span.spantext {
        margin: 0 !important;
        border: 0 !important;
        font-size: 12px !important;
        font-weight: bold !important;
    }

span.inputradio {
    margin: 0 !important;
    border: 0 !important;
    font-size: 12px !important;
    color: black;
    padding-top: 5px;
}

.contactmain {
    position: fixed;
    z-index: 1001;
    top: 0px;
    left: 0px;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 600px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    background-color: Gray;
    background-image: none;
    background-repeat: no-repeat;
    display: block;
    border: solid 1px black;
    padding: 100px 0 0 0;
}

.empdropdown {
    margin: 0 0 10px 0;
    border: 1px solid #ccc;
    width: 31%;
    float: left;
    padding: 5px 0;
    margin: 7px 0 0 0;
}

div.lblsub {
    margin: 0 10px 10px 0;
    width: 16%;
    float: left;
    text-align: right;
    font-size: 15px;
    color: #333;
    line-height: 45px;
}

div.lblmer {
    margin: 0 10px 0px 0;
    width: 12%;
    float: left;
    text-align: center;
    font-size: 15px;
    color: #333;
    line-height: 26px;
    padding-top: 10px;
}

div.add_promo {
    padding-top: 0px !important;
}

.namesec.namesec-top {
    margin-top: 24px !important;
}



.select-ops.templatedrp {
    margin-bottom: 10px;
}

label.lbltemplate {
    margin: 0;
}

div.divempmerch {
    height: 30px;
    margin-bottom: 10px;
    margin-left: -40px;
}


#dialog {
    z-index: 99999;
    top: 35%;
    left: 30%;
    position: absolute;
}

p {
    padding: 0px !important;
    margin: 0px !important;
    line-height: normal !important;
}

.ui-dialog .ui-widget {
    z-index: 999999 !important;
}

.ui-widget-overlay {
    background: #666666 url(../images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
    opacity: .5;
    filter: Alpha(Opacity=50);
}

.usimg {
    width: 30px;
}

.contactmain img {
    margin-top: 120px;
}

.btnbonus {
    background: url(../images/btnbg1.png) left top repeat-x;
    margin: 5px 0 0 5px;
    width: auto;
    height: 45px;
    border-radius: 5px;
    padding: 0 25px;
    line-height: 45px;
    float: right;
    color: #fff;
    font-size: 21px;
    border: none;
    cursor: pointer;
}

    .btnbonus:hover {
        background-position: bottom;
    }

.bonusdiv {
    width: 250px;
}

.txtpin {
    background: #fff;
    border: 1px solid #85accf;
    height: 16px;
    margin: 0px 5px;
    padding: 5px 10px;
    width: 20px;
    float: right;
    margin-top: 8px;
}

#msg {
    display: inline;
    margin-bottom: 6px;
    vertical-align: top;
    margin-left: 10px;
    line-height:22px;
    text-align:left;
}

.buycell-container .leftcol-1 .req .pointinput-1 {
    margin: 0 0 0 5px;
    padding: 0px 5px;
    width: 190px;
    float: left;
    font-size: 17px;
    color: #666;
    height: 37px;
    border: 1px solid #85accf;
    line-height: 37px;
}

.buycell-container .leftcol-1 .req span {
    margin: 0 0 0 115px;
    width: auto;
    float: left;
    line-height: 38px;
    font-size: 19px;
    color:#574d4d;
}
